[PATCH clr-bundles] Add tmux pundle
by Matthew Johnson
tmux is useful for users to install without getting all of
sysadmin-basic.
Signed-off-by: Matthew Johnson <matthew.johnson(a)intel.com>
---
packages | 1 +
1 file changed, 1 insertion(+)
diff --git a/packages b/packages
index 9333cf2..e0ccb25 100644
--- a/packages
+++ b/packages
@@ -23,6 +23,7 @@ parallel
patch
powertop
strace
+tmux
unzip
valgrind
weechat
--
2.16.2
4 years, 3 months
bug: ceph-volume - No module named pkg_resources
by Patrick Ohly
Hello!
I installed ceph as part of the storage-cluster bundle.
I'm now trying to get Ceph running on a single node by following
http://docs.ceph.com/docs/master/install/manual-deployment/
At the step where it shows how to invoke ceph-volume I'm running into
this issue:
# ceph-volume -h
Traceback (most recent call last):
File "/usr/bin/ceph-volume", line 3, in <module>
from ceph_volume import main
File "/usr/lib/python2.7/site-packages/ceph_volume/main.py", line 4,
in <module>
import pkg_resources
ImportError: No module named pkg_resources
I can try to follow the manual OSD setup procedure as a workaround, so
this bug shouldn't be a blocker for me.
--
Best Regards, Patrick Ohly
The content of this message is my personal opinion only and although
I am an employee of Intel, the statements I make here in no way
represent Intel's position on the issue, nor am I authorized to speak
on behalf of Intel on this matter.
4 years, 3 months
SPDK vhost on Clear Linux
by Patrick Ohly
Hello!
I am working on setting up a "cloud cluster in a box" experiment with
Clear Linux as baremetal OS and virtual machine guest. Part of the
goals is to repeatedly build the latest SPDK[1] on the host and to
document how to do that.
This is possible right now, but it is awkward because one of the
dependencies, libiscsi-dev, is only present in the desktop-dev bundle.
Installing that ends up installing the entire desktop and related
tools, which is much more than really needed. That libiscsi-dev is in
the desktop-dev bundle also probably can't be taken as guaranteed,
because the purpose is "All packages required to build the desktop
bundle", which may or may no longer (after some future changes) contain
libiscsi-dev.
I'm not sure what to suggest as improvement, though. Bundles are task
oriented, so a bundle for the "compile SPDK from source" task would be
the ideal solution, but adding such dev bundles to Clear Linux does not
scale. Any suggestions?
Creating my own mix for this use-case is not workable.
Related to this work is running a SPDK vhost and exposing that to the
guest OS via QEMU. QEMU 2.12 is needed for vhost-blk [2]. It is not
critical at the moment, but getting QEMU updated once 2.12 is released
would be good nevertheless. Is there an issue tracker were package
updates or additions can be suggested together with a justification so
that the necessary work can be prioritized?
[1] https://github.com/spdk/spdk
[2] http://www.spdk.io/doc/vhost.html#vhost_prereqs
--
Best Regards, Patrick Ohly
The content of this message is my personal opinion only and although
I am an employee of Intel, the statements I make here in no way
represent Intel's position on the issue, nor am I authorized to speak
on behalf of Intel on this matter.
4 years, 3 months
[PATCH clr-bundles] Remove m4 from mixer bundle
by Matthew Johnson
m4 was recently removed as a dependency from mixer. Remove from the
mixer bundle.
Signed-off-by: Matthew Johnson <matthew.johnson(a)intel.com>
---
bundles/mixer | 1 -
1 file changed, 1 deletion(-)
diff --git a/bundles/mixer b/bundles/mixer
index ce47317..64c6e3a 100644
--- a/bundles/mixer
+++ b/bundles/mixer
@@ -11,7 +11,6 @@ createrepo_c
dnf
git
hardlink
-m4
mixer-tools
nosync
openssl
--
2.16.2
4 years, 3 months
[PATCH clr-bundles] packages: add mkosi
by Caio Marcelo de Oliveira Filho
Currently part of os-clr-on-clr (basically because it needed to be
somewhere).
Signed-off-by: Caio Marcelo de Oliveira Filho <caio.oliveira(a)intel.com>
---
packages | 1 +
1 file changed, 1 insertion(+)
diff --git a/packages b/packages
index 79c7bda..ac98b23 100644
--- a/packages
+++ b/packages
@@ -15,6 +15,7 @@ inotify-tools
irssi
jq
linux-tools
+mkosi
openssl
parallel
patch
--
2.16.2
4 years, 3 months
[PATCH clr-bundles] Replace curl single-package bundle with pundle
by Matthew Johnson
The curl bundle was defined due to user-requests for a bundle to just
install curl. Now that we have the capability to auto-generate this
package-scope bundle add it to the packages list.
Signed-off-by: Matthew Johnson <matthew.johnson(a)intel.com>
---
bundles/curl | 6 ------
packages | 1 +
2 files changed, 1 insertion(+), 6 deletions(-)
delete mode 100644 bundles/curl
diff --git a/bundles/curl b/bundles/curl
deleted file mode 100644
index f654047..0000000
--- a/bundles/curl
+++ /dev/null
@@ -1,6 +0,0 @@
-# [TITLE]: curl
-# [DESCRIPTION]: Provide the curl commandline utility
-# [STATUS]: WIP
-# [CAPABILITIES]:
-# [MAINTAINER]: William Douglas <william.douglas(a)intel.com>
-curl
diff --git a/packages b/packages
index 4056e7c..66d273f 100644
--- a/packages
+++ b/packages
@@ -3,6 +3,7 @@
# of the same name containing only that package.
bc
cpio
+curl
diffoscope
file
findutils
--
2.16.2
4 years, 3 months
[PATCH clr-bundles] Define initial list of pundles
by Matthew Johnson
This patch defines packages to be auto-generated into package-scope
bundles (pundles). The general guideline for this list is to only add
packages that provide some sort of functionality to the end-user, such
as packages that provide binaries or services. This list should remain
sorted.
Signed-off-by: Matthew Johnson <matthew.johnson(a)intel.com>
---
packages | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/packages b/packages
index ca78288..4056e7c 100644
--- a/packages
+++ b/packages
@@ -1 +1,24 @@
+# This list defines package-scope bundles
+# Each line contains a single package name which will be generated as a bundle
+# of the same name containing only that package.
+bc
+cpio
+diffoscope
+file
+findutils
+fio
+gzip
+htop
+icdiff
+inotify-tools
+irssi
jq
+linux-tools
+parallel
+patch
+powertop
+strace
+unzip
+valgrind
+weechat
+xz
--
2.16.2
4 years, 3 months
[PATCH clr-bundles] mail-utils: add imapfilter
by Miguel Bernal Marin
IMAPFilter is a mail filtering utility. It connects to remote mail
servers using the Internet Message Access Protocol (IMAP), sends
searching queries to the server and processes mailboxes based on
the results. It can be used to delete, copy, move, flag, etc.
messages residing in mailboxes at the same or different mail servers.
IMAPFilter uses the Lua programming language as a configuration and
extension language.
---
bundles/mail-utils | 1 +
1 file changed, 1 insertion(+)
diff --git a/bundles/mail-utils b/bundles/mail-utils
index d1b4939..fb55d56 100644
--- a/bundles/mail-utils
+++ b/bundles/mail-utils
@@ -4,6 +4,7 @@
# [CAPABILITIES]:
# [MAINTAINER]: William Douglas <william.douglas(a)intel.com>
include(python2-basic)
+imapfilter
msmtp
mutt
notmuch
--
2.16.2
4 years, 3 months
Clear Linux Kernel Headers
by Shah, Jay
Hello All:
I'm new to clear linux and I just started working on it. I wanted to know if there was a specific bundle that I should swupd bundle-add to get kernel headers in my image. My kernel version is "4.14.23". I'm just looking to add/remove my own kernel modules and I couldn't find kernel headers. I was also wondering if there was a way to add vfio and vfio-pci modules on clear linux since I don't have it on my kernel image presently, specifically by including a bundle? Or do I have to build my kernel image again to include vfio at the make menuconfig step. I was also wondering if there was any other way to pass through existing PCIe devices to the guest without using virtio or vfio.
Any help here would be appreciated.
Thanks,
Jay
4 years, 3 months