Displaying 20 results from an estimated 92 matches for "2541".
Did you mean:
254
2016 Feb 14
5
[Bug 2541] New: Add explicit_bzero() before free() in OpenSSH-7.1p2 for auth1.c/auth2.c/auth2-hostbased.c
https://bugzilla.mindrot.org/show_bug.cgi?id=2541
Bug ID: 2541
Summary: Add explicit_bzero() before free() in OpenSSH-7.1p2
for auth1.c/auth2.c/auth2-hostbased.c
Product: Portable OpenSSH
Version: 7.1p1
Hardware: All
OS: All
Status: NEW...
2004 Mar 13
2
recursive matrix multiplication question
List serv subscribers,
I am wondering if there is an efficient means of doing recursive matrix
multiplication in R. My data resides in a 4 X 2541 matrix from which I need
to extract 2541 2X2 matrices based on each row. If I attempt something like
this:
function(AO)
{A<-AO
{for(t in 1:4)
A[t+1]<-matrix(h0m[t,1:4],nrow=2,ncol=2,byrow=FALSE)%*%matrix(h0m[t+1,1:4],nrow=2,ncol=2,byrow=FALSE)
}
}
I get this type of error:
1: number of...
2003 Feb 11
1
cbind rises floating point exception (PR#2541)
> x <- matrix(1:10, ncol = 2)
> xc <- cor(x[, 2], x[, 0])
> cbind(xc, vector())
Process R floating point exception at Tue Feb 11 19:16:51 2003
> version
_
platform i686-pc-linux-gnu
arch i686
os linux-gnu
system i686, linux-gnu
status
major 1
minor 6.2
year
2003 May 12
3
[Bug 560] Privsep child continues to run after monitor killed.
http://bugzilla.mindrot.org/show_bug.cgi?id=560
Summary: Privsep child continues to run after monitor killed.
Product: Portable OpenSSH
Version: -current
Platform: ix86
URL: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=164797
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
2009 Mar 24
1
LIST command claims children exist in empty folder
...; "testfolder"
5 OK List completed.
6 list "testfolder" *
* LIST (\Noselect \HasChildren) "/" "testfolder"
Thanks,
Jonathan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2541 bytes
Desc: not available
URL: <http://dovecot.org/pipermail/dovecot/attachments/20090324/c91c15ea/attachment-0002.bin>
2017 Aug 03
1
test for proportion or concordance
Hello group,
my question is deciding what test would be appropriate for following question.
An experiment 'A' yielded 3200 observations of which 431 are
significant. Similarly, using same method, another experiment 'B' on a
different population yielded 2541 observations of which 260 are
significant.
There are 180 observations that are common between significant
observations of A and B.
(180 are common between 431 and 260).
80 observations are specific to A
251 observations are specific to B.
The question are the 180 observations that are common be...
2006 Jun 07
2
user not in group
...ats the user as if it is part of a group in the
invalid users for the share. /etc/group does put the user in the group
that is an invalid users. Can anyone help?
--
Billie H. Cleek
Project Manager
3259 E. Sunshine Ave
Suite AA
Springfield, Missouri 65804
Tel: (417) 886-2528
Fax: (417) 886-2541
bcleek@essystemsinc.com
http://www.essystemsinc.com
PGP: 0xE9734285
Fingerprint = 1CF8 1903 8574 EFAD 0322 1A2E CC02 52B8 E973 4285
2009 Apr 15
3
How to apply a function to all combinations of the values of 2 or more variables?
...er of combinations:
table(mf$centre,mf$complex)
A B C D E F G H
I J K L
B 0 0 0 0 0 0 0 0 0
0 0 60574 0
G 44 209 0 94613 0 156 0 2541 0
748 0 0 215511
O 0 0 0 0 0 0 3446 0 676
0 84400 0 0
Q 0 0 298 0 66277 0 0 0 0
0 0 0 0
In SAS what I'm after is something like:
Proc summary nway;
class centre c...
2004 May 28
1
* will not load, after latest CVS install
Greetings
I was getting bad static crackle on a phone, so I reload from the latest CVS and did
a make clean ; make install on zaptel, libpri and asterisk
Now I get this error
[chan_skinny.so] => (Skinny Client Control Protocol (Skinny))
May 28 13:59:42 WARNING[16384]: chan_skinny.c:2541 reload_config: Unable to get our IP address, Skinny disabled
Urgent handler
[chan_oss.so] => (OSS Console Channel Driver)
== Console is full duplex
May 28 13:59:42 WARNING[16384]: chan_oss.c:352 setformat: Requested 8000 Hz, got 48000 Hz -- sound may be choppy
May 28 13:59:42 WARNING[147466]:...
[Bug 1778] New: Skipping garbage collection in nf_conncount.c stops working when jiffies wrap around
2024 Nov 07
0
[Bug 1778] New: Skipping garbage collection in nf_conncount.c stops working when jiffies wrap around
...>last_gc, jiffies);
/* check the saved connections */
list_for_each_entry_safe(conn, conn_n, &list->head, node) {
After the kernel has run for 5 minutes we see the following logged when quickly
sending a few SYNs:
Already did GC this jiffy, but not skipping. (u32)jiffies=2541, (unsigned
long)list->last_gc=2541, jiffies=4294969837
The problem seems to be that last_gc in the nf_conncount_list struct is an u32,
but jiffies is an unsigned long which is 8 bytes on my systems. When those two
are compared it only works until last_gc wraps around. The problematic check is
h...
2009 Jul 13
7
puppetd no-daemonize
So I have been trying to run puppet once in my kickstart %post scripts but
every time it detaches and daemonizes even though I have explicitly stated
otherwise. Am I missing something?
# rpm -q puppet
puppet-0.24.8-1
# /usr/sbin/puppetd --onetime --no-daemonize --verbose --debug
debug: Creating default schedules
debug: Failed to load library ''shadow'' for feature
2015 Jan 30
5
[Bug 2346] New: sshd -T doesn't write all configuration options in valid format
...enSSH
Version: 6.7p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: sshd
Assignee: unassigned-bugs at mindrot.org
Reporter: jjelen at redhat.com
Created attachment 2541
--> https://bugzilla.mindrot.org/attachment.cgi?id=2541&action=edit
proposed patch
During walk through output of sshd -T in different versions of openssh
in our distributions I came up with some problems that are also
applicable to upstream so I took time to report them here.
Found issue...
2006 Feb 10
0
Help w/ winbind & re-bind after error Referral
...But now, when you run 'id <user>' or 'groups <user>', the systems gets
fairly catatonic, and smb / winbind must be restarted to regain sanity.
From log.winbindd (these type of messages repeat over and over):
[2006/02/09 13:53:59, 3] libads/ldap.c:ads_server_info(2541)
got ldap server name thebes@WIN.OURDOMAIN.COM, using bind path:
dc=WIN,dc=OURDOMAIN,dc=COM
[2006/02/09 13:53:59, 3] libads/sasl.c:ads_sasl_spnego_bind(210)
ads_sasl_spnego_bind: got OID=1 2 840 48018 1 2 2
[2006/02/09 13:53:59, 3] libads/sasl.c:ads_sasl_spnego_bind(210)
ads_sasl_spnego_b...
2016 Jul 09
2
Raw backtrace multiple passwords not allowed
...ap-login: Warning: Auth connection closed with 1
pending requests (max 1 secs, pid=8764, EOF)
Password debug shows:
Jul 09 06:38:25 auth: Debug:
ldap(user at domain.com,192.168.10.90,<xSSOKi438ODKOsBS>): Credentials:
4b616e6761733138
Jul 09 06:38:27 auth: Debug: client passdb out: FAIL 2541
user=user at domain.com pass=NotPassword original_user=user
Jul 09 06:38:37 auth: Debug:
passwd-file(tassiedevil,192.168.10.90,<weQKKy438eDKOsBS>): username
changed user -> user at domain.com
Jul 09 06:38:37 auth: Debug:
passwd-file(user at domain.com,192.168.10.90,<weQKKy438e...
2009 Feb 12
2
mbox snarf plugin + idle
...i_hostname: $ALL
verbose: yes
debug: yes
passdb:
driver: pam
userdb:
driver: passwd
plugin:
mbox_snarf: /gpfs/inbox/14/%u
Thanks,
Jonathan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2541 bytes
Desc: not available
URL: <http://dovecot.org/pipermail/dovecot/attachments/20090212/7833d46c/attachment-0002.bin>
2009 May 14
4
Possibly dumb questions about DC and user/system limits
Because of user access growth, the number of processes associated with
IMAP has increased and I thought to change some of the configured
parms. dovecot -n yields:
# 1.1.14: /usr/local/etc/dovecot.conf
# OS: AIX 1 005A928C4C00
listen: *:143
ssl_listen: *:993
disable_plaintext_auth: no
verbose_ssl: yes
login_dir: /var/run/dovecot/login
login_executable: /usr/local/libexec/dovecot/imap-login
2003 Jun 02
2
./configure --with-pam fails allways
....h
configure:2461: checking for termio.h
configure:2501: checking for sys/termio.h
configure:2501: checking for sys/statfs.h
configure:2501: checking for sys/dustat.h
configure:2501: checking for sys/statvfs.h
configure:2501: checking for stdarg.h
configure:2501: checking for sys/sockio.h
configure:2541: checking for security/pam_modules.h
configure:2541: checking for security/_pam_macros.h
configure:2541: checking for dlfcn.h
configure:2541: checking for synch.h
configure:2541: checking for pthread.h
configure:2541: checking for nsswitch.h
configure:2614: checking for shadow.h
configure:2614: che...
2005 Jun 22
1
Error on installing oh323 on asterisk
...2536: dereferencing pointer to incomplete
type
chan_oh323.c:2537: dereferencing pointer to incomplete
type
chan_oh323.c:2538: dereferencing pointer to incomplete
type
chan_oh323.c:2539: dereferencing pointer to incomplete
type
chan_oh323.c:2540: dereferencing pointer to incomplete
type
chan_oh323.c:2541: dereferencing pointer to incomplete
type
chan_oh323.c:2542: dereferencing pointer to incomplete
type
chan_oh323.c:2543: dereferencing pointer to incomplete
type
chan_oh323.c:2544: dereferencing pointer to incomplete
type
chan_oh323.c:2545: dereferencing pointer to incomplete
type
chan_oh323.c:2546...
2013 Nov 24
1
Bug#730417: libxenstore3.0: Please make libxenstore3.0 and libxen multi-arch: same
Package: libxenstore3.0
Version: 4.3.0-3
Severity: wishlist
I want to install amd64 qemu together with libvirt-bin on a system with
amd64 kernel and i386 userland. libxenstore3.0 and libxen are the two
last libraries missing multi-arch support to make this possible. It
would be nice if you could make them multi-arch: same
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
2005 May 19
1
[0T] You know you''ve arrived when....
... you find yourself being psychoanalyzed on /. by people who don''t
know anything about you.
http://developers.slashdot.org/
:-)
-Tom
--
Tom Eastep \ Nothing is foolproof to a sufficiently talented fool
Shoreline, \ http://shorewall.net
Washington USA \ teastep@shorewall.net
PGP Public Key \ https://lists.shorewall.net/teastep.pgp.key