search for: rh1

Displaying 20 results from an estimated 53 matches for "rh1".

Did you mean: rc1
2004 Dec 31
1
2.4.21-27.0.1.ELsmp & megaraid2 problem
...ted initrd manually, no help. Older kernel version (2.4.21-20.0.1.ELsmp) boots just fine. As RHEL3 U4 release notes states: http://www.redhat.com/docs/manuals/enterprise/RHEL-3-Manual/release-notes/as-x86/RELEASE-NOTES-U4-x86-en.html The megaraid2 driver has been updated from v2.10.6 to 2.10.8.2-RH1 The new driver is scsi/megaraid2.o The older driver has been preserved as addon/megaraid_2106/megaraid_2106.o So I decided to try megaraid_2106, changed modules.conf, recreated initrd and... server booted with the new kernel! Could there be a problem with the latest megaraid2 driver (2.10.8.2-RH1...
2010 Aug 20
1
Understanding FS ACLs
I have problem understanding FS ACLs.Can someone explain me why the following behaviour occur? Let's suppose that we have a /shared directory we want to give rwx access to admins group. setfacl -m d:g:admins:rwx shared [root at rh1 /]# getfacl shared # file: shared # owner: root # group: root user::rwx group::r-x other::--- default:user::rwx default:group::r-x default:group:admins:rwx default:mask::rwx default:other::--- [root at rh1 /]# su - jack [jack at rh1 ~]$ id uid=500(jack) gid=507(admins) groups=507(admins) context...
2004 Jan 02
1
How do I use LPRNG and Samba to setup printing to a network print er?
How do I use LPRNG and Samba to setup printing to a network printer? Here is my smb.conf...... # Global parameters [global] workgroup = DOMAIN server string = rh1 encrypt passwords = Yes max log size = 0 time server = Yes socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 domain admin group = root add user script = /usr/sbin/useradd -d /dev/null -g 100 -s /bin/false -M %u logon script = login.bat logon path = \\%L\profiles\%U logon home = \\%L\%U\.pr...
2011 May 11
3
[LLVMdev] [LLVMDev] Add not instruction to PTX backend
...X_LOGIC_2OP<string opcstr,PatFrag opnode> { ... } Now I am trying to write test case for logic and shift operations. But I have a trouble in mapping LLVM IR to PTX IR for "not" instruction. The test case I wrote is, define ptx_device i16 @t4_u16(i16 %x) { ; CHECK: not.b16 rh0, rh1, rh2; ; CHECK-NEXT: ret; %z = xor i16 %x, 1 ret i16 %z } Since LLVM IR doesn't support logical not directly, I use "xor i16 %x, 1" to represent logical not in LLVM IR. It turns out the IR is mapped to PTX "xor" not PTX "not". Any idea on how to get the mapping...
2015 Jan 06
2
Hardware raid LSI Megaraid not working since Centos 6.6
...w to do that. # dmesg |grep LSI scsi4 : LSI SAS based MegaRAID driver scsi 4:2:0:0: Direct-Access LSI MR9260-4i 2.13 PQ: 0 ANSI: 5 # /opt/MegaRAID/MegaCli/MegaCli64 -ShowSummary -aAll System Operating System: Linux version 2.6.32-431.29.2.el6.x86_64 Driver Version: 06.700.06.00-rh1 CLI Version: 8.07.14 Hardware Controller ProductName : LSI MegaRAID SAS 9260-4i(Bus 0, Dev 0) SAS Address : 500605b008a30fc0 FW Package Version: 12.14.0-0167 Status : Optimal BBU...
2012 Oct 19
11
[LLVMdev] Predication on SIMD architectures and LLVM
...made to this message after it was sent. Please note that Codeplay Software Ltd does not accept any liability or responsibility for viruses and it is your responsibility to scan any attachments. Company registered in England and Wales, number: 04567874 Registered office: 81 Linkfield Street, Redhill RH1 6BY
2017 Mar 15
0
CEEA-2017:0518 CentOS 7 kmod-redhat-megaraid_sas Enhancement Update
...Upstream details at : https://rhn.redhat.com/errata/RHEA-2017-0518.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: ed979c3e0264765971802dcf126c98649e278f5c5fddd224d72e80b461826169 kmod-redhat-megaraid_sas-07.700.00.00-rh1.el7_3.x86_64.rpm Source: c0fdfc51f0e3795f1ce4b2efb303a815265a06619e1036d5bf09e057c94f15da kmod-redhat-megaraid_sas-07.700.00.00-rh1.el7_3.src.rpm -- Johnny Hughes CentOS Project { http://www.centos.org/ } irc: hughesjr, #centos at irc.freenode.net Twitter: @JohnnyCentOS
2007 Jul 11
1
Wine and SonicStage
Hi, I've want to syncronise between Solaris and my MiniDisc, the application database relating to wether SonicStage is inaccurate at best (unreliable because some replies says it works, whilst others say no). Anyone got any experience syncronising a Sony MZ-RH1, SonicStage 4.3 and wine? (unless there is a native solution) Matt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20070711/502158d0/attachment.html
2009 Jun 18
2
PERC6 driver on CENTOS 5.3
...00 server with PERC6/i and PERC 6/E in it. O.S. is CENTOS 5.3. I download latest PERC 6 driver from DELL site and tried to installed it. I have error messages said : Module version 00.00.03.21 for megaraid_sas.ko is not newer than what is already found in kernel 2.6.18-128.1.10.el5 (00.00.04.01-RH1). Does CENTOS 5.3 come with PERC6 driver? I knew in CENTOS 4.X PERC 5 or PERC6 driver is not include. Thanks. ______________________________________________________________________________________________________ ?????????Yahoo!??????2.0????????????? http://tw.mg0.mail.yahoo.com/dc/landi...
2004 May 24
1
problem adding PC to domain
...n root and it's password (which I have added/enabled with Swat). However I get the following results. The following error occurred attempting to join the domain "domain": The user name could not be found. Here is my smb.conf file. [global] workgroup = DOMAIN server string = rh1 max log size = 0 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 add user script = /usr/sbin/useradd -d /dev/null -g 100 -s /bin/false -M %u logon script = login.bat logon home = \\%L\%U\.profile domain logons = Yes os level = 65 preferred master = Yes domain master = Yes dns p...
2012 Jun 29
2
[LLVMdev] Comment "FIXME" in X86MachObjectWriter::RecordX86Relocation
...e to this message after it was sent. Please note that Codeplay Software Ltd does not accept any liability or responsibility for viruses and it is your responsibility to scan any attachments. Company registered in England and Wales, number: 04567874 Registered office: 81 Linkfield Street, Redhill RH1 6BY
2012 Oct 19
0
[LLVMdev] Predication on SIMD architectures and LLVM
...after it was sent. Please note that Codeplay Software Ltd > does not accept any liability or responsibility for viruses and it is > your responsibility to scan any attachments. > Company registered in England and Wales, number: 04567874 Registered > office: 81 Linkfield Street, Redhill RH1 6BY > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2013 Nov 21
1
[LLVMdev] [PATCH] Making Type::getScalarSizeInBits() const
...de to this message after it was sent. Please note that Codeplay Software Ltd does not accept any liability or responsibility for viruses and it is your responsibility to scan any attachments. Company registered in England and Wales, number: 04567874 Registered office: 81 Linkfield Street, Redhill RH1 6BY -------------- next part -------------- A non-text attachment was scrubbed... Name: llvm_scalar_size_const.patch Type: text/x-patch Size: 1126 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131121/44f5f25c/attachment.bin>
2012 Oct 19
0
[LLVMdev] Predication on SIMD architectures and LLVM
...is message after it was sent. Please note that Codeplay Software Ltd does not accept any liability or responsibility for viruses and it is your responsibility to scan any attachments. > Company registered in England and Wales, number: 04567874 > Registered office: 81 Linkfield Street, Redhill RH1 6BY > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2017 Mar 16
0
CentOS-announce Digest, Vol 145, Issue 6
...Upstream details at : https://rhn.redhat.com/errata/RHEA-2017-0518.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: ed979c3e0264765971802dcf126c98649e278f5c5fddd224d72e80b461826169 kmod-redhat-megaraid_sas-07.700.00.00-rh1.el7_3.x86_64.rpm Source: c0fdfc51f0e3795f1ce4b2efb303a815265a06619e1036d5bf09e057c94f15da kmod-redhat-megaraid_sas-07.700.00.00-rh1.el7_3.src.rpm -- Johnny Hughes CentOS Project { http://www.centos.org/ } irc: hughesjr, #centos at irc.freenode.net Twitter: @JohnnyCentOS -------------------...
2012 Jun 27
3
[LLVMdev] Counting instructions in MCJIT
...e to this message after it was sent. Please note that Codeplay Software Ltd does not accept any liability or responsibility for viruses and it is your responsibility to scan any attachments. Company registered in England and Wales, number: 04567874 Registered office: 81 Linkfield Street, Redhill RH1 6BY
2012 Jun 29
0
[LLVMdev] Comment "FIXME" in X86MachObjectWriter::RecordX86Relocation
...fter it was sent. Please note that Codeplay Software Ltd > does not accept any liability or responsibility for viruses and it is > your responsibility to scan any attachments. > Company registered in England and Wales, number: 04567874 > Registered office: 81 Linkfield Street, Redhill RH1 6BY > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2012 Jun 29
2
[LLVMdev] Comment "FIXME" in X86MachObjectWriter::RecordX86Relocation
...ter it was sent. Please note that Codeplay Software > Ltd does not accept any liability or responsibility for viruses and it > is your responsibility to scan any attachments. > Company registered in England and Wales, number: 04567874 Registered > office: 81 Linkfield Street, Redhill RH1 6BY > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev _______________________________________________ LLVM Developers mailing list LLVMdev at cs....
2012 Jul 02
0
[LLVMdev] Comment "FIXME" in X86MachObjectWriter::RecordX86Relocation
...nt. Please note that Codeplay Software >> Ltd does not accept any liability or responsibility for viruses and it >> is your responsibility to scan any attachments. >> Company registered in England and Wales, number: 04567874 Registered >> office: 81 Linkfield Street, Redhill RH1 6BY >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > _______________________________________________ > LLVM Developer...
2013 May 09
2
[LLVMdev] Scheduling with RAW hazards
...made to this message after it was sent. Please note that Codeplay Software Ltd does not accept any liability or responsibility for viruses and it is your responsibility to scan any attachments. Company registered in England and Wales, number: 04567874 Registered office: 81 Linkfield Street, Redhill RH1 6BY