similar to: [Bug 1724] New: nft: intervals.c:211: interval_expr_key: Assertion `0' failed.

Displaying 13 results from an estimated 13 matches similar to: "[Bug 1724] New: nft: intervals.c:211: interval_expr_key: Assertion `0' failed."

2004 Oct 02
12
[Bug 938] "AllowGroups" option and secondary user's groups limit
http://bugzilla.mindrot.org/show_bug.cgi?id=938 Summary: "AllowGroups" option and secondary user's groups limit Product: Portable OpenSSH Version: 3.9p1 Platform: ix86 OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: PAM support AssignedTo: openssh-bugs at
2023 Nov 12
1
What is the arduino sub-driver intended to be used for?
I posted earlier on this list about getting an Arduino Pro Micro using https://github.com/abratchik/HIDPowerDevice in a simple sketch to monitor a DIY UPS I have built. With the changes from that thread (I had a PR merged), I was able to get usbhid-ups to recognize my device and could setup NUT the rest of the way. My intended configuration is to run NUT on a Raspberry Pi, have that device be
2010 Mar 01
2
[Bug 1724] New: ssh(1): document that '-S none' disables connection sharing
https://bugzilla.mindrot.org/show_bug.cgi?id=1724 Summary: ssh(1): document that '-S none' disables connection sharing Product: Portable OpenSSH Version: 5.3p1 Platform: Other URL: http://bugs.debian.org/471437 OS/Version: All Status: NEW Severity: enhancement Priority: P2
2014 Oct 29
0
CESA-2014:1724 Important CentOS 7 kernel Security Update
CentOS Errata and Security Advisory 2014:1724 Important Upstream details at : https://rhn.redhat.com/errata/RHSA-2014-1724.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: ad8102d609c8ce5c80d43e3a85d39c44e50469bbe6769ad23d311427c87ee641 kernel-3.10.0-123.9.2.el7.x86_64.rpm
2002 Apr 09
0
[Bug 211] New: ssh-keygen aborts if passphrase <= 4 bytes for RSA/DSA private key
http://bugzilla.mindrot.org/show_bug.cgi?id=211 Summary: ssh-keygen aborts if passphrase <= 4 bytes for RSA/DSA private key Product: Portable OpenSSH Version: -current Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: ssh-keygen
2008 Jan 30
1
Setting DHCP option 211 (RebootTime) via COM32
Hi everybody, is it possible to set the pxelinux.reboottime from a COM32 module? I'm aware of the DHCP option, but I'd like to tweak this parameter according to some logic in my COM32 code before I access a file via fread()/TFTP. Thank, Ulrich
2003 Jan 07
0
[Bug 211] ssh-keygen aborts if passphrase <= 4 bytes for RSA/DSA private key
http://bugzilla.mindrot.org/show_bug.cgi?id=211 djm at mindrot.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Additional Comments From djm at mindrot.org 2003-01-07 17:54
2016 Jan 16
0
EFI Reboot Timer, DHCP option 211
On Fri, Jan 15, 2016 at 09:23:44PM +0000, Bateman, Matt via Syslinux wrote: > I am working on setting up a global boot server that serves up files > across the WAN. I am running into a 5 minute timer that is rebooting > my hosts before they can complete the kernel and initrd file download. > > The servers in questions are HP DL60s, and they use UEFI. I am using > syslinux.efi
2002 Feb 13
0
rsync 2.4.6-3 cygwin : transfer interrupted (code 22) at util.c(211)
Having same problem as in previous threads with large number of files, 500.000+ and 20GB of data. Im trying now to sync from w2k to a linux to see if I can get that working before going to w2k -> w2k. The client is running the rsync-cygwin-2.4.6-3 and the unix machine is running a trustix (a distrib) supplied package of rsync-2.4.6. It works from another client with the same cygwin version
1999 Jun 14
1
readline/history size (PR#211)
Full_Name: Russell Senior Version: 0.64.0 OS: linux-2.2.x Submission from: (NULL) (198.107.133.11) It appears that the GNU readline history size is limited to 50 entries. This is apparently occurring because R is not bothering to override the readline default value (from readline-4.0): ./history.c:59:#define DEFAULT_HISTORY_GROW_SIZE 50 It appears that it ought to be possible to override
2018 Jan 15
0
LLVM Weekly - #211, Jan 15th 2018
LLVM Weekly - #211, Jan 15th 2018 ================================= If you prefer, you can read a HTML version of this email at <http://llvmweekly.org/issue/211>. Welcome to the two hundred and eleventh issue of LLVM Weekly, a weekly newsletter (published every Monday) covering developments in LLVM, Clang, and related projects. LLVM Weekly is brought to you by [Alex
2005 Jan 19
2
RFC 3942 notice: PXELINUX, DHCP options 208-211
Dear friends, In accordance with RFC 3942 I would like to submit the following DHCP options for official consideration. These options are used by PXELINUX, which is part of the SYSLINUX distribution, and although exact usage count is impossible to determine, is widely held to be the most widely used method for booting Linux from a network. ---------- Option 208: pxelinux.magic (string)
2023 Nov 12
1
What is the arduino sub-driver intended to be used for?
Well, the intention generally is to use it as a driver, so the more abilities the merrier (PR would be welcome) :) Per comments to initial PR that added it, https://github.com/networkupstools/nut/pull/1044 : > The idea of introducing this driver is to enable creation and prototyping of smart UPS based on Arduino, which is inexpensive versatile platform very much suitable for custom fully