search for: issuecomment

Displaying 20 results from an estimated 175 matches for "issuecomment".

2015 Sep 30
2
Optimizing jumps to identical code blocks
...ches contain exactly the same code. LLVM successfully unifies that, but the dispatching mechanism does not simplify accordingly. I created a gist here: https://gist.github.com/ranma42/d2e6d50999e801ffd4ed (based on two examples available in Rust issues: https://github.com/rust-lang/rust/pull/24270#issuecomment-136681741 https://github.com/rust-lang/rust/issues/13623#issuecomment-136700526 ) In "enum4.s" cmpl $1, %eax je LBB0_5 cmpl $2, %eax je LBB0_5 cmpl $3, %eax LBB0_5: could be removed. (Further optimization would be possible by observing that the two 32...
2019 Jul 05
4
Container setup?
Hi Marco, anybody, > + must be 'privileged' container (no unprivileged ones) I have seen containers with and without calling for being privileged, but you never know without trying and testing carefully... Googling I found https://github.com/lxc/lxd/issues/3442#issuecomment-312560949 but I am not really clear about the conclusion. Does it really have to be privileged? Thanks & Best Regards, Joachim
2016 Aug 24
2
Gnome weather applet stranded
It looks like it was quickly fixed in MATE, hope EPEL moves fast... :) https://github.com/mate-desktop/libmateweather/issues/30#issuecomment-242190096 -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro ----- Frank Cox <theatre at melvilletheatre.com> wrote: > On Wed, 24 Aug 2016 16:13:51 +0100 > isdtor wrote: > > > Nux! writes: > > > Hm, this is bad. I was relying on this feature heav...
2018 Jun 11
2
Kerberos S4U token with SAMBA4
...n user it fails. When attempting to SSH into a windows client using public key credentials for a local user it works just fine I have been working with the OpenSSH team trying to figure out why this isn't working, see github issue below https://github.com/PowerShell/Win32-OpenSSH/issues/1177#issuecomment-394789906 Thanks in advance for any assistance you can provide. :) Taylor -- *Taylor Hammerling* | *IT Manager* 2800 Laura Lane | Middleton, WI 53562 *O *(608) 669-9070 *| C *(608) 512-7849 tcsbasys.com | ubiquistat.com
2013 Jul 23
5
How to use http-put for JavaScript source client
...months ago about building a JavaScript source client using webrtc. The first step suggested was to figure out how to mux the audio and video. After I posted a feature request on the webrtc experiment js library, we seem to have a solution: https://github.com/muaz-khan/WebRTC-Experiment/issues/28#issuecomment-20791759 Based on the last comment on the icecast Dec list, we now only need to do do an HTTP put request to the icecast server ( http://lists.xiph.org/pipermail/icecast-dev/2013-May/002171.html). Great! I've got my jquery ready, but am having trouble finding docs on how to build the put req...
2017 Mar 22
2
contineously receiving the same values
...alues are constant, and only change if I run the UPSmart tool (It can run in parallel). What can I do to get NUT to receive updated values? > Which version (and how old) is UPSmart? > > This just came up in a GitHub issue as well: > > https://github.com/networkupstools/nut/issues/409#issuecomment-288223536 >> @zykh wrote: >> >>> In their case, if I recall correctly, the problem was that, using libusb (recte: libusb 0.x or libusb-compat), we can't reproduce the exact sequence of commands which appears to be needed to get valid and up-to-date values from the device. B...
2016 Dec 05
3
Clang Optimizer freaks out on "simple" goto code?
FYI found this example while reading: https://github.com/jameysharp/corrode/issues/30#issuecomment-231969365 and compared it with current gcc 6.2, clang 3.9 gcc 6.2 result is quite small - clang 3.9 produces much much more code for this example https://godbolt.org/g/uWxr8F is that a missing optimization opportunity or just wrong behavior of the optimizer?
2018 Jun 01
3
[Bug 1259] New: Handling of EPROTONOSUPPORT in ebtables breaking Ubuntu 18.04 apt-get upgrade
...Severity: normal Priority: P5 Component: bridging Assignee: netfilter-buglog at lists.netfilter.org Reporter: redbeardesq at outlook.com Updating ebtables on Ubuntu 18.04 on WSL broke routine apt upgrades. https://github.com/Microsoft/WSL/issues/1761#issuecomment-380287716 The ebtables stop script called as part of the ebtables upgrade returns an error to apt and halts the apt upgrade. https://bugs.launchpad.net/ubuntu/+source/ebtables/+bug/1774120/comments/1 The error seems to come from ebtables mishandling of a EPROTONOSUPPORT syscall in communication.c...
2019 Sep 10
3
raspberry pi and tripplite_usb
i have a OMNIVS1500XL i have used nut for several years on a full sized pc with no problems i am trying to get nut working with this ups on a raspberry pi i tried with a pi 3b running raspbian stretch i tried with a pi 3b running raspbian buster i tried plugging the usb cable straight into the pi i tried using a powered usb hub i tried rebuilding nut from the source package all caused the pi to
2019 Dec 06
2
long vector support
All, At first glance, a recent commit to R-devel ( https://github.com/wch/r-source/commit/2c182014ecc8c2407a89092c9162d86046bd18da) appears to be related to long vector support. But as Henrik Bengtsson points out at https://github.com/HenrikBengtsson/Wishlist-for-R/issues/97#issuecomment-562659134, writeBin() still prohibits long vectors. Are there any plans to add long vector support to R 4.0.0? x <- raw(2^31) writeBin(x, con = nullfile()) # Error in writeBin(x, con = nullfile()) : # long vectors not supported yet: connections.c:4430 x <- raw(2^31) con <- rawConnection...
2016 Aug 25
2
Gnome weather applet stranded
..., 25 August, 2016 02:17:27 > Subject: Re: [CentOS] Gnome weather applet stranded > On Wed, Aug 24, 2016 at 10:22:58PM +0100, Nux! wrote: >> It looks like it was quickly fixed in MATE, hope EPEL moves fast... :) >> >> https://github.com/mate-desktop/libmateweather/issues/30#issuecomment-242190096 >> -- >> Sent from the Delta quadrant using Borg technology! >> >> Nux! >> www.nux.ro > > Just for grins, I've been looking through the sources for the version > I'm running that does not contain the fix. Either I"m blind, or there'...
2018 May 10
4
Migrating the llvm-emacs mode to a separate git repository
...ith this code and make it less intimidating for new users to contribute to. Current melpa maintainers and previous llvm-mode commitors are in CC. [1] https://melpa.org [2] https://github.com/melpa/melpa/commit/aa2d7a88731ecd9410ab7dc887a7a5f837d8a93b [3] https://github.com/melpa/melpa/issues/5361#issuecomment-387710812 -- Regards, Jaseem Abid https://twitter.com/jaseemabid
2017 Mar 22
2
contineously receiving the same values
...t; >> but it keeps repeating the last line, so I am not getting any update. > I might have been confusing that issue with this comment in the parent thread, which seems to be similar underlying hardware repeating the last reading: > > https://github.com/networkupstools/nut/issues/307#issuecomment-243364229 > > The #409 report might have been due to a combination of the auto-detection, plus the lack of "vendor magic" from UPSmart. indeed, the #307 looks remarkably the same. attached the wireshark traces for the UPSmart software and the nut software. I see some differences,...
2016 Dec 16
2
Upgrading a package to which other packages are LinkingTo
...ages that are LinkingTo it [3], and that loading dplyr gives a warning that it has been built against a different version of Rcpp [4], just like the warning when packages are built against a different version of R. Thanks. Best regards Kirill [1] https://github.com/hadley/dplyr/issues/2308#issuecomment-267495075 [2] https://travis-ci.org/krlmlr/pkg.upgrade.test#L589-L593 [3] https://travis-ci.org/krlmlr/pkg.upgrade.test#L619-L645 [4] https://travis-ci.org/krlmlr/pkg.upgrade.test#L671-L703
2019 Sep 10
0
raspberry pi and tripplite_usb
...this ups on a raspberry pi > i tried with a pi 3b running raspbian stretch > i tried with a pi 3b running raspbian buster The “unable to handle kernel paging request” points to a kernel driver issue. What if you try the following suggestion? https://github.com/raspberrypi/linux/issues/2977#issuecomment-519444888 A useful bit of information would be the output of “lsusb -v -d 09ae:” Another thing to try is one of the libusb-1.0 branches in Git: https://github.com/networkupstools/nut/issues/300 One of the branches towards the end of the issue should work. Some details on rebuilding from Git ar...
2019 Oct 26
2
Problems with NUT on Raspberry Pi
Thanks it works for the low.battery-value. I will test this after the battery ist loaded again. So long I am struggling with other issues. The "newest" one is, NAT-Server doesn't start anymore after rebooting the pi (USP ist unavailable). It's driving me mad.... 😉 On Sat, 26 Oct 2019, EP wrote: > Is there any chance to tell NUT - server to shut down the system at a
2020 Sep 10
2
Doveadm error since 2.3.11.3 when run as unprivileged user
On Thu, Aug 13, 2020, Arjen de Korte wrote: > include optional config file and suppress errors if it doesn't exist I followed this workaround, which is nicely summarized at https://github.com/postfixadmin/postfixadmin/issues/381#issuecomment-678269198 Yet, not all errors are suppressed this way: $ doveadm pw doveadm(olav): Error: net_connect_unix(/run/dovecot/stats-writer) failed: Permission denied $ ls -l /run/dovecot/stats-writer srw-rw---- 1 root dovecot 0 11. Sep 00:27 stats-writer Olav
2019 Jan 31
1
1.1~pre17 is no longer available for OSX from Homebrew.
...some reason arbitrarily decided to banish all of the --devel flavors from all of their installable packages.  I couldn't find any discussion as to why or what they intend to replace the function with. **update;  this is where they decided to do this; https://github.com/Homebrew/brew/pull/5060#issuecomment-428149176 But in the meantime, 1.1pre17 is not installable from homebrew after running 'brew update' For the time being however, I was able to revert their package file to an older version to get access to their 1.1pre17 option. cd /usr/local/Homebrew/Library/Taps/homebrew/homebrew-cor...
2013 Apr 26
1
[nut] usbhid-ups: trailing spaces in nut-scanner output not ignored when trying to find ups (#26)
...= "APC" > bus = "002" My main concern: why are spaces getting added in the first place? Is this coming from a strange version of libusb? (A quick look at the nut-scanner source code didn't show any obvious reasons.) Ref: https://github.com/networkupstools/nut/issues/26#issuecomment-17007355
2014 Apr 12
0
[nut] blazer_soi: blazer driver, serial port over tcp/ip (#116)
...ithub.com/networkupstools/nut/tree/netport-on-2.7.1 >> >> Either way, we would need to provide a bit more documentation for end >> users. >> >> ? >> Reply to this email directly or view it on GitHub >> <https://github.com/networkupstools/nut/pull/116#issuecomment-39560215>. >> > > --- > Reply to this email directly or view it on GitHub: > https://github.com/networkupstools/nut/pull/116#issuecomment-39667418