search for: rt3

Displaying 20 results from an estimated 23 matches for "rt3".

Did you mean: rc3
2009 Apr 14
3
rt3 3.8.2 latest version as rpm for C5?
Hi, I know, epel has rt3 in version 3.6.x. And - sadly - for version 3.8.x the perl module dependencies are way ahead of what I can find in epel or rpmforge. But we really need some of the 3.8.x series features. So has anybody maybe built those modules + rt3 v3.8.x for C5? Any hint? I really do not want to install f10....
2006 Dec 02
0
Errors on running setup - x64 FC6
...32Impl_SmallBlocksToBigBlocks conversion failed: resRead = 0x8003001e, resWrite = 0x00000000 err:storage:Storage32Impl_SmallBlocksToBigBlocks conversion failed: resRead = 0x8003001e, resWrite = 0x00000000 err:menubuilder:extract_icon32 LoadLibraryExW (L"C:\\Program Files\\Railroad Tycoon 3\\RT3.exe") failed, error 126 err:menubuilder:InvokeShellLinker failed to fork and exec wineshelllink err:menubuilder:extract_icon32 LoadLibraryExW (L"C:\\Program Files\\Railroad Tycoon 3\\readme.rtf") failed, error 126 err:menubuilder:InvokeShellLinker failed to fork and exec wineshellli...
2010 Aug 25
2
Pure virtual user and RT3.x
Hi, I have mailsystem with virtual users only (/home/vmail/domain/user). I need to integrate RT3.x (a ticketing system). I have installed the client but I need to send mail to a pipe. Rt wants me to insert: |/usr/bin/rt-mailgate --queue bla --action bla --url http://bla.bal/ In /etc/postfix/aliases. That does not work for me. What is the right way to achieve that mail to rt at mydomain is...
2017 Oct 11
1
[PATCH v1 01/27] x86/crypto: Adapt assembly for PIE support
...RC2, RD2, RTMP, RX, RKRF, RKM); diff --git a/arch/x86/crypto/des3_ede-asm_64.S b/arch/x86/crypto/des3_ede-asm_64.S index 8e49ce117494..4bbd3ec78df5 100644 --- a/arch/x86/crypto/des3_ede-asm_64.S +++ b/arch/x86/crypto/des3_ede-asm_64.S @@ -138,21 +138,29 @@ movzbl RW0bl, RT2d; \ movzbl RW0bh, RT3d; \ shrq $16, RW0; \ - movq s8(, RT0, 8), RT0; \ - xorq s6(, RT1, 8), to; \ + leaq s8(%rip), RW1; \ + movq (RW1, RT0, 8), RT0; \ + leaq s6(%rip), RW1; \ + xorq (RW1, RT1, 8), to; \ movzbl RW0bl, RL1d; \ movzbl RW0bh, RT1d; \ shrl $16, RW0d; \ - xorq s4(, RT2, 8), RT0; \ - xorq s2(, RT3, 8),...
2011 Feb 03
4
filter unwanted email
I am new to CentOS. How do I set a rule to so that any email coming from @ linkedin.com (and other abused locations), going to an application RT (setup on the system), will get rejected or dropped silently. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20110203/9bf183c3/attachment-0001.html>
2005 Mar 23
1
mod_ntlm_winbind authentication issues
....0.11 from freebsd ports apache 1.3.33+mod_ssl from freebsd ports Windows 2000 Server SP4 clientside: Windows XP SP2 IE 6.0.2900.2180.xpsp_sp2_rtm.040803-2158 The apache virtual host definition: <VirtualHost 10.1.1.249:80> ServerName rt-test.elided.com DocumentRoot /usr/local/rt3/share/html AddDefaultCharset UTF-8 PerlModule Apache::DBI PerlRequire /usr/local/rt3/bin/webmux.pl <Location /> SetHandler perl-script PerlHandler RT::Mason AuthName "NTLM Authentication test" NTLMAuth on NTLMAuthHelper "/usr/local/...
2010 Aug 10
2
error on yum install of perl-File-Temp -- Transaction Check Error
Hi I am trying to install a per package perl-File-Temp , but it gives a error like this , i ahve allso manullay removed this file from /usr/share/man/man3/File::Temp.3pm.gz , but wen i do a yum install perl-File-Temp ,it throws me the same error . Has any one come accross the same issuse and solved the same .
2007 Jul 30
0
C5 RPM for RequestTracker now available
Hello, I took a stab at packaging RequestTracker for CentOS 5. Basically some needed FC6 packages were rebuilt as el5. The results are here: http://www.tlviewer.org/rt3/ I'm an rt3 newbie. I'm in the process of reading the DOCS and setting up the DB. The install via RPM appears to be sound. So far the login page for RT opens successfully. I've yet to setup the mail-dispatcher. -- Mark --------------------------------- Got a little couch p...
2004 Jun 02
0
how to route based on link load?
...+------+ +----------+ \ / \ +------+ / \| rt 3 |/ +------+ the bandwidth of the links is as follows: sn1 - rt1 100mbit sn2 - rt2 100mbit rt1 - rt2 - rt3 10mbit now there are multiple flows from sn1 to sn2. if the load on the prefered link (rt1-rt2) is 80% or more i want to utilisize the rt1-rt3-rt2 route as well. but only in this case - not normaly. so i think ecmp with weights is not the solution to this. anyone out there who can point me i...
2018 Mar 13
32
[PATCH v2 00/27] x86: PIE support and option to extend KASLR randomization
Changes: - patch v2: - Adapt patch to work post KPTI and compiler changes - Redo all performance testing with latest configs and compilers - Simplify mov macro on PIE (MOVABS now) - Reduce GOT footprint - patch v1: - Simplify ftrace implementation. - Use gcc mstack-protector-guard-reg=%gs with PIE when possible. - rfc v3: - Use --emit-relocs instead of -pie to reduce
2018 Mar 13
32
[PATCH v2 00/27] x86: PIE support and option to extend KASLR randomization
Changes: - patch v2: - Adapt patch to work post KPTI and compiler changes - Redo all performance testing with latest configs and compilers - Simplify mov macro on PIE (MOVABS now) - Reduce GOT footprint - patch v1: - Simplify ftrace implementation. - Use gcc mstack-protector-guard-reg=%gs with PIE when possible. - rfc v3: - Use --emit-relocs instead of -pie to reduce
2017 Oct 04
28
x86: PIE support and option to extend KASLR randomization
These patches make the changes necessary to build the kernel as Position Independent Executable (PIE) on x86_64. A PIE kernel can be relocated below the top 2G of the virtual address space. It allows to optionally extend the KASLR randomization range from 1G to 3G. Thanks a lot to Ard Biesheuvel & Kees Cook on their feedback on compiler changes, PIE support and KASLR in general. Thanks to
2017 Oct 04
28
x86: PIE support and option to extend KASLR randomization
These patches make the changes necessary to build the kernel as Position Independent Executable (PIE) on x86_64. A PIE kernel can be relocated below the top 2G of the virtual address space. It allows to optionally extend the KASLR randomization range from 1G to 3G. Thanks a lot to Ard Biesheuvel & Kees Cook on their feedback on compiler changes, PIE support and KASLR in general. Thanks to
2018 May 23
33
[PATCH v3 00/27] x86: PIE support and option to extend KASLR randomization
Changes: - patch v3: - Update on message to describe longer term PIE goal. - Minor change on ftrace if condition. - Changed code using xchgq. - patch v2: - Adapt patch to work post KPTI and compiler changes - Redo all performance testing with latest configs and compilers - Simplify mov macro on PIE (MOVABS now) - Reduce GOT footprint - patch v1: - Simplify ftrace
2017 Oct 11
32
[PATCH v1 00/27] x86: PIE support and option to extend KASLR randomization
Changes: - patch v1: - Simplify ftrace implementation. - Use gcc mstack-protector-guard-reg=%gs with PIE when possible. - rfc v3: - Use --emit-relocs instead of -pie to reduce dynamic relocation space on mapped memory. It also simplifies the relocation process. - Move the start the module section next to the kernel. Remove the need for -mcmodel=large on modules. Extends
2017 Oct 11
32
[PATCH v1 00/27] x86: PIE support and option to extend KASLR randomization
Changes: - patch v1: - Simplify ftrace implementation. - Use gcc mstack-protector-guard-reg=%gs with PIE when possible. - rfc v3: - Use --emit-relocs instead of -pie to reduce dynamic relocation space on mapped memory. It also simplifies the relocation process. - Move the start the module section next to the kernel. Remove the need for -mcmodel=large on modules. Extends
2006 Dec 17
2
Collapsing across trials
...) 3 2 C (AVG) 2 1 D (AVG) 3 2 D (AVG) Where (AVG) is the average of the 10 trials. The above is a simplified case. How can I do this with multiple RT measurements per subject? In other words, the above, but with more than one RT column per subject. Resulting in: Subj List Condition RT1 RT2 RT3 RT4 RT5 2 1 C (AVG1) (AVG2) (AVG2) (AVG2) (AVG2) 3 2 C (AVG1) (AVG2) (AVG2) (AVG2) (AVG2) 2 1 D (AVG1) (AVG2) (AVG2) (AVG2) (AVG2) 3 2 D (AVG1) (AVG2) (AVG2) (AVG2) (AVG2) I've come across the apply and aggregate functions in online documentation, and I have the suspicion that they may b...
2007 Oct 16
2
how to protect RT repository?
I'm following the instructions on this URL http://wiki.centos.org/HowTos/RT_3.4.x_On_CentOS_4.x and came across the part that said "WARNING: RT overwrites some packages from the base distribution, especially mod_perl" How exactly do I "protect" the RT repository? It links to the "ProtectBase" program http://wiki.centos.org/PackageManagement/Yum/ProtectBase
2007 Sep 07
2
Installation troubles
I have a new machine I'm trying to install Centos 5.0 on and I'm not getting very far. The system is 2 dual core xeons (5160, 3.0 GHZ) w/ 8GB ram. It has two 320 GB disks on the motherboard controller (Supermicro X7DAE+), and 8 750 GB disks on a 3ware 9650SE-8ml, pcie (x4) controller card. The 8 disks are set up as two raid 5 volumes (4 disks each). There is a scsi card in the machine
2008 Jun 18
5
Forbidden: You don't have permission to access /phpMyAdmin/ on this server.
Environment: - CentOS 5.1, - Apache 2.2.3 - php 5.1.6 - phpMyAdmin 2.11.6 - MySQL 5.0.22 Brand new system, brand new installation of all the above products. All looks well, but when I try to connect to phpMyAdmin, I get an error: "Forbidden: You don't have permission to access /phpMyAdmin/ on this server". I'll forgo all the paths I followed trying to get this to work and cut