Results 34 issues of Пётр

Trying to clone a jail, using his snapshot as a source - I got this error: `# iocell clone nc1@2017-10-10 cannot open 'tanksys/iocell/jails/a448fe2c-8c97-11e7-9ccb-005056b04e67/root@3c44391a-ae95-11e7-9d92-005056b04e67': dataset does not exist` Probably, the problem...

``` peter@peter-freebsd ~ % sudo abgleich --version 0.0.7 ``` ``` peter@peter-freebsd ~ % uname -a FreeBSD peter-freebsd.domain.local 12.1-RELEASE-p10 FreeBSD 12.1-RELEASE-p10 GENERIC amd64 ``` zfs-backup.yaml : ``` source: zpool: tanksys prefix:...

bug

According to the wiki, build option BUILD_SHARED_LIBS permits to select between static and dynamic versions of the library to build. Is there any way to build at the same time...

I have a new type of crash after rebuilding of cbsd-tui: ``` Exception has occurred: panic "runtime error: index out of range [70] with length 70" Stack: 3 0x0000000000648ce5 in...

The build bot of FreeBSD packages indicates a strange error during i386 package build: ``` /wrkdirs/usr/ports/net/libsockpp/work/sockpp-0.8.2/examples/udp/udpechosvr.cpp:75:8: error: call to member function 'send_to' is ambiguous sock.send_to(buf, n, srcAddr); ~~~~~^~~~~~~ /wrkdirs/usr/ports/net/libsockpp/work/sockpp-0.8.2/examples/udp/udpechosvr.cpp:114:13: note:...

fix added

It would be nice to be able to use OpenGTS (Open Source GPS Tracking System) with this client. So one can create a private tracking system. OpenGTS (Open Source GPS...

Probably, FreeBSD binary is built for an old FreeBSD version - it does not start on FreeBSD 12.2 x64: ``` % ./ttg ld-elf32.so.1: Shared object "libc.so.6" not found, required by...

Hi, By default FLTK library is linked dynamically. How can I create a statically linked image of my nim program? Thanks

Hello, thanks a lot for this plugin, many people are waiting for it (me too). There is one problem of the plugin's design though. If one start 'from scratch' -...