175 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
84
views
Merging /dev/mmcblk0 and /dev/mmcblk0p1 in Debian 9 on BeagleBone Black
The BeagleBone Black is running Debian 9.9 from a SD card (128 GB), but it is not using the full space of the SD card.
I am unexperienced when it comes to using Linux and have a minimal understanding. ...
1
vote
1
answer
460
views
Protocol Buffers. Error in generated header file via proto-c. Invalid conversion
In my project C/C++ I must using Protocol Buffer with protoc file. After generated code from file switch.proto using below tool
protoc-c -I="./proto/" --c_out="./protobuf-c" proto/*...
0
votes
0
answers
581
views
Debian 9 (Stretch), Python 3.8.17, "pip install numpy" is taking forever to install
TL;DR:
I want to run Numpy and Pytorch on Debian 9
I installed Python 3.8.17, installed virtualenv, created a virtual environment, and attempted to install Numpy on it
However, the install takes ...
0
votes
0
answers
39
views
compiler error, when MyClass::read() and unistd.h read(int, void*,size_t) are both used (same name of global function)
In this example:
#include <unistd.h>
MyClass {
void read();
};
void MyClass::read() {
read(int,void*,size_t); // <- valid call to unistd.h version of read
}
My compiler says:
Error: ...
1
vote
1
answer
1k
views
Docker build slow since Debian Archives
First of all, I'm quite a noob when it comes to Docker, so it might be something really easy I'm missing. I'm trying to get a PHP 7.1 image to work on Docker using docker-compose. It used to build in ...
-3
votes
1
answer
181
views
Debian - existence official PHP package
I have a question about PHP packages on Debian. My project currently is in PHP 7.4 but this version is no longer supported since 28 Nov 2022.
The problem is, I need to pass to PHP 8.0 (minimum) or 8.1 ...
4
votes
1
answer
7k
views
The repository 'http://apt.postgresql.org/pub/repos/apt stretch-pgdg Release' does not have a Release file?
I have an error when I am building my Docker containers. It seems that there are problems with Postgres Stretch for Debian. I saw that Debian strech was removed and no longer supported.
I found ...
1
vote
2
answers
1k
views
problem installing nloptr 2.0.0 on debian 9 with R 4.2.0 and cmake 3.23.1
on my machine debian 9 (stretch), i have installed R4.2.0 from source.
i have problem to install nloptr 2.0.0 using syntax:
if (!require("nloptr", quietly = TRUE)) BiocManager::install(&...
0
votes
0
answers
114
views
Why the removal of the Linux Kernel PAE config could reduce the PCIE BAR IO access speed significantly
I have a intel atom j1900 board with 2G memory and a FPGA pcie device developed. the
FPGA pcie device information is shown belows:
root@GNS:~# lspci -s 03:00.0 -vvv
03:00.0 Non-VGA unclassified device:...
0
votes
0
answers
1k
views
Debian installer built with simple-cdd failed to install custom package
First of all, I apologize for my bad english.
I'm trying to create a Debian 9 installer with simple-cdd including my custom package I built myself. I've already been adding custom package that I built ...
0
votes
1
answer
44
views
Debian 9.13 end of life and Magento 1.9
I have a Magento 1.9 store running on Debian 9.13. I know Debian 9 will reach the End of Life in June 2022. If I don't update both Debian and Magento, could be they run "forever"?
What ...
0
votes
2
answers
2k
views
Install Git without sudo privilege
I have a non-root account on a Debian 9 (Stretch) System and I want to install Git.
Since the account does not have super-user privileges, Git can only be installed locally, as stated here.
Following ...
1
vote
1
answer
3k
views
Name the network interface "eth0' with the debian preseed instead of "ens192"
I have a network interface problem with my preseed.
Here is my preseed (I put only the data related to the network):
d-i debian-installer/add-kernel-opts string net.ifnames=0
d-i netcfg/...
0
votes
1
answer
179
views
Method to parse multiple .html files and remove part of html code
what is the proper way to parse multiple .html files within directory, search and remove part of html code in these files?
For example, I need to remove a html code from all files:
<div class=&...
0
votes
1
answer
699
views
-bash: ./radiobot cannot execute binary file: Exec format error
I'm having trouble running a program
this error when running the program
./radiobot -bash: ./radiobot: cannot execute binary file: Exec format error
And I checked the file, it turns out that the error ...