Announcement

Collapse
No announcement yet.

Ptrace problem

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Ptrace problem

    I wasn't sure which 17.10 sub forum to use s feel free to move it to a different sub forum. Maybe a new one is needed?

    Why dosn't this work?
    Code:
    steve7233@steve7233-desktop:~$ sudo_EDITOR=kate /etc/sysctl.d/10-ptrace.conf 
    bash: /etc/sysctl.d/10-ptrace.conf: Permission denied
    steve7233@steve7233-desktop:~$
    I am trying to install dotnet 45 in wine via PlayOnLinux.I get an error poiting me here:
    https://www.playonlinux.com/en/topic...tal_error.html
    How do I get this to work?
    Last edited by steve7233; Nov 02, 2017, 01:46 PM.
    Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.

    http://www.kubuntu.org/getkubuntu

    #2
    Originally posted by steve7233 View Post
    Why dosn't this work?
    Because you are trying to execute the file, instead of opening it.

    Code:
    SUDO_EDITOR=kate sudoedit /etc/sysctl.d/10-ptrace.conf
    should work
    On #kubuntu-devel & #kubuntu on libera.chat - IRC Nick: RikMills - Launchpad ID: click

    Comment


      #3
      Originally posted by acheron View Post
      Because you are trying to execute the file, instead of opening it.

      Code:
      SUDO_EDITOR=kate sudoedit /etc/sysctl.d/10-ptrace.conf
      should work
      Thank you. It seems to be working. That's assuming POL script works. Lol I have to wait a while because I know that installing dotnet4.5 from scratch takes a while since it has to install the earlier versions and patches first.
      Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.

      http://www.kubuntu.org/getkubuntu

      Comment


        #4
        Unfortunately the script fails. I suspect it's becase the microsoft fonts script failed to download the Microsoft core fonts. I am guessing I will probably have to install Windows to a VM just to get one program to work.
        Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.

        http://www.kubuntu.org/getkubuntu

        Comment


          #5
          Uh, Microsith core fonts are available - ttf-mscorefonts-installer

          Please Read Me

          Comment


            #6
            Originally posted by oshunluvr View Post
            Uh, Microsith core fonts are available - ttf-mscorefonts-installer
            I think in this case, wine may need to use it's own script to do a separate install of them within the wine prefix?
            On #kubuntu-devel & #kubuntu on libera.chat - IRC Nick: RikMills - Launchpad ID: click

            Comment


              #7
              Can you link or just copy the msfonts to ~/.wine/drive_c/windows/Fonts

              Please Read Me

              Comment

              Working...
              X