-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check for lsmod/awk paths #76
Labels
Type: Feature
Feature request or new feature
Milestone
Comments
The gawk dependency has been removed so I'm closing this issue. |
dajhorn
referenced
this issue
in zfsonlinux/pkg-zfs
Jan 12, 2012
The wait_lock member of the rw_semaphore struct became a raw_spinlock_t in Linux 3.2 at torvalds/linux@ddb6c9b. Wrap spin_lock_* function calls in a new spl_rwsem_* interface to ensure type safety if raw_spinlock_t becomes architecture specific, and to satisfy these compiler warnings: warning: passing argument 1 of ‘spinlock_check’ from incompatible pointer type [enabled by default] note: expected ‘struct spinlock_t *’ but argument is of type ‘struct raw_spinlock_t *’ Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes: #76 Closes: openzfs/zfs#463
This was referenced Dec 17, 2014
richardelling
pushed a commit
to richardelling/zfs
that referenced
this issue
Oct 15, 2018
…k. (openzfs#76) * [TA1211] UT automation of uzfs_zvol_rebuild_scanner in gtest framework. Signed-off-by: satbir <satbir.chhikara@gmail.com>
kithrup
pushed a commit
to kithrup/openzfs
that referenced
this issue
Mar 18, 2019
Use the freebsd gethostid call
ahrens
added a commit
to ahrens/zfs
that referenced
this issue
Sep 18, 2019
tonynguien
pushed a commit
to tonynguien/zfs
that referenced
this issue
Dec 21, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Much to my surprise it looks like lsmod is packaged under /bin for archlinux. This is different from any other distribution I've seen, but it may mean we want to add a check to detect where this tools are installed. By default we currently assume /sbin/. Additionally, it appears there is no /usr/bin/awk link to either /bin/awk or /bin/gawk.
The text was updated successfully, but these errors were encountered: