Search:

Type: Posts; User: jiapei100; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.07 seconds.

  1. Replies
    1
    Views
    2

    [ubuntu] Failed to build ctags-5.8 .

    Can anybody help to take a look? Thank you ...
    I'm using Ubuntu 22.04.3 with gcc 11.4.0 from default repo.



    ➜ ctags-5.8 make -j12
    gcc -I. -I. -DHAVE_CONFIG_H -g -O2 -c args.c
    gcc -I. -I....
  2. [ubuntu] Re: Failed to start mysql service on Digital Ocean Ubuntu 22.04.

    Problem solved finally by removing ALL MySQL related packages and folders...
  3. [ubuntu] Failed to start mysql service on Digital Ocean Ubuntu 22.04.

    ```console
    ⋊> ~ uname -a ...
  4. [ubuntu] Re: DRAM Size is NOT equal to ALL the memory size sum-up in BIOS

    Great .... Thank you very much...
    I finally realized the 4th memory was NOT accurately plugged in its slot. After a simple re-insertion, everything is Okay now... Thank you ...
  5. [ubuntu] DRAM Size is NOT equal to ALL the memory size sum-up in BIOS

    Hi, all:

    I've installed 4 memories which sum up to 128G. However, in BIOS, Current DRAM Size shows ONLY 98304MB,
    cat /proc/meminfo the same 98304MB.
    Can anybody help please?

    291710
  6. [other] Any recommendations for external GPU racks?

    For now, I've got a NVidia GTX 2080Ti and a NVidia GTX 3090. I prefer using an external GPU racks to hold multiple GPUs at different generations, say:

    one GTX 2080Ti
    one GTX 3090
    one GTX...
  7. [ubuntu] Re: Display drivers and commands for AMD Radeon RX580

    Thank you @Tadaen_Sylvermane.

    I noticed it looks like a kernel issue: please refer to :...
  8. [ubuntu] Display drivers and commands for AMD Radeon RX580

    I'm testing and AMD GPU Radeon RX 580 .



    ➜ ~ glxinfo -B
    name of display: :0
    display: :0 screen: 0
    direct rendering: Yes
    Extended renderer info (GLX_MESA_query_renderer):
    Vendor: AMD...
  9. How to force searching LLVM headers, instead of GNU headers?

    Hi, all:

    I've been using Ubuntu 22.04.

    I set up CMake for LLVM compilation, as follows:


    CMAKE_ADDR2LINE /usr/bin/llvm-addr2line
    CMAKE_AR ...
  10. [ubuntu] Re: Failed to boot after manually installed NVidia Driver on Ubuntu 22.04 .

    God save me... it looks **nvidia-driver-515** supporting **CUDA-11.7** is just out ....

    my gosh....


    Thank Ubuntu ... ^_^

    Thank you ...
  11. [ubuntu] Re: Failed to boot after manually installed NVidia Driver on Ubuntu 22.04 .

    Yeah... You are correct.
    By using Ubuntu repos's NVidia driver 510.73.05, it suppots CUDA 11.6 ONLY.
    I actually happened to have installed CUDA 11.7 .

    Everything went on well (NVidia driver...
  12. [ubuntu] Any method to keep both GNU libunwind and Clang libunwind in the same system?

    Hi, all:

    It's been quite a while, GNU libunwind conflicts against Clang libunwind.
    Whenever I tried to install libc++-dev, Ubuntu force to uninstall GNU libunwind-dev, at the same time, install...
  13. [ubuntu] Failed to boot after manually installed NVidia Driver on Ubuntu 22.04 .

    Firstly installed Ubuntu 22.04
    Then, I installed Official NVidia Driver downloaded from NVidia website, but NOT from Ubuntu repo


    Now, Ubuntu 22.04 hangs at booting.... This is so weird .....
    ...
  14. Replies
    1
    Views
    2

    [ubuntu] Where is the file dl.h ?

    I'm using Ubuntu 22.04
    My ENV is:



    ➜ ~ uname -r
    5.15.0-27-generic
    ➜ ~ lsb_release -a
    No LSB modules are available.
    Distributor ID: Ubuntu
  15. [ubuntu] Re: How to use my own manually installed Python instead of the default one from repo?

    Failed to install Python 3.8.1 under pyenv.
  16. [ubuntu] How to use my own manually installed Python instead of the default one from repo?

    Hi, all:

    I prefer using the NEWEST Python, instead of some stale version, such as: Python2.7 or Python3.5 . So now, I had Python3.8.1 installed. Everything seems to be fine but if I do
    sudo apt...
  17. [ubuntu] What is the maximum length of environmental macros?

    Normally, I predefine my environmental macros in /etc/environment , such as PATH and LD_LIBRARY_PATH, etc.

    I happen to put /usr/bin etc. at the very end of PATH, which leads to system crash, which...
  18. [ubuntu] How to CMake cross compile a package for particular ARM architecture?

    Hi, all:

    I'm actually trying to use my own toolchain generated from crosstool-NG to build some packages, for instance, flann, onto a particular ARM board, here in my case: a raspberry pi 3B. I...
  19. slack-desktop depends on libappindicator1; however: Package libappindicator1 is not

    I wonder if there is an AUTOMATIC way to try the INSTALLED new package RATHER THAN searching for a REQUIRED old version of the same package?

    Be more specific:


    slack-desktop-4.0.1-amd64.deb...
  20. Replies
    0
    Views
    1

    [ubuntu] Launchpad FTP failed to connect...

    I just use my Filezilla client to connect launchpad FTP, but failed to connect....


    Status: Resolving address of ppa.launchpad.net
    Status: Connecting to 91.189.95.83:21...
    Status: Connection...
  21. [ubuntu] How to export ssh gpg keys from launchpad to my local computer?

    Hi:

    It happened to me that my local laptop needs a fresh installation, and I didn't do a good backup. I seriously do NOT want to generate ssh/gpg keys and have the key renewed on launchpad.net...
  22. [ubuntu] Cannot upgrade Secure Boot enforcement policy due to unsigned kernels

    My issue is exactly as https://lukasmestan.com/your-kernels-are-unsigned-this-system-will-fail-to-boot-in-a-secure-boot-environment/ and...
  23. [ubuntu] Your kernels are unsigned. This system will fail to boot in a secure boot environment

    E: Your kernels are unsigned. This system will fail to boot in a secure boot environment.
    dpkg: error processing package grub-efi-amd64-signed (--configure):
    installed grub-efi-amd64-signed...
  24. Replies
    2
    Views
    3

    [ubuntu] Re: Failed to add ppa repository

    I'm using Ubuntu 18.04.1


    $ lsb_release -a
    No LSB modules are available.
    Distributor ID: Ubuntu
    Description: Ubuntu 18.04.1 LTS
    Release: 18.04
    Codename: bionic
  25. Replies
    2
    Views
    3

    [ubuntu] Failed to add ppa repository

    $ sudo add-apt-repository ppa:videolan/master-daily
    Traceback (most recent call last):
    File "/usr/bin/add-apt-repository", line 11, in <module>
    from softwareproperties.SoftwareProperties...
Results 1 to 25 of 247
Page 1 of 10 1 2 3 4