search for: rafeal

Displaying 15 results from an estimated 15 matches for "rafeal".

Did you mean: rafael
2015 Jun 13
2
NIC recongized but cant ping
Hello, I am having a weird networking issue. Now I know this is a centos mailinglist, and the system I am having issues with is proxmox ve 3.3 (debian based) but I am sure one of you guys faced this issue. So I am having an issue of no connectivity with my NICs. I have manually configured and I have tried dhcp. The OS sees the NICs loads the drivers, but I cannout ping anything on the lan. The
2014 Jun 30
2
[LLVMdev] LLVMgold.so in windows LLVM builds
I tried building it on windows with some CMake changes. But unfortunatelym my clang crashes when it tries to access the LLVMgold (not able to open it). I have CCed Rafeal and Nakamura who might know why gold plugin in not supported on Windows platforms. --Sumanth G > Hi, > > On 14 June 2014 00:26, <sgundapa at codeaurora.org> wrote: >> I am trying to build LLVMgold.so on windows. >> I came across this piece of code which includes “gol...
2015 Jan 02
3
Sun Microsystems Quad gigabit ethernet nic compatibility
...ted. The card is a Sun Microsystems PCI-X Quad-Port Gigabit Ethernet Adapter QGEXPCI 501-6738-10. Can't find any info on how well the card plays with centos and also proxmox ve (if any of you use that distro ) If things don't seem to work I may bite the bullet and buy an Intel card thanks Rafeal Stewart
2015 Jan 02
2
Sun Microsystems Quad gigabit ethernet nic compatibility
...39;cassini' driver that > supports the Sun GigaSwift NIC on those. > > > > > I see. My gut is starting to tell me its not worth the time to replace it, if this Sun NIC doesnt play nice with Linux. I also intend to use the card with Proxmox VE which is debian based. ~ Rafeal Stewart
2015 Mar 15
2
[LLVMdev] On LLD performance
...mpare to the Windows system linker? > > * Where exactly in the Resolving phase is the bottleneck? Is it the symbol > table or the other work? (Is much time spent growing (and rehashing) the > DenseMap? If so, would setting a larger initial bucket size help?) > > * Regarding the Rafeal’s performance comparison with gold (where lld is > about half the speed). The old binutil’s ld was a cross platform linker > that supported multiple formats. The goal of gold was to have better > performance by only supporting ELF. So I would expect gold to be faster > than the gener...
2014 Jun 13
2
[LLVMdev] LLVMgold.so in windows LLVM builds
I am trying to build LLVMgold.so on windows. I came across this piece of code which includes “gold” source directory in tools/CMakeLists.txt if( LLVM_ENABLE_PIC ) # TODO: support other systems: if( (CMAKE_SYSTEM_NAME STREQUAL "Linux") OR (CMAKE_SYSTEM_NAME STREQUAL "FreeBSD") ) add_llvm_tool_subdirectory(gold) else() ignore_llvm_tool_subdirectory(gold) endif() else()
2015 Jun 22
0
Kvm intel dual gigabit ethernet nic pass thru.
...not sure if this is a pfsense bug or what. The nic works for everything but this Mac address issue. Long story short, I guess what I'm asking is there any options I should use when passing thru dual and quad Intel ethernet adapter right now I am using hostpci0: 1:00.0, driver=vfio Thanks Rafeal -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-virt/attachments/20150621/7791b26c/attachment-0006.html>
2015 Jun 15
0
NIC recongized but cant ping
On 06/13/2015 05:26 AM, Rafeal Stewart wrote: > The only card that works out of the box is my only PCIE intel dual 1000 > nic. my PCIX based intel pro 1000 nor my realk r8169 nics work, yet > debian sees the NIC. I can bring them up and configure no errors. I just > cannot ping anything on my lan Are you connecting...
2015 Jun 16
3
Virtualization
Am 16.06.2015 um 18:50 schrieb Alessandro Baggi: > What do you think about Proxmox VE? Please don't top-post with fully quoting all previous content. This is a mailinglist. Proxmox VE is based on Debian. What does this have to do with CentOS? As it makes use of KVM you can run CentOS on top of it as a virtualization guest. Alexander
2016 Mar 08
0
SOT: Can Fedora be installed from Live images?
...mages are live CDs now. They should have an option to install fedora when you boot the cd. Usually when you boot the cd. A window appears asking to either install the os or try it out. If you are using a non gnome cd,you may have to search the application menu for the installer Hope this helps. Rafeal Stewart Big Fedora fan On Mar 8, 2016 08:54, "reynierpm at gmail.com" <reynierpm at gmail.com> wrote: > Maybe world has changed I am not aware and I am still the old fashion way > where I download a DVD image and install from there like in CentOS but has > Fedora changed...
2015 Jan 02
0
Sun Microsystems Quad gigabit ethernet nic compatibility
On Fri, Jan 2, 2015 at 1:35 AM, Rafeal Stewart <mechy2k2000 at gmail.com> wrote: > On Thu, 2015-01-01 at 22:01 -0800, John R Pierce wrote: > > On 1/1/2015 9:41 PM, mechy2k2000 wrote: > > > Hello I am thinking of buying this card to and wanted to know if this > NIC > > > is supported. The card is a S...
2016 Mar 08
3
SOT: Can Fedora be installed from Live images?
Maybe world has changed I am not aware and I am still the old fashion way where I download a DVD image and install from there like in CentOS but has Fedora changed something? I mean I am trying to find the proper image for download it put on USB flash memory and install on my PC but all that I can find are "live images" so what happen here? Did I miss something? Can any put me on the
2015 Mar 11
9
[LLVMdev] On LLD performance
I spent a week to optimize LLD performance and just wanted to share things what I found. Also if there's anyone who have a good idea on how to make it faster, I'd like to hear. My focus is mainly on Windows, but my optimizations are generally platform neutral. I aim both single-thread and multi-thread performance. r231434 <http://reviews.llvm.org/rL231454> is a change that has the
2006 Apr 30
6
Help, Gruff is killing me
Hi all, I hope somebody can help me out here, since the issue has been killing me for the last three days. Here is the issue: It seems that gruff kills rails/webrick whenever it''s used on win32. I installed gruff per instructions and it seems to be working. The sample controller generates a nice grpah with send_data and all. The issue started once I try to use any other
2007 Mar 13
5
Question on application/database design for a application port to rails
Hi all I am hoping that the experience and knowledge of this ''list'' will be able to help me out with some design decisions I have to make while porting a desktop app to rails. Here is the scoop: I am in the design process of porting a fairly large client/server app to rails. Average data set is about 200 MB per database/server. Altogether there are about 100 tables and about