Displaying 4 results from an estimated 4 matches for "hamfist".
Did you mean:
hamfest
2007 Jun 10
4
Flac woes
...he issue is there?
All your effort on flac is greatly appreciated.. Sorry to bitch but
these are all pretty serious bugs for some of us who produce original
audio rather than just rip CD collections (never encountered these
bugs doing that), etc. I could try and kludge the flac code but I
doubt my hamfisted approach would pass muster.
Thanks!
FL
2007 Jun 10
0
Flac woes
...All your effort on flac is greatly appreciated.. Sorry to bitch but
> these are all pretty serious bugs for some of us who produce original
> audio rather than just rip CD collections (never encountered these
> bugs doing that), etc. I could try and kludge the flac code but I
> doubt my hamfisted approach would pass muster.
2019 Apr 01
1
udev rename NIC failed
Hi,
Sometimes, I found one of my Mellanox NIC renamed to rename6, instead
of eth1. The right names of NICs in my system should be:
eth0 Mellanox NIC
eth1 Mellanox NIC
eth2 Intel NIC
eth3 Intel NIC
eth4 Intel NIC
eth5 Intel NIC
eth0 and eth1 will combined as bond1 with mode 4. However, the current
names are:
eth0 Mellanox
2012 Dec 13
22
[PATCH] Btrfs: fix a deadlock on chunk mutex
An user reported that he has hit an annoying deadlock while playing with
ceph based on btrfs.
Current updating device tree requires space from METADATA chunk,
so we -may- need to do a recursive chunk allocation when adding/updating
dev extent, that is where the deadlock comes from.
If we use SYSTEM metadata to update device tree, we can avoid the recursive
stuff.
Reported-by: Jim Schutt