kees-closed

Results 51 comments of kees-closed

``` # ls -l /dev/nvme0n1* brw-rw----. 1 root disk 259, 0 30 mei 12:17 /dev/nvme0n1 brw-rw----. 1 root disk 259, 1 30 mei 12:17 /dev/nvme0n1p1 brw-rw----. 1 root disk 259,...

By the way, I'm using `tuned-2.9.0-8.fc28.noarch`.

Below is the log when I comment the include of 'balanced' in my custom config. ``` 2018-05-30 16:25:05,411 INFO tuned.daemon.daemon: stopping tuning 2018-05-30 16:25:05,971 INFO tuned.plugins.plugin_bootloader: removing grub2 tuning previously...

The output of the script is as follows: ``` $ python test.py Device type: disk Removable: 0 Subsystem: nvme ```

I also ran the Ansible template on another machine, it also seem to happen with other type of disks. lsblk output ``` # lsblk NAME MAJ:MIN RM SIZE RO TYPE...

It works! ``` 2018-06-06 12:24:51,486 INFO tuned.daemon.daemon: stopping tuning 2018-06-06 12:24:51,819 INFO tuned.plugins.plugin_bootloader: removing grub2 tuning previously added by Tuned 2018-06-06 12:24:51,823 INFO tuned.plugins.plugin_cpu: setting governor 'powersave' on cpu 'cpu2'...

Would be nice to include IPv6, it's a bit ancient to not to.

@GodloveD, my homedir is my PWD, which is a GPFS filesystem mounted in /gpfs/home1/user to /home/user. the `APPTAINER_BINDPATH` variable is not set on both systems. Some more debugging. On the...

A workaround is `apptainer shell --no-mount hostfs openfoam-org_2.4.x.sif`, but since there is no config stating this mount, it shouldn't be needed. Oh wait, found the fix: `mount hostfs = no`...

This may work, but how do I properly set and use this? Just a snippet of what I've changed. ``` %environment export LC_ALL=C export SINGULARITY_TMPDIR=/scratch-local/tmp.mfi0aVjoh1 %post echo "Just a test...