Steven Davies

Results 15 issues of Steven Davies

I'm getting a list of devices from `pcap` which only provides a GUID that's part of the AdapterName. This will let me look up that AdapterName to get its MAC...

First off, I don't think this is the fault of rust-oracle. It seems to be either OCI or the way ODPI-C uses OCI but I'd appreciate your opinion. I have...

Introduce underlining of output for directories which have filesystems mounted on them. In long view the mounted file system information is displayed as `{/dev/mounted_device (filesystem)}` Happy to change the display...

On a new installation of openSUSE with latest Rust compiler chain there are build failures. Latest git master compiles fine. Could you bump the version and upload it to crates.io?...

`promethus-sql` is the only package on my system which regularly shows up with red (error) lines in the systemd journal. It looks like the `log` package for Go defaults to...

``` ~# pmerge -auv @world --exclude gentoo-sources * Scanning for changed USE... * Resolving... Traceback (most recent call last): File "/usr/lib/python-exec/python3.9/pmerge", line 4, in scripts.run(basename(__file__)) File "/usr/lib/python3.9/site-packages/pkgcore/scripts/__init__.py", line 32, in...

bug

In `/etc/portage/bashrc` I have: ``` if [ "${EBUILD_PHASE}" == "postinst" ]; then etckeeper post-install fi if [ "${EBUILD_PHASE}" == "postrm" ]; then etckeeper post-install fi case "${EBUILD_PHASE}" in setup|prerm) etckeeper...

I have a script which lists all subvolumes for a filesystem and saves their usage referenced and exclusive values to a database for further analysis. Currently this calls `btrfs subvolume...

I found a need for using the local part of the open connection in a filter. This PR simply adds a local_addr wherever there's a remote_addr (except in tracing). It...

This pull request contains an HTTP server called httpserver.py which acts exactly like cli.py but will serve HTTP requests on a specified port and respond with the current data. It...