Displaying 6 results from an estimated 6 matches for "1b6".
Did you mean:
16
2002 Apr 04
1
Ext3 related oops and a crash
...[<c0114be0>] [<c0107024>] [<c0160018>] [<c0165e69>] [<c01614c3>]
[<c01e93d3>]
[<c0164375>] [<c01641e0>] [<c0105726>] [<c0164200>]
Code: 0f 0b e9 a9 fe ff ff 8d 76 00 53 8b 44 24 08 8b 5c 24 0c 85
>>EIP; c011ab96 <do_exit+1b6/1c0> <=====
Trace; c0114b9e <bust_spinlocks+3e/50>
Trace; c01074b6 <die+46/60>
Trace; c0165e69 <__journal_remove_journal_head+9/e0>
Trace; c0165e69 <__journal_remove_journal_head+9/e0>
Trace; c0114f87 <do_page_fault+3a7/4eb>
Trace; f899b662 <[nfsd]nfsd_proc_...
2014 Dec 04
3
Postfix avc (SELinux)
I am seeing these avc messages on a newly commissioned and up-to-date CentOs-6
virtual guest:
----
time->Thu Dec 4 12:14:58 2014
type=SYSCALL msg=audit(1417713298.610:60522): arch=c000003e syscall=2
success=no exit=-13 a0=7fd70e6de1e6 a1=0 a2=1b6 a3=0 items=0 ppid=2698
pid=4294 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0
tty=(none) ses=2784 comm="trivial-rewrite"
exe="/usr/libexec/postfix/trivial-rewrite"
subj=unconfined_u:system_r:postfix_master_t:s0 key=(null)
type=AVC msg=audit(1417713298.610:60522)...
2008 Dec 11
2
Validity of GLM using Gaussian family with sqrt link
...st floor small mammal captured in a plot and vegetation characteristics measured at that plot
> sotr
plot cnt herbc herbht
1 1A1 0 37.08 53.54
2 1A3 1 36.27 26.67
3 1A5 0 32.50 30.62
4 1A7 0 56.54 45.63
5 1B2 0 41.66 38.13
6 1B4 0 32.08 37.79
7 1B6 0 33.71 30.62
...
I am interested in comparing fit of different specification of Generalized Linear Models (although there are some issues with using AIC or BIC for comparison, but this is the question that I like to post here). Here are two of the several models that I am interested in:
(1) P...
2020 Sep 01
2
Vector evolution?
...c5 f8 29 4c 07 30 vmovaps %xmm1,0x30(%rdi,%rax,1)
19e: c5 f8 59 4c 07 40 vmulps 0x40(%rdi,%rax,1),%xmm0,%xmm1
1a4: c5 f8 29 4c 07 40 vmovaps %xmm1,0x40(%rdi,%rax,1)
1aa: c5 f8 59 4c 07 50 vmulps 0x50(%rdi,%rax,1),%xmm0,%xmm1
1b0: c5 f8 29 4c 07 50 vmovaps %xmm1,0x50(%rdi,%rax,1)
1b6: c5 f8 59 4c 07 60 vmulps 0x60(%rdi,%rax,1),%xmm0,%xmm1
1bc: c5 f8 29 4c 07 60 vmovaps %xmm1,0x60(%rdi,%rax,1)
1c2: c5 f8 59 4c 07 70 vmulps 0x70(%rdi,%rax,1),%xmm0,%xmm1
1c8: c5 f8 29 4c 07 70 vmovaps %xmm1,0x70(%rdi,%rax,1)
1ce: 48 83 e8 80 sub $0xffffffffffffff80,%rax...
2007 Sep 03
1
Linux User Auditing
Is it possible to audit the Linux User Shell? I am trying to gather what
commands a user is running no our systems.
Can auditd handle this?
TIA
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20070903/3d4d491d/attachment.html>
2002 Dec 26
1
Dovecot splited fetch problem
Hello,
When I was trying out the IMAP server (using Mozilla as client), I have
no success of receving mail with attachments. Looking it down further
I've found that Mozilla fetches the message in 10k blocks, and the
server seems missed a couple of bytes at where the split occurs...
Mozilla start the fetch by saying:
* 413 FETCH (UID 827 RFC822.SIZE 106371 BODY[]<0> {10240}
-- snip