Displaying 8 results from an estimated 8 matches for "23111".
Did you mean:
23,11
2014 Mar 22
2
gits don't seem to be working.
Hi
I think the gits have gone belly up...
@xubuntu:~$ git clone git://git.xiph.org/opus.git
Cloning into 'opus'...
fatal: read error: Connection reset by peer
@xubuntu:~$ git clone git at git.xiph.org:/opus.git
Cloning into 'opus'...
Permission denied (publickey,keyboard-interactive).
fatal: The remote end hung up unexpectedly
2001 Oct 31
3
CPU Problem on Solaris and 2.2.2
...ame ( 200% max) CPU IO Rate RSS
On
----------------------------------------------------------------------------
----
smbd 23113 23083 20 root 75.3/28.6 53047.7 0.2/ 0.9 11.1mb
NONE
smbd 23114 23083 41 root 70.9/29.5 54763.2 0.0/ 0.9 11.1mb
PRI
smbd 23111 23083 32 root 19.8/29.1 53920.2 0.0/ 0.8 11.2mb
PRI
smbd 23112 23083 40 root 9.9/31.4 58260.9 0.0/ 3.3 12.8mb
PRI
Config File:
[global]
workgroup = US
netbios name = xxxSAMBA01
interfaces = 208.xx.xxx.xxx
security = SHARE
log file =...
2006 Mar 26
1
Newbie clustering/classification question
...file.
Any suggestions?
Example input (tab delimited)
condition protA protB protC protD protE protF protG protH
healthy1 11111 22222 33333 70681 61735 66666 77777 88888
healthy1 12121 21111 32132 57230 69715 67890 87878 98989
healthy1 10101 20202 30303 67223 51967 65656 78900 111111
healthy2 12345 23111 32100 65931 67650 60001 80001 101010
healthy2 13333 21231 34111 58761 54086 60002 80002 122222
healthy2 13232 20101 30009 68752 70360 60003 80003 91919
asthma 32132 19889 30733 59959 71783 60237 65603 20374
asthma 34344 20483 31182 70531 59630 40445 56370 98404
asthma 39999 20464 29793 58395 66976...
2006 Feb 14
2
AJAX on page load
Ok, I''m missing something obvious but after some reasonable looking in _The_
Rails book (sorry haven''t gotten the cookbook yet) and these archives I
don''t see a solution to my question.
Question:
What is the cleanest way to load a div via AJAX when the page loads - no
user action necessary. I don''t really want to hack in a hidden remote form
or link that is
2011 Jul 26
0
[xen-4.1-testing test] 8285: trouble: broken/fail/pass
...osstest/images
Logs, config files, etc. are available at
http://www.chiark.greenend.org.uk/~xensrcts/logs
Test harness code can be found at
http://xenbits.xensource.com/gitweb?p=osstest.git;a=summary
Not pushing.
------------------------------------------------------------
changeset: 23111:cb22fa57ff25
tag: tip
user: Tim Deegan <Tim.Deegan@citrix.com>
date: Mon Jul 25 16:48:39 2011 +0100
VT-d: always clean up dpci timers.
If a VM has all its PCI devices deassigned, need_iommu(d) becomes
false but it might still have DPCI EOI timers th...
2011 Jul 25
0
[xen-4.1-testing test] 8273: regressions - trouble: blocked/broken/fail/pass
...osstest/images
Logs, config files, etc. are available at
http://www.chiark.greenend.org.uk/~xensrcts/logs
Test harness code can be found at
http://xenbits.xensource.com/gitweb?p=osstest.git;a=summary
Not pushing.
------------------------------------------------------------
changeset: 23111:cb22fa57ff25
tag: tip
user: Tim Deegan <Tim.Deegan@citrix.com>
date: Mon Jul 25 16:48:39 2011 +0100
VT-d: always clean up dpci timers.
If a VM has all its PCI devices deassigned, need_iommu(d) becomes
false but it might still have DPCI EOI timers th...
2014 Dec 23
3
chaining AUTH methods -- adding GoogleAuthenticator 2nd Factor to pubkey auth? can't get the GA prompt :-/
..., 1 responses
Dec 23 07:05:27 server sshd[23109]: Postponed keyboard-interactive/pam
for root from 2001:xxx:xxxx:xxx::107 port 48866 ssh2 [preauth]
Dec 23 07:05:34 server sshd[23109]: debug2: PAM: sshpam_respond
entering, 1 responses
Dec 23 07:05:34 server sshd(pam_google_authenticator)[23111]: Invalid
verification code
Dec 23 07:05:34 server sshd[23109]: error: PAM: Authentication failure
for root from 2001:xxx:xxxx:xxx::107
Dec 23 07:05:34 server sshd[23109]: debug2: auth2_challenge_start:
devices <empty> [preauth]
Dec 23 07:05:34 server sshd[23109]: debug2: monitor_...
2014 Dec 19
2
chaining AUTH methods -- adding GoogleAuthenticator 2nd Factor to pubkey auth? can't get the GA prompt :-/
I added an EXPLICIT
AuthenticationMethods publickey,keyboard-interactive
+ UsePam yes
to sshd_config. Now, at connect attempt I get
Password:
Verification code:
Password:
Verification code:
Password:
...
I.e.,
It's asking for Password, not accepting pubkey
AND
when given the password (which is correct), and the GA VerificationCode, it
simply repeats the credentials request.