-
Updated
May 20, 2020
bsd
Here are 253 public repositories matching this topic...
-
Updated
Jan 22, 2020
I'm not sure what's causing this issue, but it looks like ROP.raw()
does something weird when given one-byte arguments.
This happens on both Python2 and Python3.
Correct
>>> r=ROP([])
>>> r.raw(32)
>>> print(r.dump())
0x0000: 0x20
>>> r.raw(pack(32))
>>> print(r.dump())
0x0000: 0x20
0x0004: ' \x00\x00\x00' ' \x00\x00\x00'
>>> print(hexdump(str(
Eg: norestored.
And until then, change the man page to say that it is incomplete, and to look in examples and the changelog. Are there configuration settings that are only documented in code?
System Details:
Prerequisites
- I'm using latest version: v
- I've checked Known issues
Description
Operating system: Ubuntu 16.04
Additional Information
In linux ctrl+shift+i opens the developer tools in the background and does not help with debugging. One workaround is to spec
xargo CI is failing with a strange ICE:
thread 'rustc' panicked at 'failed to lookup `SourceFile` in new context', src/librustc_middle/ty/query/on_disk_cache.rs:456:17
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
error: internal compiler error: unexpected panic
note: the compiler unexpect
Important notices
Before you add a new report, we ask you kindly to acknowledge the following:
-
I have read the contributing guide lines at https://github.com/opnsense/core/blob/master/CONTRIBUTING.md
-
I have searched the existing issues and I'm convinced that mine is new.
Describe the bug
When adding a wildcard override to Unbound DNS, the service stops and reports an
Steps to reproduce:
- Go to Tools > Preferences > General
- Under Home Page select Use Bookmark
- Select This Folder to set a bookmark folder as Home Page
Actual:
Bookmark selection menu allows selection of folders.
Expected:
In this case, bookmark selection menu should not allows selection of folders; it doesn't make sense to have a bookmark folder as home
Hi, I'm looking around for test my linux based machine whit docker but don't see the 'how to' anywhere, someone know how to run the official test suite?
http://www.phoronix-test-suite.com/documentation/
thanks in advance,
-
Updated
Apr 1, 2020 - Shell
Printable format
Is there any chance that you will create a printable version of this docs as it would be very useful if it is distributed on my college tech club and my fellow linux geekmate. Thanks
Hi,
Could you please help me understand what I'm missing:
Python 3.6.9
[GCC 8.3.0] on linux
from pyroute2 import ethtool
etht = ethtool.Ethtool()
ERROR:root:Generic netlink protocol ethtool not found
ERROR:root:Please check if the protocol module is loaded
and looks like this happens specifically in this place
_with_nl.is_nlethtool_in_kernel()
ERROR:root:Generic netlink p
-
Updated
May 17, 2020 - Perl
When disabled, accept stdin as-is and don't re-open the TTY. When enabled, accept a user-specified file separator sort of like how cut -d
works.
I traced the error back to https://github.com/bram85/topydo/blob/b59fcfca5361869a6b78d4c9808c7c6cd0a18b58/topydo/commands/RevertCommand.py#L101.
Per https://arrow.readthedocs.io/en/latest/releases.html#id9, the command arrow.get(timestamp_string)
doesn't work anymore, and preferred syntax is now arrow.get(timestamp_string, "X")
. In this test case, timestamp_string="5"
etc. It seems
-
Updated
Apr 17, 2020 - C
-
Updated
Dec 1, 2019
-
Updated
May 24, 2020 - C
In the mysql config file, innodb_flush_log_at_trx_commit is set to 0.
However, the MySQL official document recommends to set it to 1, which helps keep InnoDB ACID Compliant.
"For
It's probably not worth warning about
$ bfs -print -follow
OTOH, both of these probably deserve warnings:
$ bfs -print -o -follow
$ bfs -follow -o -print
-
Updated
May 24, 2020 - C
Since the RP hold time was fixed in RP #106, this comment in rp.c
around line 380:
/* TODO: We shoudn't have old existing entry, because with the
* current implementation all of them will be deleted
* (different fragment_tag). Debug and check and eventually
* delete.
*/
is not true anymore. A debug log message in that place will appea
Improve this page
Add a description, image, and links to the bsd topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bsd topic, visit your repo's landing page and select "manage topics."
Right now there's no way to set fixed colored cursor with escape sequence from inverted cursor, so it should be supported.