Echoing what samuel says. If you have non-local ip address from lot
of different ranges, then port 22 from internet is being forwarded by
something to this server.
I have a port 22 forwarded to a machine, and it does get almost
continuous attempts (many an hour) trying various accounts.
#1: disa
Google reports this answer:
AMD confirms that Ryzen support ECC memory
In simple terms, this means that AMD's Ryzen CPUs have full support
for ECC memory, but AMD does not want to officially provide any QA or
official support for ECC on their consumer platforms.Mar 2, 2017
A couple of answers on
Do you have anything defined as a DMZ node/ipaddress on the firewall?
On Fri, Jan 31, 2020 at 3:53 PM Ed Greshko wrote:
>
> On 2020-02-01 04:56, Samuel Sieb wrote:
> > On 1/31/20 12:35 PM, Ed Greshko wrote:
> >> On 2020-02-01 04:31, Samuel Sieb wrote:
> >>> Your original post was completely clear
Just a cable between you and the switch? The speed is typically
controlled by the hardware itself, and if the speed is not gbit then
in my experience it has always been some sort of physical issue (bad
cable, not quite plugged in, damaged, or poor punchdown on the jacks).
What kind of cable are
trick O'Callaghan
wrote:
>
> On Tue, 2020-02-04 at 08:14 -0600, Roger Heflin wrote:
> > Just a cable between you and the switch? The speed is typically
> > controlled by the hardware itself, and if the speed is not gbit then
> > in my experience it has always been some sor
The right pin being bent on one end or the others port would cause
100mbit if the pin that is damaged is not one of the 2 pairs 100mbit
needs.
On Tue, Feb 4, 2020 at 3:18 PM Patrick O'Callaghan
wrote:
>
> On Tue, 2020-02-04 at 12:46 -0600, Roger Heflin wrote:
> > The only ot
And I am going to guess before the extra ethtool options being
configured you found were inhibiting your previous tests.
On Mon, Feb 10, 2020 at 4:32 PM Patrick O'Callaghan
wrote:
>
> On Mon, 2020-02-10 at 13:50 -0400, George N. White III wrote:
> > 1000baseT uses all 4 pairs in the cable, while
It may be the pwd command doing it. It works like this:
if something runs pwd when its cwd is under say /var/log then pwd goes
through all files in /var/log until it finds .. then it goes up a
directory and repeats, until it gets to /.
Assuming that is the case your solution would be expected to
How one configured crash dumps had not significantly changed in a long
time (from what I know).
If the hardware gets a significant hardware error and does not deliver
an NMI to the os, but does force a hw reset, then you won't get a
crashdump.
On Thu, Feb 27, 2020 at 7:54 PM George R Goffe via u
Whoever wrote the big file still has it opened.
lsof | grep /tmp | grep deleted should tell you what pid and/or
service to cycle to fix it and/or who is your troublemaker making the
big file and holding it open still.
On Fri, Feb 28, 2020 at 12:14 PM Walter Cazzola wrote:
>
> Dear all,
> I've a
I see you had that. You would have to restart kconsole some way.
On Fri, Feb 28, 2020 at 12:30 PM Roger Heflin wrote:
>
> Whoever wrote the big file still has it opened.
>
> lsof | grep /tmp | grep deleted should tell you what pid and/or
> service to cycle to fix it and
Lsusb will always see somthing if it is answering the basic usb
enumeration. That does not depend on having a driver of any sort for the
device
So hw issue seems most likely
On Wed, Mar 4, 2020, 9:46 AM Frank Elsner wrote:
> On Wed, 4 Mar 2020 23:37:09 +0800 Ed Greshko wrote:
>
> [ ... ]
>
>
That means the rpm is built wrong.
Generally I don't do one-ofs like this as an RPM. The RPM does not
actually solve any real issues, and it can cause issues like the one
you have.
You should (it may be part of the source for that module) have code to
tied it to akmods such that it gets rebuilt
I have a crude script that I run on machine startup that it puts my
cpus at the lowest speed when the lid is closed, but otherwise leaves
the machine on.
#!/bin/bash
laststate=open
while [ true ] ; do
lidstate=`cat /proc/acpi/button/lid/LID0/state | awk '{print $2}'`
if [ "${lidstate}" == "ope
make a directory say "/mnt/home" and then do mount
/dev/fedora_localhost-live/home /mnt/home
Then handle it like a normal directory.
On Thu, Mar 26, 2020 at 10:43 AM Bob Goodwin wrote:
>
> I have copy of Fedora 29 on another drive in this computer and I would
> like to access the home partition
If you are only doing gimp then I would just pick the cards than can
handle the monitors you want, or at least one say 4k 30"+ tv that has
similar real estate to 4 x 1080's. The nvidia's work well for video
work (built in encoder and decoders that is much faster than the cpus)
and games and such,
you should be able to do exactly this:
mkdir -p /mnt/home
mount /dev/fedora_localhost-live/home /mnt/home
cd /mnt/home
ls -l
On Thu, Mar 26, 2020 at 12:41 PM Bob Goodwin wrote:
>
>
>
> On 2020-03-26 12:34, Roger Heflin wrote:
> > make a directory say "/mnt/home"
In lvm context this dm-1 is a magic device-mapper device/file that
sets up a block-mapping to the underlying device that allows access to
the blocks of the specific lv in the correct order (in this case
home). It really acts just like /dev/sda1 does if there is a
filesystem directly on /dev/sda1.
On your 17" make sure it has the right resolution. Last time I looked
(about 8 months ago), there were cheaper 17" with 1600x800 (or less)
vs 1080 displays. My eyes suck but I can generally see a 1080 17".
If you are only doing GIMP and no games the basic (non-amd/non-nvidia)
chip should be good
These are what I set:
vm.dirty_background_bytes = 300
vm.dirty_bytes = 500
That limits the to-be-written bytes to 50Mb, and when it hits 50MB it
will clear the write cache down to 30MB and let writes happen again.
Since 20MB of writes happens pretty fast on modern HD's this makes
response
gt; On 3/31/20 5:00 PM, Roger Heflin wrote:
> > These are what I set:
> > vm.dirty_background_bytes = 300
> > vm.dirty_bytes = 500
>
> I think you're missing a zero. If those are your actual numbers, you
> have a very small buffer. Even with your numbers
I have never seen nice have any useful IO throttling effect (unless
you are using 100% of your cpu with non-niced processes that is), so
for exactly the reason you say, it takes very little cpu to do a
massive amount of IO, so nice won't work.
There are some kernel knobs that will control IO but t
To have the issue it helps to have the reading disk be a quite a bit
faster than the receiving disk that way the reading disk can easily
get ahead and fill up the write cache faster than the reading disk can
process it (it backs up into the writecache).
So USB3.0 3.5-7200rpm or an SSD will easily
the "cache" is in memory. My original reason for setting it was I did
usbstick and usb-sd cards, and both of those are really slow, and i
also did not have a lot of ram in those laptops such that an
additional 20% of memory going for writecache also made the system
page horribly.
Ed: How much ram
I doubt this is going to be fixed upstream.This feature was put
into the kernel sometime prior to 2004, and the first version was set
even higher than 20%. And this becomes less of an issue if you have
enough ram that you can give up the 20% of ram.
On Wed, Apr 1, 2020 at 3:56 AM Sreyan Cha
I have created LV's and then encrypted said LV and then mounted the
decrypted device. So he should be able to create a LV just for the
data and encrypt it. The machine would fully boot up but then a
password would need to be entered to see the data on that LV. You
would probably want a script t
it is not a step back for enterprise servers with 2 or more vendors
ethernet cards.
We were doing a udev rule (by pci-busid) so the right cards were in
the right places, and had (pci-busid) rules for each model so that the
names were always the same. The "new" standard makes what we (and
probably
On Mon, Apr 13, 2020 at 10:48 PM Tim via users
wrote:
>
> On Tue, 2020-04-14 at 00:26 +0200, Tom H wrote:
> > The improvement's when you have a multiple NICs and swap one out. You
> > no longer have to edit "/etc/udev/rules.d/.rules" in order
> > to have the swapped-in NIC keep the name of the swa
what does ssh test@192.168.125.133 pwd return?
On Fri, Apr 17, 2020 at 10:55 AM bruce wrote:
>
> rsync -avz /home/test/cat test@192.168.125.133:/home/test/cat
> test@192.168.125.133's password:
> sending incremental file list
> rsync: change_dir "/home/test/cat/ /home/test" failed: No such f
r 17 08:12:35 2020 from 192.168.125.1
>
> works as it's supposed to .
>
> baby steps!
>
>
>
>
> On Fri, Apr 17, 2020 at 12:02 PM Roger Heflin
> wrote:
>
>> what does ssh test@192.168.125.133 pwd return?
>>
>> On Fri, Apr 17, 2020 at 10:
For the vg/offset to work the file must be contiguous (only 1
section/extent in the file). I don't see that mentioned in
archlinux.
What does filefrag show and what does du against the swap file show?
The hibernate restore is starting up the vg/lv and going to that
offset and expecting it to al
the
same physical cards at the same locations which make things much
simpler for the automation building systems and the people cabling the
systems.
On Sat, Apr 18, 2020 at 5:42 AM Ian Chapman wrote:
>
> On 13/04/2020 07:47, Roger Heflin wrote:
>
> > The only negative part I have
lspci shows you what exists in the hardware whether it is being used
for not, whether you have a driver that can use it or not.
And kmod list shows you what drivers have loaded because it found
valid hardware for it, and you have amdgpu loaded so you are using it.
I don't know specifically about
In most of the laptops with additional graphics cards I don't believe
the intel card is even going to be wired to the display at all.
Graphics cards own the display, there is no wiring that lets you
switch from one to the other unless you have a desktop and can move
the cable from one port to the o
You have to type your password and then figure out what is going wrong.
Any number of things can be messed up.Often if one adds a fstab
entry and does it wrong systemd will drop you to emergency mode.
Mountpoint mising, path to device wrong. If you did mess with fstab
recently then add ",nof
t 1:22 PM Paul Smith wrote:
> >
> > Thanks, Roger and Ed. I did not touch fstab at all. It may have been
> > VirtualBox by itself.
> >
> > I did enter my root password. And now, what should I do next?
> >
> > Thanks, Paul
> >
> >
> > On Mon, Apr
Hit shift-pageup/pagedown it will scroll that screen, it should scroll
back 100's of lines or more. Take pictures each pageup.
On Mon, Apr 20, 2020 at 8:20 AM Paul Smith wrote:
>
> Thanks, Roger. But how can I get the error messages?
>
> Paul
>
> On Mon, Apr 20, 2020
oger. Got them! Please, see them at:
>
> https://drive.google.com/drive/folders/158qtJIgB6WiEbnLu4oFShbSY1paWafj8?usp=sharing
>
> Thanks,
>
> Paul
>
> On Mon, Apr 20, 2020 at 2:26 PM Roger Heflin wrote:
> >
> > Hit shift-pageup/pagedown it will scroll that sc
> # mount /home
> mount: /home: /dev/mapper/fedora_localhost--live-home already mounted on
> /home.
> #
>
> Paul
>
> On Mon, Apr 20, 2020 at 2:56 PM Roger Heflin wrote:
> >
> > Edit your fstab and on the entry for /home were it says defaults
> > change it to
1ms plymouth-quit-wait.service
> 1ms sys-kernel-config.mount
>32us iscsi-shutdown.service
> ---
> The time when unit became active or started is printed after the "@"
> character.
> The time the unit took to start is printed
remove the ,nofail and see if it goes to emergency mode still.
If it does then remove these from the grub file
rd.lvm.lv=fedora_localhost-live/root
rd.lvm.lv=fedora_localhost-live/swap
And add this in its place:
rd.lvm.vg=fedora_localhost-live
The above 2 options indicate that only those 2 lv ar
I would check the rating on your HDMI cable, the older ones aren't
supposed to be able to support greater than 1080p rates, so if you
cable is very old it may not support the speed.
There is probably something written on the cable ends and/or the side
of the cable itself. Mine says high speed on
I would comment out the SYSFS lines and see if that fixes anything. I
would also remove the executable bit {chmod -x filename).
It seems they have put both SYSFS (used in RHEL5, so really old) and
ATTRS (new name RHEL6(say f12) and newer), but both point to the same
place, so as long as the bad o
I am picking an rpm at random, try this command:
rpm -qa | grep libsss_sudo (and any other rpm with conflicts).
On Wed, Apr 22, 2020 at 1:11 PM Samuel Sieb wrote:
>
> On 4/21/20 11:11 PM, ToddAndMargo via users wrote:
> > On 2020-04-21 23:05, Ed Greshko wrote:
> >> On 2020-04-22 14:00, ToddAndMa
I am guessing when it hung and you ctrl-c'ed it that some packages
were installed but the cleanup's were not done yet (all installs are
done and then cleanups and other stuff). Some weird things happen
when dnf gets aborted the wrong time.
This command would remove the dups (assuming you can get
One question, it your os install on a spinning disk or on a ssd?
depending on how much a given rpm is touching it could take a long
time for some installs on spinning disks. I gave up and just about
all of the machines I have have a 64gb ssd or larger just so the
upgrades are nice and fast.
On W
f you need larger size and cheaper, but can
tolerate slower, at home that is.
Some of the rpm installs were taking way too long on spinning disks
for me to even like at home.
On Wed, Apr 22, 2020 at 6:57 PM ToddAndMargo via users
wrote:
>
> On 2020-04-22 16:24, Roger Heflin wrote:
> >
Install sysstat and the next event you should have performance data,
and/or leave top running in say a window and one of the virt
terminals.
The task hung is caused by 100's of different issues, the usually one
I see is high swap usage slowing everything down (it typically happens
at least 10x mor
lazyunmount leaves all processes that were accessing the nfs server
still accessing it with files and directories open. In reality
lazyunmount has very few valid uses and quite a few invalid uses that
it does not exactly do what you think it does. Lazyunmount removes it
from the visible mount tab
just "sync" should work as it will sync the whole system, and
generally the other filesystems have little or no data in them so sync
fast.
sync syncs a file, and the data is not queued up on the
file/device /dev/sdc1 (a tiny amount is, but that will sync fast) the
data is queue on the filesystem
Try highlight on one of the icons. I am guessing whatever color
scheme you are using has the font color defined as white.
I am not sure where that is really set. I can see at least a theme
setup in gnome-tweaks -> appearance, I don't see were you can define
specific colors mappings.
On Mon, Apr
It is not a bug on my f31 system.. I flipped through each of the
themes and mine all showed the names correctly.
There is probably some random setting hanging around from no telling
how many years ago that you may have set in the past to fix some color
issue (assuming you messed around with the
You do not want to export DISPLAY, either the ssh -Y set it right or
it did not. In either case :0 is usually the monitor directly
connected to the device so that will probably never be right for a ssh
connection.
On Thu, Apr 30, 2020 at 11:12 AM S.Bob wrote:
>
> All;
>
>
> I seem to remember wa
You will want these commands:
sudo "echo ON > /sys/kernel/debug/vgaswitcheroo/switch"
sudo "echo DIS > /sys/kernel/debug/vgaswitcheroo/switch"
that will run the redirect under the sudo.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscri
If it is a really dumb switch you don't need a bond on the switch. In
my experience most simple switches can move the mac address from one
port to another so fast that without bonding setup it will act as
round-robin on the switch end (if linux is setup round-robin). On
the better managed switch
In general if you set up the cronjobs to redirect stdout and stderr to
a file then typically there is nothing to email.
Often if you have only a few systems this is easier to use.
On Thu, May 7, 2020 at 8:29 AM Robert Moskowitz wrote:
>
>
>
> On 5/7/20 7:48 AM, Robert Moskowitz wrote:
> >
> >
>
What you are saying does not exactly match what I have previously
seen, but there is a known feature with using a journaling filesystem
(ext4-journal, or xfs) for /boot, if only the journal is updated and
if it is not yet replayed into the non-journal then grub will not be
able to find the new fil
ould I modify that mount entry or do achattr
> change to workaround the bug?
>
>
> On 2020-05-08 11:11 a.m., Roger Heflin wrote:
> > What you are saying does not exactly match what I have previously
> > seen, but there is a known feature with using a journaling filesystem
>
that is over a huge number of machines,
in those the machines were booted and failed multiple times before
someone livecd booted it ran fsck'ed and/or mounted /boot, and it
found the files after that.
On Fri, May 8, 2020 at 2:00 PM Mauricio Tavares wrote:
>
> On Fri, May 8, 2020 at 12:12
arge number of /proc/fd entries using it, even though
> it successfully umounted.
>
> So, something is referencing the filesystem in a very bad way, and not
> as a mounted fs.
>
> So, I'm still stuck. How do you successfully modify /boot to not be
> journalled?
>
>
>
(and no journal replay).
https://bugzilla.redhat.com/show_bug.cgi?id=1569970 Note
On Fri, May 8, 2020 at 11:01 PM Sam Varshavchik wrote:
>
> Roger Heflin writes:
>
> > What you are saying does not exactly match what I have previously
> > seen, but there is a known
All it takes is one systemd bug, or any number of other conditions
that prevent a proper umount.
I have seen various kernel bugs cause it, I have seen the hw operating
the disks stop working.
In general using ext4+journal and/or xfs under the exact wrong
conditions can result in an unbootable sys
I am not entirely sure how it booted after replacing the battery, but
this sounds like a bios setting got cleared and/or reset. My 10 year
old MB defaults to EFI on a bios reset and that will cause a failure
to boot.
I would try hitting the key to allow you to choose a boot device
(varies by bios
Fixing the boot depends on how it is broke. It could be boot block
missing, grub stage1.5-3 pieces missing, grub.conf missing corrupted
and/or kernel/initramfs files, missing boot flag on the partition.
What message does it give you when you attempt to boot up?
And in general except for a single
I am glad they fixed that "bug". The absolute setting it did have was
generally useless on larger web pages, and on smaller web pages as Tim
says, it was impossible to figure out where you wanted to be. I am
not entirely sure who thought it was a good idea, or how they tested
it given it was unus
I intentionally partitioned my 3tb drives into 4x750G, and built 4
separate arrays out of it, and used LVM to make it one big device.
#1: it allowed me to use 2x1.5tb in place of a 3tb for a while (I had
the old 1.5tb ones) prior to me buying more 3tb ones, later on it
allowed me to use those 1.5t
Keep in mind if it does not "crash" and you have enough swap that the
machine will just get so slow as to be useless.
On my firefox leaving the weather channel up will result in that "tab"
eating all of my memory. This morning it had 3.1GB when I killed it
(10GB machine), and I have had it drive
adding ,nofail in fstab will allow the mount to "fail" and continue
the boot, I use it on anything in fstab outside of critical boot up
partitions just so that the machine will not go to single user mode
and will come up on the network such that it can be fixed remotely.
On Tue, May 19, 2020 at 11
h.
On Wed, May 20, 2020 at 7:55 AM Ed Greshko wrote:
>
> On 2020-05-19 23:05, Roger Heflin wrote:
> > Keep in mind if it does not "crash" and you have enough swap that the
> > machine will just get so slow as to be useless.
> >
>
> And that is exact
Why do you think the controller is recognized by F29?
When you did the fresh install did you supply an external driver disk?
or did the basic iso see it without anything extra?
On Fri, May 22, 2020 at 3:09 PM Gian Luca Franceschin
wrote:
>
> I made a fresh F32 installation. During install I saw
cat /proc/mounts and verify it is mounted, ls -l /raid
Unmount it and do ls -l /raid and make sure nothing is "under" it.
An issue with the raid and/or filesystem is going to be very unlikely
to cleanly remove all files like this, typically to do this you either
need to have done a rm -rf against
what does the entry in /etc/fstab look like and what filesystem is it?
On Sun, May 24, 2020 at 10:44 AM Patrick O'Callaghan
wrote:
>
> On Sun, 2020-05-24 at 21:14 +0800, Ed Greshko wrote:
> > On 2020-05-24 19:37, Patrick O'Callaghan wrote:
> > > Still getting the hang of md. I had it working for
How much ram do you have and when you switch to console mode is it
fast or does it take several seconds or more?
On Sun, May 24, 2020 at 10:13 AM Jonathan Ryshpan wrote:
>
> On Sun, 2020-05-24 at 01:00 -0700, Samuel Sieb wrote:
> > On 5/23/20 11:24 PM, Jonathan Ryshpan wrote:>
> > > A number of t
You need to show fstab. Systemd owns raid and its entry is not working.
It will overrule you and unmount anything you put there since it thinks it
owns it.
On Sun, May 24, 2020, 12:36 PM Patrick O'Callaghan
wrote:
> On Sun, 2020-05-24 at 19:29 +0200, Alexander Dalloz wrote:
> > > > Generally yo
Did you originally have /dev/md0p1 in fstab and you have edited fstab
since you booted?
If so the great and amazing systemd will not be amused and will still
have a job for the old device, you will need to run systemctl
daemon-reload for it to read the fstab file as it is not smart enough
to do th
real solution I saw was that once it is clear someone/something else
mounted something remove the systemd rule for the mount that it
happened to.
On Mon, May 25, 2020 at 4:29 AM Patrick O'Callaghan
wrote:
>
> On Sun, 2020-05-24 at 18:07 -0500, Roger Heflin wrote:
> > Did you ori
His issue was he did the manual mount on /raid (already in fstab with
a different device) and systemd immediately unmounted it. The mount
succeeds with no error, and the umount happens so fast you are left
confused about what is going on.It did at least note it in
messages so long as you can g
If you want the name to stay the same then create a file in
/etc/mdadm.conf with something like this in it:
# mdadm.conf written out by anaconda
MAILADDR root
AUTO +imsm +1.x -all
ARRAY /dev/md13 metadata=1.2 level=raid6 num-devices=7
name=localhost.localdomain:11 UUID=a54550f7:da200f3e:90606715:0
Lets follow the removing the maintainers if they don't respond to BZ'.s
So we remove maintainers, we don't get a replacement maintainer and
then after a few times of unmaintained packages, we remove the
packages. Repeat until we have no packages except the most basic
packages.
Everyone seems to
Both spinning disks? No SSD's involved?
On the upgrade it will have to read the packages from disk and then
write them back to the same disk at a different location as files,
this will cause a lot of extra seeking (maybe 2x slower here)
The laptop drive may be a lower RPM than the other machine d
You might run a smartctl --all /dev/ and see if the disk is
reporting issues with sectors.
A few slow but still readable sectors would push up the time.
On Fri, May 29, 2020 at 1:25 AM Michael D. Setzer II via users
wrote:
>
> > On 2020-05-29 01:58, Michael D. Setzer II via users wrote:
> >> I'v
if it was failing/weak power supply it would just crash, nothing slows
down nicely when that happens.
Nvidia GPU will usually crash the hardware if it overstresses the
power supply and will also crash if it goes bad.
Now overheating may cause the cpus to throttle and that may make the
machine fee
Do you have the external hub plugged into its own power? Or is it
just drawing power from usb?
You might try booting into the previous kernel and doing a quick test,
if it works there, then it is may be a new feature enforcing something
that might have happened or work, or it may simply be a a k
You need to run "ifconfig -a" to show all interfaces including "down"
network hardware, otherwise it defaults to only show up interfaces.
On Wed, Feb 17, 2021 at 4:54 PM Paolo Galtieri wrote:
>
> I have a Dell XPS 15 9500 laptop. I've already listed other issues with
> this laptop running Fedora
Do an ethtool -i
What does dmidecode look like?
The only time I have seen the device name change names like that
(without bios settings and/or hardware being rearranged) is on virtual
hosts. So no idea what is going on there.
On Thu, Feb 18, 2021 at 11:10 AM Paolo Galtieri wrote:
>
> Here
I have fullscreened firefox and used OBS to capture both the video and
the audio, it seems to have worked correctly.
On Wed, Feb 24, 2021 at 8:29 PM stan via users
wrote:
>
> On Tue, 23 Feb 2021 13:09:39 -0500
> Tom Horsley wrote:
>
> > I'm playing a video in firefox and want to capture the audi
You might try ethtool commands it will have an option to "test" and
reset options. these options may or may not be the exact same code
as the older mii-tool. It is also possible that not all of the
possible options in mii-tool and/or ethtool are actually implemented
in the driver, so one may wor
Make sure to set the PI end to match. The 100Mbit/full auto-neg
failure default is 10mbit/half and works badly with the other end
running 100/full.
As someone also said you might want to try a 100Mbit crossover cable.
The gig port would need to figure out correctly that it needs to have
2 pairs
One complication. You said you aren't using a HUB, that is probably
not exactly true. Almost all of the USB ports on a laptop or a
desktop are using a HUB, very few of the ports are dedicated.
Typically a laptop or desktop has at most 3 actual real underlying
ports, and some do not even have that
if you are running multipath then here is what happened, multipath
started up and attempted to manage sda and so it deleted sda1, then
once it gets to sda2 it figures out the vg is live and online and it
figures out it cannot manage it, so stops. No code exists apparently
to go back and put back s
Blacklist the wwwid in multipath.conf and/or blacklist the disk type
in multipath.
And/or whitelist the disks you want multipath to manage.
If all of your disks have 2 paths and are expected to have 2 paths
then you can set file_multipaths to only manage devices with 2 paths,
but to make multipat
maybe?)..
On Wed, Mar 3, 2021 at 6:35 AM GianPiero Puccioni
wrote:
>
> On 3/3/21 12:39 PM, Roger Heflin wrote:
> > Blacklist the wwwid in multipath.conf and/or blacklist the disk type
> > in multipath.
> >
> > And/or whitelist the disks you want multipath to manage
and the multipath delete code is in udev so if you search udev then
the code doing it should be in there. And I would think anyone else's
partition mapping deletes would be in there.
On Wed, Mar 3, 2021 at 11:22 AM Roger Heflin wrote:
>
> That looks like multipath is blacklisted.
&g
On Wed, Mar 3, 2021 at 12:17 PM GianPiero Puccioni
wrote:
>
> On 3/3/21 6:22 PM, Roger Heflin wrote:
> > That looks like multipath is blacklisted.
> >
> > you might to a lsinitrd | grep -i multipath and make sure it is not in
> > the initrd with a config file.
>
umber of times to figure out what code
path was doing something odd.
You might also run "dmsetup table" and see what is referencing device
8:X (sda is :0, sda1: 1 and so on).
On Thu, Mar 4, 2021 at 5:16 AM GianPiero Puccioni
wrote:
>
> On 3/3/21 11:50 PM, Roger Heflin wro
As others have said the prices are very bad for any of the better
cards. I was looking at a card before for $150 that was decent, the
prices I find for it now are 2x if you can even find it.
You might be best off buying one that is good enough for now and then
replacing it with another when the m
You might try uvcdynctl that is what I have been using as it directly
talks to the webcam.
It will show the controls that exist and let you query and set them.
On Thu, Mar 11, 2021 at 4:14 PM Ed Greshko wrote:
>
> On 12/03/2021 05:24, Paul Smith wrote:
> > ---
On Thu, Mar 11, 2021 at 6:03 PM Roger Heflin wrote:
>
> You might try uvcdynctl that is what I have been using as it directly
> talks to the webcam.
>
> It will show the controls that exist and let you query and set them.
>
>
uvcdynctrl that is.
guvcview will give you an int
Writing to flash has more to do with how the flash firmware works. To
write to flash a full block needs to be erased and then you can write
to it. Some firmware/devices keep free already zero'ed blocks and
those can be written to fast but once those run out then it has to
erase before writes.
On Sun, Mar 14, 2021 at 4:44 PM Erik P. Olsen wrote:
>
> I've had this 1 TB drive for about 1 year and have been using it succesfully
> for backups
> of my anf my wife's systems and suddenly yesterday morning I was unable to
> mount it.
> Neither fdisk nor gparted can see it but lsusb can:
>
> B
501 - 600 of 713 matches
Mail list logo