Displaying 20 results from an estimated 44 matches for "2523".
Did you mean:
2023
2016 Jan 09
9
[Bug 2523] New: An RSA private key file consistently gives "Badd Passphrase" errors, but worked before
https://bugzilla.mindrot.org/show_bug.cgi?id=2523
Bug ID: 2523
Summary: An RSA private key file consistently gives "Badd
Passphrase" errors, but worked before
Product: Portable OpenSSH
Version: 7.1p1
Hardware: Other
OS: Linux
Status: N...
2006 Jan 11
3
how to obtain "par(ask=TRUE)" with trellis-plots
Dear alltogether,
how can a delay like possible with par(ask=TRUE) be attained while using
trellis-plots within a loop or something like that?
the following draws each plot without waiting for a signal
(mouse-klick), so par() does not work for that:
library(nlme)
for(i in 1:3)
{
fitlme <- lme(Orthodont)
par(ask=TRUE) # does not work with trellis....
print(
2005 Sep 15
2
LDAP - Can't add machine
...fy password entry for user root
Additionally, I also run into the following:
# net groupmap list
[2005/09/14 19:44:47, 0] passdb/pdb_ldap.c:ldapsam_setsamgrent(2458)
ldapsam_setsamgrent: LDAP search failed: Size limit exceeded
[2005/09/14 19:44:47, 0] passdb/pdb_ldap.c:ldapsam_enum_group_mapping(2523)
ldapsam_enum_group_mapping: Unable to open passdb
I seem to get this Size Limit eror in several places, on of which is the
web based LAM utility when clicking on the 'Groups' tab.
So somewhere along the way I've screwed up, and after trying from scratch
several times I'm gettin...
2005 Sep 15
1
LDAP search failed: Size limit exceeded
...a time.
Does anyone know why I would get the following error:
[root@primary ~]# net groupmap list
[2005/09/15 12:44:08, 0] passdb/pdb_ldap.c:ldapsam_setsamgrent(2458)
ldapsam_setsamgrent: LDAP search failed: Size limit exceeded
[2005/09/15 12:44:08, 0] passdb/pdb_ldap.c:ldapsam_enum_group_mapping(2523)
ldapsam_enum_group_mapping: Unable to open passdb
I seem to have some size related issue concerning Groups...
--
Michael S. Christian Jr.
2016 Jan 08
24
[Bug 2522] New: Key parser should reflect errors from OpenSSL
https://bugzilla.mindrot.org/show_bug.cgi?id=2522
Bug ID: 2522
Summary: Key parser should reflect errors from OpenSSL
Product: Portable OpenSSH
Version: 7.1p1
Hardware: Other
OS: Linux
Status: NEW
Keywords: patch
Severity: enhancement
Priority: P5
Component: ssh
2010 Jan 21
4
dlmglue fixes
David,
So here are the two patches. Remove all patches that you have and apply
these.
The first one is straight forward.
The second one will hopefully fix the livelock issue you have been
encountering.
People reviewing the patches should note that the second one is slightly
different than the one I posted earlier. It removes the BUG_ON in the if
condition where we jump to update_holders. The
2009 Apr 26
1
Stochastic Gradient Ascent for logistic regression
...convergence problem.
Am I doing anything wrong, or just the data is off?
Here is my code in R -
lbw <-
read.table("http://www.biostat.jhsph.edu/~ririzarr/Teaching/754/lbw.dat"
, header=TRUE)
attach(lbw)
lbw[1:2,]
low age lwt race smoke ptl ht ui ftv bwt
1 0 19 182 2 0 0 0 1 0 2523
2 0 33 155 3 0 0 0 0 3 2551
#-----R implementation of logistic regression : gradient descent ------
sigmoid<-function(z)
{
1/(1 + exp(-1*z))
}
X<-cbind(age,lwt, smoke, ht, ui)
#y<-low
my_logistic<-function(X,y)
{
alpha <- 0.005
n<-5
m<-189
max_iters <- 189 #num...
2006 Nov 04
1
My first Asterisk - Not recognizing X100P clone
...tem: Unknown device 0300:1057
Flags: bus master, medium devsel, latency 64, IRQ 11
Memory at fafffc00 (32-bit, prefetchable) [size=256]
Capabilities: [dc] Power Management version 2
...
# cat /proc/interrupts
CPU0
0: 492265 IO-APIC-edge timer
1: 2523 IO-APIC-edge i8042
6: 6 IO-APIC-edge floppy
7: 0 IO-APIC-edge parport0
8: 1965539 IO-APIC-edge rtc
9: 1 IO-APIC-level acpi
14: 17032 IO-APIC-edge ide0
66: 40108 IO-APIC-level uhci_hcd:usb1
74: 0 IO-APIC-level u...
2009 Mar 31
9
Hwo to disable the polling function of mac_srs
In crossbow, each mac_srs has a kernel thread called "mac_rx_srs_poll_ring"
to poll the hardware and crossbow will wakeup this thread to poll packets
from the hardware automatically. Does crossbow provide any method to disable
the polling mechanism, for example disabling the this kernel thread?
Thanks
Zhihui
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2003 Aug 22
2
kernel: locore.s doesn't assemble (fillkpt, $PAGE_SHIFT, $PTESHIFT)
...FT, %ebx ; shll
$PTESHIFT,%ebx ; addl (( KPTphys
)-KERNBASE) ,%ebx ; orl $0x001 ,%eax ; orl
$0x002 ,%eax ; 1: movl %ea
x,(%ebx) ; addl $PAGE_SIZE,%eax ; addl
$PTESIZE,%ebx ; loop 1b
/tmp/ccOO8Chb.s:2523: Error: suffix or operands invalid for `shr'
/tmp/ccOO8Chb.s:2523: Error: suffix or operands invalid for `shl'
movl %eax, %ebx ; shrl $PAGE_SHIFT, %ebx ;
shll $PTESHIFT,%ebx ; addl (( KPTphys
)-KERNBASE) ,%ebx ; orl $0x001 ,%eax...
2015 Jan 08
0
[Bug 1768] scp: wrong error message when destination directory ends with a slash and is missing
...t; changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jjelen at redhat.com
--- Comment #2 from Jakub Jelen <jjelen at redhat.com> ---
Created attachment 2523
--> https://bugzilla.mindrot.org/attachment.cgi?id=2523&action=edit
patch to improve error message
Hi,
I ran into this problem in RHBZ#1142223 [1] and tried to solve it.
After some time of digging in the source code I came up with solution
which I introduce here as a attachment. This adde...
2015 Jan 12
0
[Bug 1768] scp: wrong error message when destination directory ends with a slash and is missing
https://bugzilla.mindrot.org/show_bug.cgi?id=1768
Jakub Jelen <jjelen at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2523|0 |1
is obsolete| |
--- Comment #4 from Jakub Jelen <jjelen at redhat.com> ---
Created attachment 2526
--> https://bugzilla.mindrot.org/attachment.cgi?id=2526&action=edit
Patch revised
--
You are receiving this mail beca...
2003 Jan 15
0
pam_smbpass fails, HP-UX 11i
...e on two separate 11i machines, using HP's ANSIc compiler:
Make: Don't know how to make bin/pam_smbpass.so. Stop.
...nothing relavent to pam_smbpass before there. This is the only clue
I've found thus far (in config.log):
configure:2513: checking for security/_pam_macros.h
configure:2523: cc -E -Ae -D_HPUX_SOURCE -D_POSIX_SOURCE
-D_LARGEFILE64_SOURCE
-D_ALIGNMENT_REQUIRED=1 -D_MAX_ALIGNMENT=4 conftest.c >/dev/null
2>conftest.out
cpp: "configure", line 2519: error 4036: Can't open include file
'security/_pam_
macros.h'.
configure: failed program was:
#li...
2004 Jun 22
0
Samba 3.0 Printer Install problem
...rpc_server/srv_pipe_hnd.c:unmarshall_rpc_header(473)
unmarshall_rpc_header: FIRST flag not set in first PDU !
Thank you,
- Bennett Samowich
System/Network Administrator
Four Seasons Produce, Inc.
400 Wabash Road
Ephrata, PA 17522
Phone: 1-(717) 721-2841
Fax: 1-(717) 721-2523
Website: <http://www.fsproduce.com/>
"The trick to flying is to throw yourself at the ground and miss."
2003 Jun 13
1
theora bitstream spec
...the names to be more descriptive whenever it seems to make sense, but this may create confusion to someone looking at the spec and comparing it with the code.
Thoughts?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: winmail.dat
Type: application/ms-tnef
Size: 2523 bytes
Desc: winmail.dat
Url : http://lists.xiph.org/pipermail/theora-dev/attachments/20030613/c19987f7/winmail-0001.bin
2017 Jul 11
0
I found this interesting: amount of evil traffic on the internet
...w hundred at a time, since the router doesn't have huge
storage.
Here's just the first few items from the list, listed as port number
ordered by total number of hits:
DPT=3343 8859
DPT=23 7872
DPT=3344 5984
DPT=6 4925
DPT=68 4291
DPT=9 2625
DPT=3291 2524
DPT=32915 2523
DPT=143 2467
DPT=1433 2377
DPT=445 2037
DPT=33441 1544
DPT=33442 1522
DPT=33440 1511
DPT=33434 1511
DPT=33435 1487
DPT=33436 1486
DPT=33437 1476
DPT=33439 1458
DPT=33438 1439
DPT=80 1068
DPT=33443 1060
DPT=5060 948
Some of those are ports I've never been aware of, such...
2013 Jan 31
1
dsync replication errors
...ilstore/user1/maildir/dovecot-uidlist: Duplicate file entry at line 139: 1359625329.M782065P1432.doco1,S=2461,W=2539 (uid 78 -> 140)
Jan 31 10:42:14 doco1 dovecot: doveadm(user1): Warning: /mailstore/user1/maildir/dovecot-uidlist: Duplicate file entry at line 140: 1359625329.M973834P1432.doco1,S=2523,W=2602 (uid 79 -> 141)
Jan 31 10:42:14 doco1 dovecot: doveadm(user1): Warning: /mailstore/user1/maildir/dovecot-uidlist: Duplicate file entry at line 141: 1359625330.M114922P1432.doco1,S=2546,W=2626 (uid 80 -> 142)
Jan 31 10:42:14 doco1 dovecot: doveadm(user1): Warning: /mailstore/user1/maild...
2006 Sep 15
3
Crashes and tests failures again with 0.10.4
In the beginning 0.10.4 looked promising, but now that my index has
grown to > 100 MB I''m getting segfaults on some searches again:
>> Post.find_by_contents(''rubyforum'')
# ok
>> Post.find_by_contents(''ruby-forum'')
/usr/local/lib/ruby/gems/1.8/gems/ferret-0.10.4/lib/ferret/index.rb:351:
[BUG] Segmentation fault
ruby 1.8.4 (2005-12-24)
2012 Mar 07
1
[HELP!]GFS2 in the xen 4.1.2 does not work!
[This email is either empty or too large to be displayed at this time]
2017 Mar 14
5
Call for testing: OpenSSH 7.5p1
...OpenSSH 7.4).
* sftp(1): Fix division by zero crash in "df" output when server
returns zero total filesystem blocks/inodes.
* ssh(1), ssh-add(1), ssh-keygen(1), sshd(8): Translate OpenSSL errors
encountered during key loading to more meaningful error codes.
bz#2522 bz#2523
* ssh-keygen(1): Sanitise escape sequences in key comments sent to
printf but preserve valid UTF-8 when the locale supports it;
bz#2520
* ssh(1), sshd(8): Return reason for port forwarding failures where
feasible rather than always "administratively prohibited". bz#2674
* s...