[gentoo-user] trying to do world update and dev-util/trace-cmd hangs

2022-12-02 Thread John Covici
Hi.  When trying to do a world update things get stuck at  the
folowing

>>> Emerging (1 of 1) dev-util/trace-cmd-3.1.4::gentoo
 * trace-cmd-v3.1.4.tar.gz BLAKE2B SHA512 size ;-) ...
 [ ok ]
  * Determining the location of the kernel source code
   * Found kernel source directory:
* /usr/src/linux
 * Found sources for kernel version:
 * 5.10.155-gentoo
  * Checking for suitable kernel configuration options ...
   [ ok ]
   >>> Unpacking source...
   >>> Unpacking trace-cmd-v3.1.4.tar.gz to
   /var/tmp/portage/dev-util/trace-cmd-3.1.4/work
   >>> Source unpacked in
   /var/tmp/portage/dev-util/trace-cmd-3.1.4/work
   >>> Preparing source in
   /var/tmp/portage/dev-util/trace-cmd-3.1.4/work/trace-cmd-v3.1.4
   ...
   >>> Source prepared.
   >>> Configuring source in
   /var/tmp/portage/dev-util/trace-cmd-3.1.4/work/trace-cmd-v3.1.4
   ...
   >>> Source configured.
   >>> Compiling source in
   /var/tmp/portage/dev-util/trace-cmd-3.1.4/work/trace-cmd-v3.1.4
   ...
   make -j1
   
BUILD_OUTPUT=/var/tmp/portage/dev-util/trace-cmd-3.1.4/work/trace-cmd-3.1.4_build
   prefix=/usr libdir=/usr/lib64 CC=x86_64-pc-linux-gnu-gcc
   AR=x86_64-pc-linux-gnu-ar
   BASH_COMPLETE_DIR=/usr/share/bash-completion/completions
   etcdir=/etc NO_UDIS86=1 VERBOSE=1 NO_PYTHON=1 trace-cmd
   and the compile just hangs, so I cannot continue with the
   update or even emerge by itself.  skip-first says nothing to
   resume.
   

Any ideas of how o proceed would be appreciated.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici wb2una
 cov...@ccs.covici.com



Re: [gentoo-user] trying to do world update and dev-util/trace-cmd hangs

2022-12-02 Thread John Covici
On Fri, 02 Dec 2022 20:10:08 -0500,
John Covici wrote:
> 
> Hi.  When trying to do a world update things get stuck at  the
> folowing
> 
> >>> Emerging (1 of 1) dev-util/trace-cmd-3.1.4::gentoo
>  * trace-cmd-v3.1.4.tar.gz BLAKE2B SHA512 size ;-) ...
>  [ ok ]
>   * Determining the location of the kernel source code
>* Found kernel source directory:
> * /usr/src/linux
>  * Found sources for kernel version:
>* 5.10.155-gentoo
> * Checking for suitable kernel configuration options ...
>  [ ok ]
>  >>> Unpacking source...
>  >>> Unpacking trace-cmd-v3.1.4.tar.gz to
>  /var/tmp/portage/dev-util/trace-cmd-3.1.4/work
>  >>> Source unpacked in
>  /var/tmp/portage/dev-util/trace-cmd-3.1.4/work
>  >>> Preparing source in
>  /var/tmp/portage/dev-util/trace-cmd-3.1.4/work/trace-cmd-v3.1.4
>  ...
>  >>> Source prepared.
>  >>> Configuring source in
>  /var/tmp/portage/dev-util/trace-cmd-3.1.4/work/trace-cmd-v3.1.4
>  ...
>  >>> Source configured.
>  >>> Compiling source in
>  /var/tmp/portage/dev-util/trace-cmd-3.1.4/work/trace-cmd-v3.1.4
>  ...
>  make -j1
>  
> BUILD_OUTPUT=/var/tmp/portage/dev-util/trace-cmd-3.1.4/work/trace-cmd-3.1.4_build
>  prefix=/usr libdir=/usr/lib64 CC=x86_64-pc-linux-gnu-gcc
>  AR=x86_64-pc-linux-gnu-ar
>  BASH_COMPLETE_DIR=/usr/share/bash-completion/completions
>  etcdir=/etc NO_UDIS86=1 VERBOSE=1 NO_PYTHON=1 trace-cmd
>  and the compile just hangs, so I cannot continue with the
>  update or even emerge by itself.  skip-first says nothing to
>  resume.
>  
> 
> Any ideas of how o proceed would be appreciated.

As a work around, I masked off that package version -- lets see what
happens.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici wb2una
 cov...@ccs.covici.com



[gentoo-user] Re: Docker mounting strangeness.

2022-12-02 Thread Nikos Chantziaras

On 01/12/2022 21:48, Laurence Perkins wrote:
I’m setting up an image to use Docker, which will be deployed on 
multiple machines.  Since the containers will be large, I didn’t want 
them on the root partition.


Ok, easy enough, I just put it in fstab to mount a different partition 
on /var/lib/docker.  Presto, now I don’t have to worry about a container 
using up all the OS’s disk space.


I don't know what's wrong in your case, but in order to have docker 
store its files elsewhere, I created this file:


  /etc/docker/daemon.json

with this in it:

  {
  "data-root": "/mnt/Data/cache/docker"
  }

I stopped the docker daemon and did:

  mkdir /mnt/Data/cache/
  mv /var/lib/docker /mnt/Data/cache/

as root. Then started the docker daemon again and it worked.

/etc/docker/daemon.json is useful for other settings as well, like 
enabling BuildKit by default without having to specify it on the command 
line every time. I use:


  {
  "data-root": "/mnt/Data/cache/docker",
  "features": { "buildkit": true }
  }




Re: [gentoo-user] Playing .wav files?

2022-12-02 Thread Peter Humphrey
On Friday, 2 December 2022 02:40:56 GMT Lee wrote:
> Doesnt cmus play wav files?

I hadn't heard of it.

Thank you all. Several promising ideas there.

-- 
Regards,
Peter.






Re: [gentoo-user] Playing .wav files?

2022-12-02 Thread Wols Lists

On 02/12/2022 10:45, Peter Humphrey wrote:

On Friday, 2 December 2022 02:40:56 GMT Lee wrote:

Doesnt cmus play wav files?


I hadn't heard of it.

Thank you all. Several promising ideas there.


Another idea? Audacity?

I know it's not thought of as a music player but it can. More 
importantly, it'll dump the wav as an mp3 that your computer can play.


Cheers,
Wol