Search results

  1. cneira

    How to install GLIBC version 2.29 in the Linux Binary Compat layer?

    Here is how to create an Ubuntu jail, basically you need to debootstrap --arch=amd64 --no-check-gpg bionic /compat/ubuntu
  2. cneira

    'usem' State in `top` (dtrace help?)

    Have you tried running truss? Also if the process is not dying you could take a core dump using gcore and then use gdb to check what was doing at that time.
  3. cneira

    pkg-ng repositories

    Hi all, I have solved the problem with pkg update -f. Bests.
  4. cneira

    pkg-ng repositories

    @exonetric, Thank you very much for your work on this repository, I just started using it, it was ok. I tried to install svn and it found the package in your repo, so I cancelled to install it another time, then I tried again to install svn but now it does not find any package, do you have...
  5. cneira

    How to compile Objective-C in FreeBSD

    Thanks this worked like a charm! Bests
Back
Top