Giter Club home page Giter Club logo

clr-bundles's People

Contributors

ahkok avatar alexjch avatar anselmolsm avatar athenasjimenez avatar bryteise avatar busykai avatar bwarden avatar chamings avatar chivakker avatar clrbuilder avatar cmarcelo avatar djklimes avatar fenrus75 avatar gorozco1 avatar gtkramer avatar ikeyd avatar jcvenegas avatar josuedhg avatar jurobystricky avatar matthewrsj avatar mdhorn avatar miguelinux avatar mrkz avatar mvincerx avatar obedmr avatar phmccarty avatar salvadorteranochoa avatar thiagomacieira avatar tripzero avatar victorrodriguez avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

clr-bundles's Issues

Certbot failure

On a new AWS EC2 Instance created using the Clear Linux AMI from Amazon Marketplace, I ran:

sudo swupd install nginx certbot
sudo swupd update
sudo certbot --help

and got

Traceback (most recent call last):
  File "/usr/bin/certbot", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3095, in <module>
    @_call_aside
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3079, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3108, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 570, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 888, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 774, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'mock' distribution was not found and is required by certbot

All certbot commands, with and without sudo, produce the same error.

swupd update: Possible filedescriptor leak

How to Reproduce:

  1. Launch ami-9d38e5e7 on AWS EC2.
  2. ssh to instance launched in step 1.
  3. Run "sudo swupd update" and observe the subject warning reported twice, as can be seen below:
    ๏ฟฝ
    clear@clr-43b103bed13e4c4a91cf319e110ade97 ~ $ sudo swupd update
    swupd-client software update 3.13.0
    Copyright (C) 2012-2017 Intel Corporation

Update started.
Attempting to download version string to memory
Preparing to update from 18940 to 19450
Downloading packs...

Extracting bootloader pack for version 19100
...16%
Extracting kernel-aws pack for version 19270
...33%
Extracting openssh-server pack for version 19190
...50%
Extracting os-cloudguest-aws pack for version 19060
...66%
Extracting os-core pack for version 19450
...83%
Extracting os-core-update pack for version 19450
...100%

Statistics for going from version 18940 to version 19450:

changed bundles   : 6
new bundles       : 0
deleted bundles   : 0

changed files     : 293
new files         : 906
deleted files     : 6

Starting download of remaining update content. This may take a while...
...100%
Finishing download of update content...
Staging file content
Applying update
...100%
Update was applied.
Calling post-update helper scripts.
Possible filedescriptor leak : 6 (socket:[13344])
Possible filedescriptor leak : 7 (socket:[13348])
Update took 11.9 seconds
Update successful. System updated from version 18940 to version 19450
swupd-client software update 3.14.1
Copyright (C) 2012-2017 Intel Corporation

Update started.
Attempting to download version string to memory
Preparing to update from 19460 to 20260
Downloading packs...

Extracting bootloader pack for version 20230
...16%
Extracting kernel-aws pack for version 20220
...33%
Extracting openssh-server pack for version 20230
...50%
Extracting os-cloudguest-aws pack for version 20260
...66%
Extracting os-core pack for version 20260
...83%
Extracting os-core-update pack for version 20260
...100%

Statistics for going from version 19460 to version 20260:

changed bundles   : 6
new bundles       : 0
deleted bundles   : 0

changed files     : 392
new files         : 615
deleted files     : 23

Starting download of remaining update content. This may take a while...
...100%
Finishing download of update content...
Staging file content
Applying update
...100%
Update was applied.
Calling post-update helper scripts.
Possible filedescriptor leak : 6 (socket:[15609])
Possible filedescriptor leak : 7 (socket:[15612])
Update took 11.4 seconds
Update successful. System updated from version 19460 to version 20260
clear@clr-43b103bed13e4c4a91cf319e110ade97 ~ $

Why use a outdated edge docker version (17.05.0-ce)?

The current clearlinux docker version i get via containers-basic is 17.05.0-ce, which is 7 months old, but also a edge release?
Isn't the idea usually to use the stable channel for docker versions, which should be at least 17.06.02-ce or better 17.09.1-ce?
Even the edge channel is now at 17.11.0-ce, with the containerd 1.0 release.

So whats going on regarding docker and clearlinux and how can i update the docker version to a stable release?

xauth and X not installed with xfce4-desktop

Steps to reproduce:

user@localhost ~ $ wget https://download.clearlinux.org/image/clear-14780-kvm.img.xz
user@localhost ~ $ unxz clear-14780-kvm.img.xz
user@localhost ~ $ qemu-system-x86_64 -enable-kvm -m 2048 -net nic,model=virtio \
  -net user,hostfwd=tcp::2222-:22 -smp sockets=1,cpus=4,cores=2 \
  -cpu host -bios ~/Downloads/OVMF.fd -debugcon file:debug.log \
  -global isa-debugcon.iobase=0x402 \
  -drive file=clear-14780-kvm.img,if=virtio,aio=threads,format=raw

root@clr-61b38dea5c6049478cf3320fb4c01467 ~ # swupd bundle-add java-basic xfce4-desktop
root@clr-61b38dea5c6049478cf3320fb4c01467 ~ # startx
/usr/bin/startx: line 186: xauth: command not found
/usr/bin/startx: line 201: xauth: command not found
/usr/bin/startx: line 203: xauth: command not found
/usr/bin/startx: line 201: xauth: command not found
/usr/bin/startx: line 203: xauth: command not found

xinit: unable to run server "/usr/bin/X": No such file or directory
Use the -- option, or make sure that /usr/bin is in your path and
that "/usr/bin/X" is a program or a link to the right type of server
for your display.  Possible server names include:

    Xorg        Common X server for most displays
    Xvfb        Virtual frame buffer
    Xfake       kdrive-based virtual frame buffer
    Xnest       X server nested in a window on another X server
    Xephyr      kdrive-based nested X server
    Xvnc        X server accessed over VNC's RFB protocol
    Xdmx        Distributed Multi-head X server

xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error
/usr/bin/startx: line 225: xauth: command not found

Firefox font rendering issue

Since OS version 17830, Firefox is rendering fonts, including the the (default) Clear Sans font slightly distorted. Upgrading up to 17870 this evening did not fix this.
Several webpages, including Gmail and the clearlinux site itself, show this issue.
Especially, the letters n, u, i and l suffer from this issue, as it seems that their right-most pixels are not shown at all.
This is the case both on XFCE and Gnome, on 2 different PCs, on all monitors (also on laptop and attached monitor). It really seems like a Firefox issue, as the rest of the desktop environment shows fonts without problems (console, menu's, etc).
Please advise.
Best regards,
Martijn

ff_fonts

Add snapd and snap - maybe snapcraft

There are bundles for flatpak and docker available. That's great! They give an almost solution to the "there is nothing to install from the app store" problem.
But one notable absence is canonical's snap store. There are great popular software only available there.
I honestly consider essential Clear pack a bundle for that.
Even more considering it's already packaged for rpm distros, like fedora.
Do that for us, please! ;-)

Please provide bundles which can contain these packages for clear-xx-installer.img

I need blow packages with bundles to install on Clear Linux. These packages block my testing now.
Do you have any ideas about install above packages on Clear Linux OS without bundles?
Thanks for Clear Linux Team!

== package list ==
ucf
bundler
udhcpc
avrdude
i2cdetect
i2cget
memtester
glxgears
startx
pgrep
shuf
acpi-support
pm-utils
busybox
busybox-static
iputils-ping
libpython2.7
linux-tools-common
acpica-tools
pcregrep
mesa-utils
libx32gcc-4.8-dev
libc6-dev-i386
nfs-kernel-server
i2c-tools

update boto package from 1.7.4 to 1.7.21

Current boto3 package uses 1.7.4 from x while 1.7.21 is currently latest release. Need at least 1.7.10. pip install --user is an acceptable workaround until package in bundle upgraded.

slow and strange looking "swupd bundle-add c-basic"

I just did:
swupd bundle-add c-basic

i see tonns of those lines, for every single file in the bundle bins/includes...:

Path /usr/include/c++/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp is missing on the file system
Path /usr/include/c++/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp is missing on the file system
Path /usr/include/c++/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp is missing on the file system
Path /usr/include/c++/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp is missing on the file system
Path /usr/include/c++/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp is missing on the file system
Path /usr/include/c++/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp is missing on the file system
Path /usr/include/c++/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp is missing on the file system
Path /usr/include/c++/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp is missing on the file system
Path /usr/include/c++/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp is missing on the file system
Path /usr/include/c++/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp is missing on the file system
Path /usr/include/c++/ext/pb_ds/detail/splay_tree_/node.hpp is missing on the file system

I assume that's not normal and the process seems to take forever, 20+ minutes and counting?

I'm on 19580 with '4.12.10-119.hyperv', so whats going on here?

Under /bin i also have those funky looking entries:

.update.llvm-modextract
.update.llvm-mt
.update.llvm-nm
.update.llvm-objdump
.update.llvm-opt-report
.update.llvm-pdbutil
.update.llvm-PerfectShuffle
.update.llvm-profdata
.update.llvm-ranlib
.update.llvm-readelf
.update.llvm-readobj
.update.llvm-rtdyld
.update.llvm-size
.update.llvm-split
.update.llvm-stress
.update.llvm-strings
.update.llvm-symbolizer
.update.llvm-tblgen
.update.llvm-xray
.update.localedef
.update.locate
.update.m4
.update.make
.update.nm
.update.not
.update.obj2yaml

R does not draw the font properly when writing a plot as PNG.

Installed packages:

swupd bundle-add \
        editors \
        database-basic-dev \
        dev-utils \
        java-basic \
        python-basic \
        python-basic-dev \
        python-extras \
        R-basic \
        R-extras \
        shells \
        sysadmin-basic

Make a basic plot in R:

> png('test.png')
> plot(2,3)
> dev.off()
pdf 
  2 
> pdf('test.pdf')
> plot(2,3)
> dev.off()
pdf 
  2 

The PNG version does not contain any font (problem with cairo?).
The PDF version looks OK.

test
test.pdf

Is there another package that I should install to fix this or is it a bug?

libvsqlitepp-dev and libgdal-dev needed

The equivalent of Debian packages libvsqlitepp-dev libgdal-dev are needed for building MySql Workbench. Was not able to find them with variations of the following searches:
swupd search libgdal
swupd search libvsqlitepp

Failed to build linux/tools/perf

build linux works well, but when i try to build perf, it failed.

root@clear-lkp /clear-lkp-addon/tmp/build-perf/linux/tools/perf # make
  BUILD:   Doing 'make -j4' parallel build
Warning: Kernel ABI header at 'tools/include/uapi/linux/prctl.h' differs from latest version at 'include/uapi/linux/prctl.h'
Warning: Kernel ABI header at 'tools/arch/x86/include/asm/cpufeatures.h' differs from latest version at 'arch/x86/include/asm/cpufeatures.h'

Auto-detecting system features:
...                         dwarf: [ on  ]
...            dwarf_getlocations: [ on  ]
...                         glibc: [ on  ]
...                          gtk2: [ OFF ]
...                      libaudit: [ on  ]
...                        libbfd: [ on  ]
...                        libelf: [ on  ]
...                       libnuma: [ on  ]
...        numa_num_possible_cpus: [ on  ]
...                       libperl: [ on  ]
...                     libpython: [ on  ]
...                      libslang: [ on  ]
...                     libcrypto: [ on  ]
...                     libunwind: [ on  ]
...            libdw-dwarf-unwind: [ on  ]
...                          zlib: [ on  ]
...                          lzma: [ on  ]
...                     get_cpuid: [ on  ]
...                           bpf: [ on  ]

Makefile.config:444: No sys/sdt.h found, no SDT events are defined, please install systemtap-sdt-devel or systemtap-sdt-dev
Makefile.config:611: GTK2 not found, disables GTK2 support. Please install gtk2-devel or libgtk2.0-dev
Makefile.config:813: No libbabeltrace found, disables 'perf data' CTF format support, please install libbabeltrace-dev[el]/libbabeltrace-ctf-dev
Makefile.config:839: No alternatives command found, you need to set JDIR= to point to the root of your Java directory
  LD       scripts/libperf-in.o
  CC       util/parse-events.o
  CC       util/pmu.o
  CC       util/pmu-flex.o
`.gnu.debuglto_.debug_macro' referenced in section `.gnu.debuglto_.debug_macro' of scripts/python/Perf-Trace-Util/libperf-in.o: defined in discarded section `.gnu.debuglto_.debug_macro[wm4.stdcpredef.h.19.006d14bbbe0dc07ba9b1ce3fdc8e40d3]' of scripts/python/Perf-Trace-Util/libperf-in.o
`.gnu.debuglto_.debug_macro' referenced in section `.gnu.debuglto_.debug_macro' of scripts/python/Perf-Trace-Util/libperf-in.o: defined in discarded section `.gnu.debuglto_.debug_macro[wm4.limits.h.23.3c23ae3e8f372a0298be6ce978307bc7]' of scripts/python/Perf-Trace-Util/libperf-in.o
`.gnu.debuglto_.debug_macro' referenced in section `.gnu.debuglto_.debug_macro' of scripts/python/Perf-Trace-Util/libperf-in.o: defined in discarded section `.gnu.debuglto_.debug_macro[wm4.features.h.19.45775b3b39148a86cef058a8b4f321a6]' of scripts/python/Perf-Trace-Util/libperf-in.o
`.gnu.debuglto_.debug_macro' referenced in section `.gnu.debuglto_.debug_macro' of scripts/python/Perf-Trace-Util/libperf-in.o: defined in discarded section `.gnu.debuglto_.debug_macro[wm4.cdefs.h.19.65ffe7fd5dc745359b4dd52f297c868e]' of scripts/python/Perf-Trace-Util/libperf-in.o
`.gnu.debuglto_.debug_macro' referenced in section `.gnu.debuglto_.debug_macro' of scripts/python/Perf-Trace-Util/libperf-in.o: defined in discarded section `.gnu.debuglto_.debug_macro[wm4.wordsize.h.4.baf119258a1e53d8dba67ceac44ab6bc]' of scripts/python/Perf-Trace-Util/libperf-in.o
`.gnu.debuglto_.debug_macro' referenced in section `.gnu.debuglto_.debug_macro' of scripts/python/Perf-Trace-Util/libperf-in.o: defined in discarded section `.gnu.debuglto_.debug_macro[wm4.cdefs.h.450.b8b622c02668a696f36e4785e7471677]' of scripts/python/Perf-Trace-Util/libperf-in.o
[snip]
58c81e56e192f2d858e4ead661c66e]' of scripts/python/Perf-Trace-Util/libperf-in.o
`.gnu.debuglto_.debug_macro' referenced in section `.gnu.debuglto_.debug_macro' of scripts/python/Perf-Trace-Util/libperf-in.o: defined in discarded section `.gnu.debuglto_.debug_macro[wm4.list.h.20.124c028f51232e18a74846e6c597119f]' of scripts/python/Perf-Trace-Util/libperf-in.o
make[4]: *** [/clear-lkp-addon/tmp/build-perf/linux/tools/build/Makefile.build:145: scripts/libperf-in.o] Error 1
make[3]: *** [/clear-lkp-addon/tmp/build-perf/linux/tools/build/Makefile.build:139: scripts] Error 2
make[3]: *** Waiting for unfinished jobs....
  LD       util/scripting-engines/libperf-in.o

Please provide i3 wm

Kindly include i3 wm in the respective bundle. It is lightweight and fast , better than heavyweight stuff.

make-dot.py can't run normally to build the graph of bundle dependency

Tried to run make-dot.py to create the dependency graph of clearlinux bundles, but the following error occurs.

ros@ros2clr ~/workspace/clr/clr-bundles $ ls
auto.devbundles  bundle-header.txt  bundles  make-dot.py  packages  README.md
ros@ros2clr ~/workspace/clr/clr-bundles $ python3 make-dot.py | dot -Tsvg > dot.svg
Warning: Could not load "/usr/lib64/graphviz/libgvplugin_pango.so.6" - file not found
Traceback (most recent call last):
  File "make-dot.py", line 86, in <module>
    main()
  File "make-dot.py", line 13, in main
    edges = generate_edges(bundledict)
  File "make-dot.py", line 53, in generate_edges
    includebundle = bundledict[includename]
KeyError: 'p11-kit'
ros@ros2clr ~/workspace/clr/clr-bundles $ 

Add cockpit-project.org ?

As a cloud/container focused linux os, it would be great to get cockpit ui working with clearlinux. www.projectatomic.io has it build in and i just tested it there and was impressed how nice the server + container management works with it.

So maybe consider adding it to the sysadmin-remote-managed bundle or make a separate?

Add a DNS server

and a DNS server like bind (autoritative/recursive) or unbound (recursive) and nsd (autoritative)

java9-basic

Would like to see a java9-basic bundle which can co-exist with java-basic

add zerofree into the admin/disk-utils bundle

I miss the zerofree tool, so i can easily compact the dynamic vhdx disks. While this can also be done via cat /dev/zero > /var/tmp/zero.out, its not quite save to-do if some unaware/bad services also run simultaneously.

So just throw it into the admin/disk-util bundles.

thx Andy

cloud-control bundle missing dependancy for awscli: colorama

Actual Result:

$ aws --version
Traceback (most recent call last):
File "/usr/bin/aws", line 19, in
import awscli.clidriver
File "/usr/lib/python3.6/site-packages/awscli/clidriver.py", line 28, in
from awscli.formatter import get_formatter
File "/usr/lib/python3.6/site-packages/awscli/formatter.py", line 20, in
from awscli.table import MultiTable, Styler, ColorizedStyler
File "/usr/lib/python3.6/site-packages/awscli/table.py", line 17, in
import colorama
ModuleNotFoundError: No module named 'colorama'
clear@clr-3d5ff99de3894b32abaae7756bfa51ef ~ $

How to reproduce:

  1. Launch ami-9d38e5e7 on AWS EC2.
  2. ssh to instance launched in step 1.
  3. sudo swupd update
  4. sudo swupd bundle-add cloud-control
  5. aws --version

Example of steps 3-5:

$ sudo swupd update
swupd-client software update 3.13.0
Copyright (C) 2012-2017 Intel Corporation

Update started.
Attempting to download version string to memory
Preparing to update from 18940 to 19450
Downloading packs...

Extracting bootloader pack for version 19100
...16%
Extracting kernel-aws pack for version 19270
...33%
Extracting openssh-server pack for version 19190
...50%
Extracting os-cloudguest-aws pack for version 19060
...66%
Extracting os-core pack for version 19450
...83%
Extracting os-core-update pack for version 19450
...100%

Statistics for going from version 18940 to version 19450:

changed bundles   : 6
new bundles       : 0
deleted bundles   : 0

changed files     : 293
new files         : 906
deleted files     : 6

Starting download of remaining update content. This may take a while...
...100%
Finishing download of update content...
Staging file content
Applying update
...100%
Update was applied.
Calling post-update helper scripts.
Possible filedescriptor leak : 6 (socket:[13882])
Possible filedescriptor leak : 7 (socket:[13886])
Update took 39.5 seconds
Update successful. System updated from version 18940 to version 19450
swupd-client software update 3.14.1
Copyright (C) 2012-2017 Intel Corporation

Update started.
Attempting to download version string to memory
Preparing to update from 19460 to 20260
Downloading packs...

Extracting bootloader pack for version 20230
...16%
Extracting kernel-aws pack for version 20220
...33%
Extracting openssh-server pack for version 20230
...50%
Extracting os-cloudguest-aws pack for version 20260
...66%
Extracting os-core pack for version 20260
...83%
Extracting os-core-update pack for version 20260
...100%

Statistics for going from version 19460 to version 20260:

changed bundles   : 6
new bundles       : 0
deleted bundles   : 0

changed files     : 392
new files         : 615
deleted files     : 23

Starting download of remaining update content. This may take a while...
...100%
Finishing download of update content...
Staging file content
Applying update
...100%
Update was applied.
Calling post-update helper scripts.
Possible filedescriptor leak : 6 (socket:[16146])
Possible filedescriptor leak : 7 (socket:[16149])
Update took 3.8 seconds
Update successful. System updated from version 19460 to version 20260
clear@clr-3d5ff99de3894b32abaae7756bfa51ef ~ $ aws
-bash: aws: command not found
clear@clr-3d5ff99de3894b32abaae7756bfa51ef ~ $ sudo swupd bundle-add cloud-control
swupd-client bundle adder 3.14.3
Copyright (C) 2012-2017 Intel Corporation

Downloading packs...

Extracting cloud-control pack for version 20260
...14%
Extracting python-basic pack for version 19460
...28%
Extracting network-basic pack for version 20260
...42%
Extracting python3-basic pack for version 20260
...57%
Extracting perl-basic pack for version 20230
...71%
Extracting kvm-host pack for version 20220
...85%
Extracting libX11client pack for version 20260
...100%
Installing bundle(s) files...
...100%
Calling post-update helper scripts.
Bundle(s) installation done.
clear@clr-3d5ff99de3894b32abaae7756bfa51ef ~ $ aws --version
Traceback (most recent call last):
File "/usr/bin/aws", line 19, in
import awscli.clidriver
File "/usr/lib/python3.6/site-packages/awscli/clidriver.py", line 28, in
from awscli.formatter import get_formatter
File "/usr/lib/python3.6/site-packages/awscli/formatter.py", line 20, in
from awscli.table import MultiTable, Styler, ColorizedStyler
File "/usr/lib/python3.6/site-packages/awscli/table.py", line 17, in
import colorama
ModuleNotFoundError: No module named 'colorama'

dev-utils missing static zlib

I try to build openwrt/lede under clearlinux, but the build step fails and complains about this:
Build dependency: Please install a static zlib. (Missing libz.a or zlib.h)

There requirements via ubuntu guide are these:

subversion g++ zlib1g-dev build-essential git python rsync man-db libncurses5-dev gawk gettext unzip file libssl-dev wget

file roller broke after update

after updating version from 19120 to 19420, installed file roller is broken
Note: am i have to post update issues to this repository or swupd-client

utku@clr-449e9b2a44f8458bb4885604dc172a1c ~ $ file-roller -v
file-roller 3.10.0, Copyright ยฉ 2001-2012 Free Software Foundation, Inc.
utku@clr-449e9b2a44f8458bb4885604dc172a1c ~ $ file-roller

(file-roller:9576): GLib-GIO-ERROR **: Settings schema 'org.gnome.FileRoller.UI' does not contain a key named 'view-folders'
Trace/breakpoint trap (core dumped)
utku@clr-449e9b2a44f8458bb4885604dc172a1c ~ $ ls /usr/share/glib-2.0/schemas
10_gnome_settings.gschema.override
gschema.dtd
gschemas.compiled
net.connman.gtk.gschema.xml
org.freedesktop.ColorHelper.gschema.xml
org.freedesktop.ibus.gschema.xml
org.freedesktop.Telepathy.Logger.gschema.xml
org.freedesktop.Tracker.DB.gschema.xml
org.freedesktop.Tracker.enums.xml
org.freedesktop.Tracker.gschema.xml
org.freedesktop.Tracker.Store.gschema.xml
org.gnome.antler.gschema.xml
org.gnome.calculator.gschema.xml
org.gnome.calendar.enums.xml
org.gnome.calendar.gschema.xml
org.gnome.caribou.gschema.xml
org.gnome.Characters.gschema.xml
org.gnome.Cheese.gschema.xml
org.gnome.crypto.cache.gschema.xml
org.gnome.crypto.pgp.gschema.xml
org.gnome.desktop.a11y.applications.gschema.xml
org.gnome.desktop.a11y.gschema.xml
org.gnome.desktop.a11y.keyboard.gschema.xml
org.gnome.desktop.a11y.magnifier.gschema.xml
org.gnome.desktop.a11y.mouse.gschema.xml
org.gnome.desktop.app-folders.gschema.xml
org.gnome.desktop.background.gschema.xml
org.gnome.desktop.calendar.gschema.xml
org.gnome.desktop.datetime.gschema.xml
org.gnome.desktop.default-applications.gschema.xml
org.gnome.desktop.enums.xml
org.gnome.desktop.input-sources.gschema.xml
org.gnome.desktop.interface.gschema.xml
org.gnome.desktop.lockdown.gschema.xml
org.gnome.desktop.media-handling.gschema.xml
org.gnome.desktop.notifications.gschema.xml
org.gnome.desktop.peripherals.gschema.xml
org.gnome.desktop.privacy.gschema.xml
org.gnome.desktop.screensaver.gschema.xml
org.gnome.desktop.search-providers.gschema.xml
org.gnome.desktop.session.gschema.xml
org.gnome.desktop.sound.gschema.xml
org.gnome.desktop.thumbnail-cache.gschema.xml
org.gnome.desktop.thumbnailers.gschema.xml
org.gnome.desktop.wm.keybindings.gschema.xml
org.gnome.desktop.wm.preferences.gschema.xml
org.gnome.eog.enums.xml
org.gnome.eog.gschema.xml
org.gnome.eog.plugins.exif-display.gschema.xml
org.gnome.eog.plugins.export-to-folder.gschema.xml
org.gnome.eog.plugins.fullscreenbg.gschema.xml
org.gnome.eog.plugins.pythonconsole.gschema.xml
org.gnome.Evince.gschema.xml
org.gnome.evolution.addressbook.gschema.xml
org.gnome.evolution.bogofilter.gschema.xml
org.gnome.evolution.calendar.gschema.xml
org.gnome.evolution-data-server.addressbook.gschema.xml
org.gnome.evolution-data-server.calendar.gschema.xml
org.gnome.evolution-data-server.gschema.xml
org.gnome.Evolution.DefaultSources.gschema.xml
org.gnome.evolution.eds-shell.gschema.xml
org.gnome.evolution.gschema.xml
org.gnome.evolution.importer.gschema.xml
org.gnome.evolution.mail.gschema.xml
org.gnome.evolution.plugin.attachment-reminder.gschema.xml
org.gnome.evolution.plugin.autocontacts.gschema.xml
org.gnome.evolution.plugin.email-custom-header.gschema.xml
org.gnome.evolution.plugin.external-editor.gschema.xml
org.gnome.evolution.plugin.face-picture.gschema.xml
org.gnome.evolution.plugin.itip.gschema.xml
org.gnome.evolution.plugin.mail-notification.gschema.xml
org.gnome.evolution.plugin.prefer-plain.gschema.xml
org.gnome.evolution.plugin.publish-calendar.gschema.xml
org.gnome.evolution.plugin.templates.gschema.xml
org.gnome.evolution.shell.gschema.xml
org.gnome.evolution.shell.network-config.gschema.xml
org.gnome.evolution.spamassassin.gschema.xml
org.gnome.evolution.text-highlight.gschema.xml
org.gnome.FileRoller.gschema.xml
org.gnome.gedit.enums.xml
org.gnome.gedit.gschema.xml
org.gnome.gedit.plugins.externaltools.gschema.xml
org.gnome.gedit.plugins.filebrowser.enums.xml
org.gnome.gedit.plugins.filebrowser.gschema.xml
org.gnome.gedit.plugins.pythonconsole.gschema.xml
org.gnome.gedit.plugins.time.enums.xml
org.gnome.gedit.plugins.time.gschema.xml
org.gnome.gnome-applets.battstat.gschema.xml
org.gnome.gnome-applets.charpick.gschema.xml
org.gnome.gnome-applets.command.gschema.xml
org.gnome.gnome-applets.geyes.gschema.xml
org.gnome.gnome-applets.gweather.gschema.xml
org.gnome.gnome-applets.invest.gschema.xml
org.gnome.gnome-applets.multiload.gschema.xml
org.gnome.gnome-applets.netspeed.gschema.xml
org.gnome.gnome-applets.stickynotes.gschema.xml
org.gnome.gnome-applets.timer.gschema.xml
org.gnome.gnome-applets.window-buttons.gschema.xml
org.gnome.gnome-applets.window-title.gschema.xml
org.gnome.gnome-flashback.desktop-background.gschema.xml
org.gnome.gnome-flashback.gschema.xml
org.gnome.gnome-flashback.input-sources.gschema.xml
org.gnome.gnome-flashback.workarounds.gschema.xml
org.gnome.gnome-panel.applet.clock.gschema.xml
org.gnome.gnome-panel.applet.fish.gschema.xml
org.gnome.gnome-panel.applet.window-list.gschema.xml
org.gnome.gnome-panel.applet.workspace-switcher.gschema.xml
org.gnome.gnome-panel.enums.xml
org.gnome.gnome-panel.gschema.xml
org.gnome.gnome-panel.launcher.gschema.xml
org.gnome.gnome-panel.menu-button.gschema.xml
org.gnome.gnome-panel.object.gschema.xml
org.gnome.gnome-panel.toplevel.gschema.xml
org.gnome.gnome-screenshot.gschema.xml
org.gnome.GWeather.enums.xml
org.gnome.GWeather.gschema.xml
org.gnome.libgnomekbd.desktop.gschema.xml
org.gnome.libgnomekbd.gschema.xml
org.gnome.libgnomekbd.keyboard.gschema.xml
org.gnome.login-screen.gschema.xml
org.gnome.metacity.gschema.xml
org.gnome.metacity.keybindings.gschema.xml
org.gnome.metacity.theme.gschema.xml
org.gnome.mutter.gschema.xml
org.gnome.mutter.wayland.gschema.xml
org.gnome.nautilus.gschema.xml
org.gnome.nm-applet.gschema.xml
org.gnome.online-accounts.gschema.xml
org.gnome.seahorse.recipients.gschema.xml
org.gnome.SessionManager.gschema.xml
org.gnome.settings-daemon.enums.xml
org.gnome.settings-daemon.peripherals.gschema.xml
org.gnome.settings-daemon.peripherals.wacom.gschema.xml
org.gnome.settings-daemon.plugins.color.gschema.xml
org.gnome.settings-daemon.plugins.gschema.xml
org.gnome.settings-daemon.plugins.housekeeping.gschema.xml
org.gnome.settings-daemon.plugins.media-keys.gschema.xml
org.gnome.settings-daemon.plugins.power.gschema.xml
org.gnome.settings-daemon.plugins.sharing.gschema.xml
org.gnome.settings-daemon.plugins.xsettings.gschema.xml
org.gnome.shell.extensions.auto-move-windows.gschema.xml
org.gnome.shell.extensions.example.gschema.xml
org.gnome.shell.extensions.native-window-placement.gschema.xml
org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml
org.gnome.shell.extensions.user-theme.gschema.xml
org.gnome.shell.extensions.window-list.gschema.xml
org.gnome.shell.gschema.xml
org.gnome.system.gvfs.enums.xml
org.gnome.system.locale.gschema.xml
org.gnome.system.location.gschema.xml
org.gnome.system.proxy.gschema.xml
org.gnome.system.smb.gschema.xml
org.gnome.Terminal.gschema.xml
org.gnome.totem.enums.xml
org.gnome.totem.gschema.xml
org.gnome.totem.plugins.opensubtitles.gschema.xml
org.gnome.totem.plugins.pythonconsole.gschema.xml
org.gnome.Vinagre.gschema.xml
org.gtk.Demo.gschema.xml
org.gtk.exampleapp.gschema.xml
org.gtk.Settings.ColorChooser.gschema.xml
org.gtk.Settings.Debug.gschema.xml
org.gtk.Settings.EmojiChooser.gschema.xml
org.gtk.Settings.FileChooser.gschema.xml
org.virt-manager.virt-manager.gschema.xml
utku@clr-449e9b2a44f8458bb4885604dc172a1c ~ $ sudo swupd bundle-list
swupd-client bundle list 3.14.1
   Copyright (C) 2012-2017 Intel Corporation

R-basic
bootloader
c-basic
clr-devops
cryptography
database-basic
desktop
desktop-apps
desktop-apps-extras
desktop-assets
desktop-autostart
desktop-dev
desktop-gnomelibs
desktop-locales
dev-utils
dev-utils-dev
editors
editors-dev
games
games-dev
go-basic
java-basic
kernel-native
koji
kvm-host
libX11client
machine-learning-basic
mail-utils
mail-utils-dev
mixer
network-basic
network-basic-dev
openssh-server
os-clr-on-clr
os-core
os-core-dev
os-core-update
os-core-update-dev
os-installer
os-testsuite
os-testsuite-phoronix
os-utils-gui
os-utils-gui-dev
perl-basic
perl-basic-dev
php-basic
python-basic
python-basic-dev
python-extras
python3-basic
ruby-basic
rust-basic
shells
storage-utils
storage-utils-dev
sysadmin-basic
sysadmin-basic-dev
telemetrics
user-basic
user-basic-dev
web-server-basic
xfce4-desktop
Current OS version: 19420
utku@clr-449e9b2a44f8458bb4885604dc172a1c ~ $ uname -a
Linux clr-449e9b2a44f8458bb4885604dc172a1c 4.14.3-482.native #2 SMP Thu Nov 30 12:15:31 UTC 2017 x86_64 GNU/Linux

Please provide a Live ISO

Please provide a Live ISO which would allow one to boot Clear Linux on real hardware without having to install it, and without having to use a VM.

Installing R packages which need to compile C++ code might crash R when executing them

Installing R packages which need to compile C++ code might crash R when executing them:

install.packages("randomForestSRC")

library("randomForestSRC")

# Example
data(veteran, package = "randomForestSRC")
v.obj <- rfsrc(Surv(time, status) ~ ., data = veteran, ntree = 100, tree.err=TRUE)

==> R crashes, due to invalid opcode.

The default CPU architecture is set to high in my case in /usr/lib64/R/etc/Makeconf.
Replacing haswell with ivybridge fixes it:

sed -i -e 's/-march=haswell/-march=ivybridge/g' /usr/lib64/R/etc/Makeconf

hyper-v "time synchronization" integration not working in hyper-v image?

I noticed that even if i enable "time synchronization" in the hyper-v integration host options, after i wake my VM host from a sleep state, the date/time is not updated and the VM is frozen from where the host was put into sleep mode. At some point the network time synchronization kicks in, but this often takes to long and leaves the system in a "Bad" date state. So i have to manually restart the network-time service.

As i understand it the "time synchronization" integration feature should take care of this even without network-time. So it seems the hyper-v image is not correctly using or has support for this feature?

Out of memory error with filedescriptor leak when installing bundle: sysadmin-basic

$ docker run -it clearlinux:latest bash
root@2c56d3bbcfb7 / # cd /home
root@2c56d3bbcfb7 /home # swupd bundle-add sysadmin-basic
swupd-client bundle adder 3.13.1
Copyright (C) 2012-2017 Intel Corporation

Downloading packs...

Extracting sysadmin-basic pack for version 19150
...100%
Installing bundle(s) files...
...100%
Calling post-update helper scripts.
[ERROR] cbm (../src/lib/files.c:L165): Invalid block device: /
[ERROR] cbm (../src/lib/system_stub.c:L31): Invalid block device: 0:66
Out of memory[ERROR] cbm (../src/bootman/update.c:L250): No kernels discovered in ///usr/lib/kernel, bailing
Possible filedescriptor leak : 7 (socket:[10206615])
Bundle(s) installation done.
root@2c56d3bbcfb7 /home #

Please provide a mechanism so that users can cherry pick only a subset of packages within a bundle.

Currently we are in the process of converting our base docker images to pull from clear-linux.
There are certain packages we want them to be present in the docker like vim(or even vim-tiny).
If I use bundles then the lightest one seems to be "editors" bundle, but that bring several other editors that I don't need.
For example to get the required packages for my docker image, I have added this RUN command at the beginning: (Please see here: https://github.com/tapanalyticstoolkit/spark-tk-jupyter/blob/master/Dockerfile)

# Install required bundles
RUN swupd bundle-add \
editors \
java-basic \
python-basic \
python-basic-dev\
python-extras \
machine-learning-basic

but this one single command add 3.9 GB disk space to my docker image.
The final image is 5.2 GB but if I use debian:jessie as the base my image is only 2 GB.

can't get libva.so.1, libva-x11.so.1and libva-drm.so.1

i am trying to get those files:
libva.so.1
libva-x11.so.1
libva-drm.so.1

And those files exist:

utku@clr-449e9b2a44f8458bb4885604dc172a1c ~ $ find /usr -name libva*
/usr/lib64/libva-x11.so
/usr/lib64/libva.so
/usr/lib64/libva-x11.so.2.0.0
/usr/lib64/libva-drm.so.2.0.0
/usr/lib64/libva.so.2
/usr/lib64/totem/plugins/variable-rate/libvariable-rate.so
/usr/lib64/libva-drm.so
/usr/lib64/libva-wayland.so
/usr/lib64/libva-glx.so.2.0.0
/usr/lib64/libva-drm.so.2
/usr/lib64/libva-wayland.so.2.0.0
/usr/lib64/libva-glx.so.2
/usr/lib64/libva-wayland.so.2
/usr/lib64/libva.so.2.0.0
/usr/lib64/pkgconfig/libva-wayland.pc
/usr/lib64/pkgconfig/libva-glx.pc
/usr/lib64/pkgconfig/libva.pc
/usr/lib64/pkgconfig/libva-drm.pc
/usr/lib64/pkgconfig/libva-x11.pc
/usr/lib64/libva-glx.so
/usr/lib64/libva-x11.so.2

Also there is a issue that i am trying to compile libav and install it to /usr/local:
intel/intel-vaapi-driver#303

in desktop bundle on 29th June, network-manager-applet caused gnome-shell crash

The newly updated network-manager-applet in 23370 caused gnome-shell unable to start.

found in 'journalctl -b', the modemManager.js from gnome-shell couldn't find NMA:
"Typelib file for namespace 'NMA' (any version) not found".

My temporary solution is compiling and installing the previous version of network-manager-applet, and it works.

Might be a helpful discussion in ubuntu https://ubuntuforums.org/archive/index.php/t-2385745.html

Make swupd more verbose

It would be great if I can see what is installing, rather getting a percentage output on the terminal.Is there any flag to swupd?? Not sure I missed it.

I am getting this, which is not so helpful :(

Extracting desktop-gnomelibs pack for version 18060 ...13% Extracting dev-utils pack for version 18070 ...15% Extracting dev-utils-dev pack for version 18070 ...17% Extracting editors pack for version 18070 ...20% Extracting go-basic pack for version 18010 ...22% Extracting kernel-native pack for version 18070 ...24% Extracting koji pack for version 18000 ...26% Extracting kvm-host pack for version 18060 ...28% Extracting libX11client pack for version 18070 ...31% Extracting mixer pack for version 18000 ...33% Extracting network-basic pack for version 18020 ...35% Extracting os-clr-on-clr pack for version 18060 ...37% Extracting os-clr-on-clr-dev pack for version 18070 ...40% Extracting os-core pack for version 18080

Add libvirt-dev to kvm-host bundle

๐Ÿ‘‹ Hi there!

I'm using the kvm-host bundle, and it's working great. I run a Grafana instance and I'd like to get some libvirt related data out of it. I started researching and there's a tool to pull data out using Prometheus over in https://github.com/kumina/libvirt_exporter, but it depends on libvirt-dev in order to access the libvirt APIs and get metrics.

It looks like the libvirt-dev package is available in os-utils-gui-dev, but I was wondering if it could be added to the kvm-host bundle, or perhaps adding a kvm-host-dev bundle with it ๐Ÿ™.

For posterity, when trying to build the libvirt_exporter source, this was the error I was getting that led me towards this request:

Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found

Python with tkinter does not work

when try to use graphic packages (base on tkinter ) in python it through an error

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3.7/tkinter/__init__.py", line 36, in <module>
    import _tkinter # If this fails your Python may not be configured for Tk
ModuleNotFoundError: No module named '_tkinter'

what bundle needs to be installed in order to make this work?

cifs-utils no vers=3.0 support?

I cant mount a windows 10 share via: mount.cifs ... -o vers=3.0
i get a : mount error(22): Invalid argument ?

If i use vers=1.0 than i get: mount error(112): Host is down

Is the kernel build with smb 3.0 cifs support and the cifs-utils as well?
Windows 10 uses SMB 3.1.1 by default and getting SMB 1.0 to work requires to enable the old "SMB 1.0" feature, which is not recommend anymore.

So why cant i mount a normal windows 10 share into clear linux?

PS: I'm using kernel Linux clear-vm 4.12.10-118.hyperv

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.