search for: disobey

Displaying 8 results from an estimated 8 matches for "disobey".

Did you mean: disobeys
2004 Feb 28
2
[Bug 804] Locale character encoding disobeyed on interactive session
http://bugzilla.mindrot.org/show_bug.cgi?id=804 Summary: Locale character encoding disobeyed on interactive session Product: Portable OpenSSH Version: 3.8p1 Platform: ix86 OS/Version: Linux Status: NEW Severity: minor Priority: P4 Component: ssh AssignedTo: openssh-bugs at mindrot...
2008 Aug 13
0
[Bug 804] Locale character encoding disobeyed on interactive session
https://bugzilla.mindrot.org/show_bug.cgi?id=804 Vincent Lefevre <vincent at vinc17.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vincent at vinc17.org --- Comment #3 from Vincent Lefevre <vincent at vinc17.org> 2008-08-13 23:50:47
2002 Aug 31
3
HTB shares equally when borrowing enabled :(
...required limits when ceil is not set (no borrowing), but when borrowing enabled it seems to share equally rather then keeping the specified ratio. My setup is below. A typical output of "tc -s -d qdisc show dev eth1" and "tc -s -d class show dev eth1" is given. HTB seems to disobey the specified rate (last entry: rate 40Kbit is set for 1:10 and 16466bps is measured, while rate 472Kbit is set for 1:11 and rate 20755bps is measured). Setting the explicit bandwith (ceil=64kbps everywhere) does not work. Playing with burst and cburst did not any change. I''ve tried...
2012 Mar 24
0
CentOS 6.X balloon issue [ XCP 1.5 / CentOS6 Bug ]
Hello List, On XCP1.5 ballooning of CentOS6.X does not work correctly. The DomU can be ballooned up only till its start_target_mem and seems to disobey the static max. For e.g If I start a CentOS6 DomU with 4GB RAM then ballooning works fine between 256MB to 4GB but it cant go beyond 4GB though it has static max as 16GB. I can confirm same issue on XCP1.1, so it might be something only with CentOS6. - RJ
2017 Oct 09
3
[Bug 2793] New: DH Group Exchange Incorrect Fallback
...d in-depth on the openssh-unix-dev mailing list here: https://lists.mindrot.org/pipermail/openssh-unix-dev/2017-September/036217.html) The Diffie-Hellman group exchange code has a fallback mechanism in case a sufficient entry in /etc/ssh/moduli is not found. Unfortunately, this mechanism directly disobeys what a sysadmin wants. For example, if the sysadmin deletes all DH groups with moduli smaller than 3072-bit, code will nevertheless return 2048-bit group14 (see dh.c:441). The correct behavior would be to disconnect with the client. In fact, ALL cases where a sufficient group cannot be found in...
2017 Apr 12
2
Upcoming laws and the state of privacy in Europe?
Hi, I'm not trying to rock any boats or make noise and I'm not interested in discussing politics either, but I just wanted to get a general feel for what the rest of the tinc community felt in regards to how the EU looks like it wants to completely break encryption and make tools like tinc unfeasible. Both Germany and France want this to happen and in the UK the snoopers charter has
2001 Dec 02
2
bug report for oggenc in CVS: vorbis-tools/oggenc/encode.c
I was wondering why my CD ripping was producing short files from some tracks. A superficial examination of the code shows this piece of code in vorbis-tools/oggenc/encode.c: Line 120: /* Main encode loop - continue until end of file */ while(!eos) { [...] /* While we can get enough data from the library to analyse, one
1997 Jul 29
0
Fwd: Buffer Overrun in ruserpass() in MH and NMH (fwd)
...r = getenv("HOME"); if (hdir == NULL) hdir = "."; (void) sprintf(buf, "%s/.netrc", hdir); Obviously it never even checks the value of hdir..so export your home directory to something very large (if this doesn''t work, they still disobeyed something that libc specifically says not to do...they say to use (can''t remember the exact function) _secure_getenv, _securelib_getenv (??) something like that..and they also said NOT to define it to set the HOME to "." (the current path) for reasons that someone could link .n...