-
Hyper-V上新装的Debian 8.1,无论是从shadowvpn.org上apt-get安装的,还是自己编译deb安装的,还是直接编译的,运行的时候都会报告:
```
harley@proxy:/etc/shadowvpn$ sudo shadowvpn -c /etc/shadowvpn/client.conf
Tue Aug 4 21:31:11 2015 warning: conf…
-
### Discussed in https://github.com/svinota/pyroute2/discussions/880
Originally posted by **moepman** February 14, 2022
I wonder if it would be possible to provide stub files [1] which would h…
-
This is on the `heroku-yml` branch.
Running this:
`heroku run bash /app/.profile.d/heroku-exec.sh`
Shows these errors:
```
/dev/fd/63: line 124: ip: command not found
cat: /app/.ssh/hero…
-
Hi,
My XDP code is running perfectly with clang/llvm version < 8. When compiling using v9, I get the following error:
0 maps not supported in current map section!
Error fixing up map structure, inc…
-
I suddenly found myself writing code like this:
```
vrflist = [(
l.get('index'),
dict(l.get('attrs', {})).get('IFLA_IFNAME'),
dict(
dict(
dict(
…
-
When running the installer on an M2 mac with asahi, I ran into the following (apparently critical) error:
```
root@fedora:/home/x/asahi-fedora-usb# sudo ./build.sh -d /dev/sda
### Preparing USB d…
-
Hello,
Can you told me what is ldpd daemon status ? Does it usable in production ?
Thank you
-
Is there a specific reason that there is a dependency on the [deprecated](https://unix.stackexchange.com/questions/677763/why-is-net-tools-deprecated-can-i-still-use-it-without-security-issue) net-too…
-
-
**Describe the bug**
When I do `cabal build`, a dependency solver error message says:
```
rejecting: memory-0.18.0 (constraint from user target requires ==0.17.0)
```
But when I look in the…