Once upon a time, Fabian Arrotin said:
> Migration is scheduled for """"Tuesday April 8th, 7:00 am UTC time"""".
> You can convert to local time with $(date -d '2024-04-08 07:00 UTC')
April 8, 2024, is Monday, not Tuesday.
--
Chris Adams
On 1/18/24 11:11, Chris Schanzle via CentOS wrote:
I am having troubles finding the -11 update to python-reportlab. I just got
dinged for:
Remote package installed : python-reportlab-2.5-10.el7
Should be : python-reportlab-2.5-11.el7_9
I don't see it in the list of update
s.org/centos/7/updates/x86_64/Packages/
Thanks,
Chris
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos
his will not be the case for the second half of a RHEL major release
life cycle, because the corresponding Stream will be EOL and no longer
updated.
--
Chris Adams
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos
Once upon a time, Chris Adams said:
> The package elfutils-debuginfod-client is needed for even a minimal
> install, but it is not available on most mirrors. I suspect some are
> excluding mirroring debuginfo packages with just a *debuginfo* pattern
> to rsync, where they should
os.eggycrew.com
volico.mm.fcix.net
--
Chris Adams
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos
ackage was orphaned in Fedora, so there's no maintainer to create
and manage builds.
--
Chris Adams
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos
is false, while
test -blob is true).
Note that bash has test and [ as shell builtins, but the external
command /usr/bin/test and /usr/bin/[ have the same behavior.
The [[ ]] method is a bash extension, and treats a test operator without
a corresponding operand (e.g. [[ -z ]]) as an error condition inste
o this for example).
--
Chris Adams
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos
don't think any filesystems care (I know I've mounted
snapshots of ext4 and IIRC xfs on the same system, haven't touched
btrfs).
--
Chris Adams
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos
On 2/5/23 5:19 PM, Simon Matter wrote:
Hi
Guys, I'm trying to update my zoom client and yum (or yumex) won't let me
do an update, so I try to remove the installed one, on the theory that if
it isn't there I should be able to install a newer one, by doing "sudo yum
remove zoom_x86_64" (where my
RUB2's FS handling anyway, so
this case is probably far down the list.
I think that having RAID 1 for /boot and/or /boot/efi can be helpful
(and I've set it up, definitely not saying "don't do that"), but has to
be handled with care and possibly (probably?) wo
Hi,
Looks like CentOS 7 hasn't shipped Thunderbird updates for a while. The latest
I see in repos is:
Sep 1 15:22 thunderbird-91.13.0-1.el7.centos.x86_64.rpm
Perusing through the RHEL announcements, that was from the RHSA-2022:6169-01 on
2022-08-24. Seems none of the 102.x versions have sh
--metalink=https://mirrors.centos.org/metalink?repo=centos-baseos-9-stream&arch=x86_64
repo --name=appstream
--metalink=https://mirrors.centos.org/metalink?repo=centos-appstream-9-stream&arch=x86_64
repo --name=crb
--metalink=https://mirrors.centos.org/metalink?repo=centos-crb-9-stream&
On 11/15/22 7:50 PM, Petko Alov wrote:
On 2022-11-08 15:49, Orion Poplawski wrote:
On 11/8/22 13:12, Simon Matter wrote:
Is anyone else experiencing trouble with
kernel-3.10.0-1160.80.1.el7.x86_64?
I'm seeing a kernel panics in the kvm module on one of
On 10/14/22 12:31 PM, Jerry Geis wrote:
Hi All
I have a server out there running centos 7.
I installed fetchmail to monitor an email inbox - has worked for years.
Microsoft deprecated basic authentication so fetchmail is not working any
more.
Anyone else run into this ?
fetchmail 6 does not sup
x27;s incomplete. Instead, you can use something like:
https://github.com/sshambar/nmutils
to add event scripts to NM to handle it (although IIRC I had a couple of
issues with those scripts too, but didn't get back to working it all
out).
--
Chris Adams
__
s happening?
--
Chris Adams
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos
es (in which case, why back up), this will
still be lost in the noise of total writes. Any old SSD will handle
that just fine for many years to come.
--
Chris Adams
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos
ing file contents on the "full"
> backup weekly or monthly.
Unless you never write to the disk, that will still be lost in the noise
of writes. But if it still bothers you, use rsync --open-noatime.
--
Chris Adams
___
CentOS mailin
is -v3, but not -v4.
--
Chris Adams
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos
Will the Fedora EPEL repo RPM be added to any CentOS 9-stream core
repos, like epel-release is in 7 and 8-stream extras?
--
Chris Adams
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos
We use Office365 for hosting mail. You may stop reading now, no offense taken.
:-)
Recently and intermittently, emails from the centos and centos-devel mailing lists are being put in
my "Junk E-Mail" folder by Microsoft (not by any client filtering). My insightful email
admin has been worki
Make a connection for the physical ethernet em1 to be part of the bridge
> > nmcli con add type ethernet ifname em1 master bridge-br0
does it. If you don't specify a connection name, NM names a new bridge
member connection profile as "bridge-slave-".
--
Chris Adams
I'm starting to look at CentOS 9-stream... what is the CRB repo? It
appears to be a lot of development libraries and such, but I didn't see
a definition or "CRB" anywhere.
--
Chris Adams
___
CentOS mailing list
Cen
idge-slave-em1
# Disable the original config
nmcli con mod em1 autoconnect 0
Then you set your VMs to use the bridge - in the libvirt XML for
example, you'd have something like:
Inside the VM, configure
Once upon a time, Stephen John Smoogen said:
> On Sun, 14 Nov 2021 at 17:48, Chris Adams wrote:
> > I started looking at 9-stream a bit... and I notice there are no package
> > modules. All the things that were modules in 8/8-stream appear to have
> > been folded back into
forward, or are modules just still to be filled out?
--
Chris Adams
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos
ng a floppy image after floppy
image). I wonder if it would install in a modern VM?
--
Chris Adams
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos
(I didn't
find a list in a quick search), so don't think they claim that CentOS 7
is supported. I think they just say "here's an RPM" and "here's a
repo".
--
Chris Adams
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos
ld be satisfied).
Have you run Teams before on this system? If so, I've found that it
tends to bog down over time, which I suspect is something like it
growing a cache without bounds or the like. If that's the case, I
suggest removing its data and re-logg
core issue is a more fundamental
> one: Red Hat, our upstream, is walking away from traditional server
> needs.
Like any commercial product, RHEL exists for Red Hat's customers... so
if you want to see something specific from RHEL, you need to be a
customer to g
Once upon a time, Chris Adams said:
> Once upon a time, Łukasz Posadowski said:
> > From 11.06 journal is logging a lot of denied access to /proc for
> > unix_chkpwd by selinux. They are so frequent, that I see them in
> > htop. :) Right now I have 2122 logges denials.
to know who is
> logged in, do probably yes, bit I'm not sure.
I haven't dug into it, but I'm thinking there was some policy or library
change that isn't quite right... sssd_be also has the same denial on
startup (so every boot).
--
Chris Adams
panies (sometimes imperfectly, as seen
with the VPN mess just before FreeBSD 13 release).
--
Chris Adams
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos
7;t
many requests to do that (so it isn't a well-supported thing to change).
It looks like something like this might do it:
authselect create-profile sha256 --base-on=sssd
sed -i 's/sha512/sha256/g' /etc/authselect/custom/sha256/*
authselect select custom/sha256
--
Chris Ad
On 4/14/21 2:22 AM, Simon Matter wrote:
>>>> On 4/13/21 11:36 PM, Chris Schanzle via CentOS wrote:
>>>>> On 4/13/21 5:00 PM, Frank Cox wrote:
>>>>>> On Tue, 13 Apr 2021 22:29:26 +0200
>>>>>> Simon Matter wrote:
>>>>>
On 4/13/21 11:36 PM, Chris Schanzle via CentOS wrote:
> On 4/13/21 5:00 PM, Frank Cox wrote:
>> On Tue, 13 Apr 2021 22:29:26 +0200
>> Simon Matter wrote:
>>
>>> You could try running strace on the hanging process so see what it's doing.
>> [frankcox@
ppreciated - searching the list and my
google-fu was off the mark today.
cd [path-to-repo]/centos/8/BaseOS/x86_64/os/Packages
dnf downgrade $(rpm -qa systemd\* | grep 239-41.el8_3.2 | sed -e
's/3\.2/3.1/' -e 's/^/.\//' -e 's/$/.rpm/')
Chris
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos
may have been a hack around the kernel not balancing well to begin with
of course).
--
Chris Adams
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos
Once upon a time, Nicolas Kovacs said:
> Le 12/04/2021 à 23:11, Chris Adams a écrit :
> > oVirt
> > itself doesn't include backup software (it supports VM snapshots and
> > clones), but there are several third-party backup tools (both free and
> > commercial)
oVirt
itself doesn't include backup software (it supports VM snapshots and
clones), but there are several third-party backup tools (both free and
commercial) compatible with oVirt/RHV, like Storeware's vProtect (I
haven't used it but seen others mention
e multi-valued (such as
addresses and routes), you can prefix with + or - to add or remove just
one entry. For example, to remove just address 10.1.1.2/24:
nmcli con mod em1 -ipv4.address 10.1.1.2/24
nmcli con up em1
--
Chris Adams
___
Cen
On 2/17/21 1:57 PM, Jerry Geis wrote:
> SO from the man page on date I can do
>
> current=`TZ=":America/Indianapolis" date`
> echo $current
> current=`TZ=":America/Los_Angeles" date `
> echo $current
>
> And I get correct data. LA is 3 hours earlier. But doing this:
>
> current=`TZ=":America/India
On 1/30/21 9:48 AM, lejeczek via CentOS wrote:
> How to tell grub/kernel to ignore, skip either all or a specific block device
> which is luks-ecrypted - would anybody know?
> I have a box (kvm) which had a "secondary" luks-encrypted disk which now is
> detached and Centos just hangs @boot waitin
version the smb
server is using
Sent from my iPhone
> On Jan 29, 2021, at 12:02 PM, Robert G. (Doc) Savage
> wrote:
>
>
>>
>> On Fri, 2021-01-29 at 06:32 -0600, Chris Weisiger wrote:
>>
>> I’m not exactly sure if this may be the same issue I experienc
ervices, directory permissions,
>>> accounts,
>>> and anything else that's required. I'm running up against very
>>> unhelpful roadblocks that seem to indicate a critical permissions
>>> problem but nothing specific.
>>>
>>> V/R
>>
On 12/14/20 3:47 PM, Leroy Tennison wrote:
> The whole issue of "support longevity" raises an issue I've been pondering,
> is 10-year support a good thing from a security perspective? At work we use
> Ubuntu LTS which has only a five year support cycle (you can pay for an extra
> five years) b
One thing I have not seen discussed is how users will be notified of changes to
functionality and new features in CentOS Stream.
With Stream being on the leading edge of a release as opposed to following,
will there be some mechanism where changes are blogged about, Beta release
notes, or somet
On 11/20/20 2:31 PM, Michael B Allen wrote:
> On Fri, Nov 20, 2020 at 2:06 PM Michael B Allen wrote:
>> Apparently I don't know how to do "that" because this:
>>
>> # iptables -A INPUT -p tcp --sport 760 -m conntrack --ctstate
>> NEW,ESTABLISHED -j ACCEPT
>>
>> still doesn't allow the traffic th
I would include LVM and mdadm info as well, since I use those features. I
encourage you to look at what long-lived tools, such as clonezilla, write into
their archive directories. It's impressive.
If you zero out all free space on all of your HDD partitions (dd bs=1M
if=/dev/zero of=/path/del
wn provA; nmcli con
up provB". You'd only want one to autoconnect though, so maybe:
nmcli con down provA
nmcli con mod provA autoconnect 0
nmcli con up provB
nmcli con mod provB autoconnect 1
Or you could even get fancier with a script that would check th
but mdraid has grown support for Intel (and maybe some other?) common
motherboard RAID. So, /dev/md doesn't inherently mean "Linux
software RAID" for a while now.
--
Chris Adams
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos
/misc-scripts/
I know you can use driver disks to load additional modules from
elsewhere, but I wanted to end up with the kernel-plus anyway, so why
not just do it during install?
Lightly tested, but seems to work. Posting here in case it is useful to
others.
--
Chris Adams
On 9/17/20 4:25 PM, Phil Perry wrote:
> On 17/09/2020 13:35, Michael Schumacher wrote:
>> Hello Phil,
>>
>> Wednesday, September 16, 2020, 7:40:24 PM, you wrote:
>>
>> PP> You can achieve this with a hybrid RAID1 by mixing SSDs and HDDs, and
>> PP> marking the HDD members as --write-mostly, meanin
Testing
Sent from my iPhone
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos
elieve that when creating an external snapshot, you have to either
specify --disk-only (to not snapshot RAM), or supply --memspec (to
specify how/where to save RAM).
--
Chris Adams
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos
something like
this can be a lesson on "hmm, hadn't thought of that before" type things
to watch for in other areas.
--
Chris Adams
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos
On 7/29/20 6:28 PM, Johnny Hughes wrote:
> On 7/27/20 1:43 PM, Leon Fauster via CentOS wrote:
>> Am 27.07.20 um 19:50 schrieb Chris Schanzle via CentOS:
>>> Sorry if I'm being overly impatient, but is there some snag with
>>> releasing Thunderbird 68.10.0 for
On 8/6/20 12:30 PM, Jack Bailey via CentOS wrote:
> On 2020-08-06 08:45, J Martin Rushton via CentOS wrote:
>> You'll need to upgrade to CentOS8.
>>
>> C7 is at rsync 3.1.2-10, and will not go above 3.1.2 ever.
>>
>> C8.2 is at 3.1.3-7, C8 will always be on 3.1.3
>>
>> Martin
>
> Another option is
kage installs its files directly to the EFI partition where they are
needed.
--
Chris Adams
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos
le are confusing UEFI and Secure Boot.
UEFI is a replacement for the ages-old BIOS - Secure Boot is an
extension to UEFI to create a "trusted" (for whatever that may mean)
boot chain to get to the OS. You can have UEFI without having Secure
Boot
Sorry if I'm being overly impatient, but is there some snag with releasing
Thunderbird 68.10.0 for EL8?
[RHSA-2020:3038-01] Important: thunderbird security update
https://access.redhat.com/errata/RHSA-2020:3038
Thanks!
___
CentOS mailing list
CentOS@
On 7/13/20 6:40 PM, Emmett Culley via CentOS wrote:
> I need to set the umask for apache to 002. I've tried every idea I've found
> on the internet, but nothing make a difference. Most suggest that I put
> "umask 002" in /etc/sysconfig/httpd, but that doesn't seem to make a
> difference. Othe
On 7/12/20 10:04 PM, Frank M. Ramaekers Jr. wrote:
> Since I upgraded to CentOS8, I cannot get HandBrakeCLI to work:
>
> # HandBrakeCLI
> HandBrakeCLI: error while loading shared libraries: libass.so.5: cannot open
> shared object file: No such file or directory
HandBrakeCLI (and ghb - the GUI)
s well as newer Fedora (similar but newer
kernels). Are you sure you weren't doing something in an unsupported
and/or undefined way that just happened to work on CentOS 6?
--
Chris Adams
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos
is that there are
many cheap adapters on Amazon that claim to be Prolific or FTDI but are
in fact counterfeit clones - those may or may not work reliably for ANY
purpose.
--
Chris Adams
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos
Once upon a time, Chris Adams said:
> I am trying to use a kickstart to install CentOS 8.2 on a server with a
> pair of drives with Linux software RAID 1. The install completes, but
> the resulting system will not boot - I get "Booting from Hard drive C:"
> from the BIO
RAID and
a bootloader).
Anybody else run into this? Any ideas? I've been installing from
kickstarts for ages, including software RAID, but not CentOS 8 with
software RAID until now.
--
Chris Adams
___
CentOS mailing list
CentOS@centos.org
https://l
2018-04-10 2018-10-30 203
7.6 2018-10-30 2019-01-28 90
7.7 2019-08-06 (didn't find release notes)
7.8 2020-03-31 2020-04-27 27
8.1 2019-11-05 2020-01-15 71
8.2 2020-04-28
gap between a RHEL
8.x release and the corresponding CentOS release will drop.
--
Chris Adams
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos
installed, it can also be used for
serial access... run "screen /dev/ttyS0 9600" (change the device and
speed as needed). Screen has its own superset of VT102, so you can set
TERM=screen, but it is also possibly close enough to the linux terminal
emulation to work directly (they
nformation (basically
what it can create in the iptables back-compat mode). The nftables
rules created by firewalld don't fall into that category, so can't be
viewed by iptables.
Instead, use the nft command, like "nft list ruleset" to see a dump of
all current rules.
--
reak
things, and it can break even more things in IPv6.
--
Chris Adams
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos
We located an application recommended by one of customers
for sharing certain data. It was available for installation
using a few different methods. Using yum was also recommended
for the installation. The install instructions began with
what appeared to be a fairly typical command as indicated
ot really sure). Do you have any
IPv6 firewall running there?
One other note about mail on v6 - not only do you need to have a valid
reverse (with matching forward) DNS record, you probably need to do TLS
with a valid cert (Let's Encrypt is free and easy).
--
Chris Adams
___
Once upon a time, Kenneth Porter said:
> --On Tuesday, April 28, 2020 10:16 PM -0500 Chris Adams
> wrote:
> >And frankly, giving you a /56 is pretty crappy, since ARIN rules say to
> >give every site a /48. I'd only do a /56 for a home connection prefix
> >
to
give every site a /48. I'd only do a /56 for a home connection prefix
delegation. But, that's AT&T! :)
--
Chris Adams
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos
Once upon a time, Kenneth Porter said:
> On 4/28/2020 3:17 PM, Chris Adams wrote:
> >- gateway sends a router solicitation and gets a router advertisement
> > with "stateful config" set, which tells gateway to do DHCPv6 (but
> > default route comes from RA)
&
ou don't really
need to filter out anything else!). You could filter "ip6 and
multicast", because RAs and DHCPv6 (and ND, neighbor discovery, the
counterpart to ARP) are all multicast.
--
Chris Adams
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos
On 4/23/20 4:23 PM, Pete Geenhuizen wrote:
I'm migrating from C7 to C8. I'm currently using autofs, but alas autofs has
been dropped in C8 for the AMD automounter.
Nope, it's in there! 8/BaseOS/x86_64/os/Packages/autofs-5.1.4-35.el8.x86_64.rpm
I have some very ancient knowledge of AMD, I u
On 4/3/20 12:48 PM, Patrick DERWAEL wrote:
User & pass are present
According to the man pages, workgroup is supported
I have changed it to domain, but that didn't change a thing
[root@plexvm ~]# cat /etc/fstab
#
# /etc/fstab
# Created by anaconda on Fri Apr 3 14:02:23 2020
#
# Accessible files
easiest if the system is a virtual machine and/or the storage is
on a SAN with snapshot capabilities.
--
Chris Adams
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos
stalled /etc/named.iscdlv.key file)
ISC DLV has been obsolete for a while now, you should disable it.
> dnssec-lookaside auto;
I think setting this to "no" and restarting named should do it.
--
Chris Adams
___
CentOS mailing lis
Does tuned on CentOS 6.9 (i.e. tuned-0.2.19-18.el6.noarch) do any dynamic
tuning, or does it only support static configuration via a static profile?
Chris
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos
entOS.
What's the right place/process to get the update into EPEL for CentOS?
All pointers appreciated.
--Chris
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos
lock" is the
network chip. :) If you need clock setting on a disconnected network,
you can get a dedicated time server.
--
Chris Adams
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos
A few years ago, one of our interns was curious about system
time keeping features in computer systems. This intern was
also the proud owner of an inexpensive Radio-Controlled Clock.
The intern wondered why computer motherboards were not just
equipped with a chip like the ones in the RCC so that t
On 2/27/20 8:01 AM, Tobias Kirchhofer wrote:
Hi,
we experience difficulties with crond behaviour sending mail since CentOS 8.1.
The cron job is the same like we used in CentOS 7.
crontab -l
/usr/bin/python3 -c 'import random; import time; time.sleep(random.random() * 3600)'
&& /usr/local/bin/
I'm not sure whether this is a specific CentOS question, but I'm hoping someone
here can give me some pointers.
I have an OpenStack compute node running CentOS 7.4.1708 and kernel
3.10.0-693.17.1.el7.x86_64 which is configured for nested virtualization; this
has been set up for a few years and
t had forgotten about eth0 completely. I have now redone
the kickstart with net.ifnames=0 and all is well.
Chris
Sent from Samsung Mobile on O2
Original message
From: "Robert G (Doc) Savage via CentOS"
Date: 21/02/2020 16:08 (GMT+00:00)
To: CentOS mailing list
Subje
looks like it might help me.
Chris
From: CentOS on behalf of Gianluca Cecchi
Sent: 21 February 2020 12:03
To: CentOS mailing list
Subject: Re: [CentOS] Renaming virtio devices names on CentOS 8 VM guest
On Fri, Feb 21, 2020 at 10:57 AM Chris Card wrote:
>
h* device names because we have various heat templates
and other scripts which assume that the network devices are called eth0, eth1
etc.
Any ideas? Is this even possible with a CentOS 8 VM guest?
Chris
___
CentOS mailing list
CentOS@centos.org
https://l
ten dynamic network changes that
work much better with NetworkManager than the old-style static scripts.
Containers, VMs, and VPNs all come and go, and work better with a single
system configuring their networks (rather than each layer implementing
their
blocking like fail2ban is okay - better is to just allow
your "known good" sources and not try to block things bit by bit.
--
Chris Adams
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos
I updated my backup server this weekend from CentOS 7 to CentOS 8.
OS disk is SSD, /dev/md0 are two 4TB WD mechanical drives.
No hardware was changed.
1. wiped all drives
2. installed new copy of 8 on system SSD
3. re-created the 4TB mirror /dev/md0 with the same WD mechanical drives
4. created th
On 1/29/20 12:34 PM, Jerry Geis wrote:
Sorry for the noise... My machine must not be working. I copied the iso to
another machine, did the same command as always and worked just fine. not
sure what is up with my normal box. Has always worked before.
[problem with my subscription, sorry if th
and that's going away sometime soon too, Chrome on all platforms will
no longer support Flash).
--
Chris Adams
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos
.
I found https://bugzilla.redhat.com/show_bug.cgi?id=1770969 which then
references a RHEL-subscriber-only solution.
--
Chris Adams
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos
r using a program like that. I'm not sure if something like
that is available for Linux, and if it would handle USB (you'd have to
actually look at each stick since they aren't always exactly the same
size).
If it helps your search, what you are looking for is an application of
the knaps
1 - 100 of 941 matches
Mail list logo