similar to: CENTOS 5.5 segfault what it mean??

Displaying 20 results from an estimated 200 matches similar to: "CENTOS 5.5 segfault what it mean??"

2009 Dec 21
2
CENTOS 5.3 "kernel segfault at ..."
We have CENTOS 5.3 on DELL server. Recently I saw /var/log/messages have following pop-up: Dec 19 11:31:45 ORA2 kernel: oracle[18900]: segfault at fffffffffffffff0 rip 0000000007d54183 rsp 00007fff8eff2c60 error 4 Dec 19 11:31:49 ORA2 kernel: oracle[18902]: segfault at fffffffffffffff0 rip 0000000007d54183 rsp 00007ffff5e12a80 error 4 Dec 19 11:31:53 ORA2 kernel: oracle[18904]: segfault at
2017 Dec 20
0
[bug report] null ptr deref in nouveau_platform_probe (tegra186-p2771-0000)
On Thu, Dec 14, 2017 at 04:09:14PM -0500, Anthony Eden wrote: > With linux-next-2017-12-14, I get a crash when nouveau is loaded by > systemd-udevd. > > [ 12.050625] Unable to handle kernel NULL pointer dereference at virtual > address 00000058 > [ 12.050627] Mem abort info: > [ 12.050628] ESR = 0x96000004 > [ 12.050630] Exception class = DABT (current EL), IL
2009 Feb 06
2
Xen pv_ops domU :: BUG() in remove_from_page_cache()
Hi, 2.6.29-rc3 x86_64 guest on x86_64 RHEL5.3 host: https://bugzilla.redhat.com/484295 kernel BUG at mm/filemap.c:123! invalid opcode: 0000 [#1] SMP DEBUG_PAGEALLOC last sysfs file: /sys/devices/vbd-51712/block/xvda/xvda2/dev CPU 0 Modules linked in: ipv6 xts lrw gf128mul sha256_generic cbc dm_crypt
2017 Dec 14
2
[bug report] null ptr deref in nouveau_platform_probe (tegra186-p2771-0000)
With linux-next-2017-12-14, I get a crash when nouveau is loaded by systemd-udevd. [ 12.050625] Unable to handle kernel NULL pointer dereference at virtual address 00000058 [ 12.050627] Mem abort info: [ 12.050628] ESR = 0x96000004 [ 12.050630] Exception class = DABT (current EL), IL = 32 bits [ 12.050631] SET = 0, FnV = 0 [ 12.050632] EA = 0, S1PTW = 0 [ 12.050633] Data
2009 Dec 10
1
CELT codec on TI C55x
Hello, I am interested in using the CELT codec for an embedded project around the DSP C55x family from TI. Is this someone has already done? Which is necessary to do that, which compiler, is there a specific configuration ? Is it necessary to have an Operating system to run the CELT codec ? Is it possible to instantiate several times the CELT codec ? Thank you in
2009 Sep 25
1
OCFS2 Upgrade
I have inherited an Oracle system which we have installed on a client site with the specs below. There was a kernel upgrade done by the patch management team at their site which broke the cluster. Once the kernel was reverted the system came back up. Am somewhat of a newbie to ocfs, etc and am trying to verify something. To do a kernel upgrade the ocfs2 (CRS) and ASM would have to be upgraded
2019 Mar 01
2
Using Access Control Lists with SMB2/SMB3 Mounts on Linux Clients
Hi Jeremy, Hi Steve, Hi Ronnie, thanks for your replies and the profound discussion. I think, it's best to demonstrate my problem case along an real world example: The following log of a console sesssion shows how I am doing the mounts on behalf Linux Kernel CIFS-FS Module on the client side against a Samba 4.5 file server (both running on Debian Stretch 9.8) via SMB/CIFS resp. SMB2 protocol:
2013 Mar 13
2
[LLVMdev] PROPOSAL: struct-access-path aware TBAA
On Tue, Mar 12, 2013 at 7:21 PM, Krzysztof Parzyszek <kparzysz at codeaurora.org> wrote: > On 3/12/2013 12:13 PM, Manman Ren wrote: >> >> Given >> struct A { >> int x; >> int y; >> }; >> struct B { >> A a; >> int z; >> }; >> struct C { >> B b1; >> B b2; >> };
2018 Mar 02
2
nscd and winbindd
Dear samba folks, I have a special question regarding the simultaneous operation of nscd and winbindd on the same host: We are running in a Samba file server setup where the nsswitch.conf looks like this: passwd: files ldap group: files ldap shadow: files ldap hosts: files dns wins networks: files protocols: db files services: db files
2008 Jun 26
2
send mail problem on ORACLE/LInux
we have ORACLE 10.2.0.4 with CENTOS 4.4 on DELL server.? Recently we are test "UTL_SMTP" on ORACLE PL?SQL program and tried to send MAIL to customers. ? The problem is this send MAIL program always one time work and second time not work (loop).? I don't think problem come from ORACLE bug or any ORACLE relate problem.? If I copy database and put on anyother server, it work correctly.
2006 Jun 20
9
Returned mail: see transcript for details
The original message was received at Tue, 20 Jun 2006 15:27:22 +0200 from servmailp.cs.vhebron.es [172.17.50.65] (may be forged) ----- The following addresses had permanent fatal errors ----- <abacard@well.sf.ca.us> (reason: 511 5.1.1 User unknown) ----- Transcript of session follows ----- ... while talking to smtp.well.com.: >>> RCPT To:<abacard@well.sf.ca.us>
2019 Feb 27
2
Using Access Control Lists with SMB2/SMB3 Mounts on Linux Clients
On Tue, Feb 26, 2019 at 09:03:41AM -0800, Jeremy Allison via samba wrote: > > Check out the latest cifsfs code. I think Steve > and Aurelian and Ronnie added an ioctl for this. > > I'm here at Vault in Boston with Steve, I'll ask > him :-). Steve says there are two utilities in Linux, getcifsacl and setcifsacl that use a custom ioctl inside the Linux cifsfs kernel
2013 Mar 13
0
[LLVMdev] PROPOSAL: struct-access-path aware TBAA
Someone privately asked me to explain this example, so here goes ... > There are simpler examples of this kind for C++, because placement > new can change the dynamic type of the object (I actually haven't > looked to see if they changed this in 2012, but it was definitely > legal in C++98): > > #include <new> > struct Foo { long i; }; > struct Bar { void *p; };
2019 Feb 26
2
Using Access Control Lists with SMB2/SMB3 Mounts on Linux Clients
Dear all, what is about the support for POSIX ACL in Samba protocol implementation of SMB2 and SMB3? >From what I extracted from SNIA and SambaXP developer conference talks and as well as the official Samba Wiki, support for POSIX ACL in SMB2 and SMB3 has been completely abandonned. Am I right? If so, is there any other possibility to allow Linux Clients to natively access access control lists
2004 Mar 27
0
Oops with md/ext3 on 2.4.25 on alpha architecture
HI list! We regularly experience kernel Ooops on our alpha SX164 with ext3 on md on ide controller: No modules loaded, lsmod empty, self compiled kernel ksymoops 2.4.5 on alpha 2.4.25. Options used -V (default) -k /proc/ksyms (default) -l /proc/modules (default) -o /lib/modules/2.4.25/ (default) -m /boot/System.map-2.4.25 (default) Warning: You did not tell me where
2013 Mar 13
0
[LLVMdev] PROPOSAL: struct-access-path aware TBAA
On 3/12/2013 12:13 PM, Manman Ren wrote: > > Given > struct A { > int x; > int y; > }; > struct B { > A a; > int z; > }; > struct C { > B b1; > B b2; > }; > struct D { > C c; > }; > > with struct-access-path aware TBAA, C::b1.a.x does not alias with D::c.b2.a.x.
2013 Mar 12
3
[LLVMdev] PROPOSAL: struct-access-path aware TBAA
On Mar 12, 2013, at 8:22 AM, Krzysztof Parzyszek wrote: > What cases does this proposal solve that the current analyses don't? Do you have a motivating example? Given struct A { int x; int y; }; struct B { A a; int z; }; struct C { B b1; B b2; }; struct D { C c; }; with struct-access-path aware TBAA, C::b1.a.x does not alias with D::c.b2.a.x.
2018 Feb 15
6
[Bug 105117] New: desktop freeze playing video nouveau: DATA_ERROR INVALID_BITFIELD
https://bugs.freedesktop.org/show_bug.cgi?id=105117 Bug ID: 105117 Summary: desktop freeze playing video nouveau: DATA_ERROR INVALID_BITFIELD Product: xorg Version: 7.6 (2010.12) Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: major Priority: medium
2007 Nov 07
3
net rpc join -U root error
On my server, I have root in LDAP, and am following the Samba3 by example book, but I'm unable to get it to join the domain. I'm running samba 3.0.25b. [root@gomer samba]# net rpc join -U root%xxxxxxxx Unable to find a suitable server [root@gomer samba]# net rpc testjoin -S GOMER -U root%tical123 Join to 'ADMIN' is OK [root@gomer samba]# net rpc
2009 Dec 15
7
how to delete file "--filename"??
i have file on CENTOS 4.6 and I tried to delete it failed. I have been tried following way but NOT work: rm -i * rm --filename rm \--filename rm "\--filename" rm '\--filename' any ideal? ___________________________________________________ ??????? ? ???????????????? http://messenger.yahoo.com.tw/