search for: lco

Displaying 20 results from an estimated 32 matches for "lco".

Did you mean: co
2013 Aug 20
2
Triple- or Quad-display single-card graphics solutions
...romising solutions: NVidia NVS 510 or 450 Matrox M-series M9138 or M9148 Both these solutions claim to have Linux support, but I was wondering if anyone had any experience with them in CentOS 6.4? And if there were any other solutions I had overlooked? Thanks, -G. -- Glenn Eychaner (geychaner at lco.cl) Telescope Systems Programmer, Las Campanas Observatory
2013 Aug 22
2
USB Audio sound card
...adset Adapter http://www.newegg.com/Product/Product.aspx?Item=N82E16829118008 StarTech ICUSBAUDIO USB to Stereo Audio Adapter Converter http://www.newegg.com/Product/Product.aspx?Item=N82E16829128002 work under CentOS 6? Is there one that anyone can recommend? -G. -- Glenn Eychaner (geychaner at lco.cl) Telescope Systems Programmer, Las Campanas Observatory
2010 Aug 25
3
System beeps in kernel 2.6.18-194
...re someplace can I find *detailed* release notes on the differences between -164 and -194 kernels to help in looking for the problem, pinning it down, and submitting a patch (and/or building my own kernel), or should I just download the SRPMS and dig in? Thanks, -G. -- Glenn Eychaner (geychaner at lco.cl) Telescope Systems Programmer, Las Campanas Observatory
2013 May 21
3
Centos 6.4: Possible bug in system-config-network-cmd
...s complete cheese, of course. Is there something missing from ifcfg-eth0_dhcp that is confusing the system-config-network-cmd script? Is there any documentation on this that's helpful? And is there simply a better way to do this that I've missed? Thanks, -G. -- Glenn Eychaner (geychaner at lco.cl) Telescope Systems Programmer, Las Campanas Observatory
2013 Aug 12
6
Motherboard and chipset compatibility
...S/Linux.pdf SuperMicro has a very nice list referenced above, but none of their small form factor motherboards support dual displays AFAICT; I have found nothing useful at Intel's site.) Does anyone have any resources they'd like to point me to? Thanks, -G. -- Glenn Eychaner (geychaner at lco.cl) Telescope Systems Programmer, Las Campanas Observatory
2013 May 22
4
Changing disk UUID after cloning
...9;s no possibility of a conflict when I am running diagnostics with two drives installed, etc. But when I change the UUID of the /boot or / partition (even if I update /etc/fstab), the system won't boot; it GRUBs OK (after I use recovery mode to rerun grub-install), but never gets to the 'Welcome to CentOS " message. Do I need to "rebless" vmlinuz or initrd or initramfs in the /boot partition if I change the drive UUID? Or should I just ignore UUID and go back to using labels in /etc/fstab (which is what I did in CentOS 5)? Thanks, -G. -- Glenn Eychaner (geychaner at lco...
2013 Nov 25
1
Machine check events
...ts logged (I would not have even noticed them, except that they get flagged by logwatch.) These messages always occur alone, and don't seem to have a corresponding entry in any other log file in /var/log. How can I get more info about these messages? Thanks, -G. -- Glenn Eychaner (geychaner at lco.cl) Telescope Systems Programmer, Las Campanas Observatory
2012 Jun 18
0
[LLVMdev] Which pass converts call printf to puts?
...ter in SimplifyLibCalls::runOnFunction(). If you browse the code a bit and backtrack the call stack to see what happens with the return value of PrintFOpt::OptimizeFixedFormatString(), you will stumble upon this segment in SimplifyLibCalls.cpp:1703ff.: // Try to optimize this call. Value *Result = LCO->OptimizeCall(CI, TD, TLI, Builder); if (Result == 0) continue; DEBUG(dbgs() << "SimplifyLibCalls simplified: " << *CI; dbgs() << " into: " << *Result << "\n"); // Something changed! Changed = true; ++NumSimplified; // Inspect...
2013 Nov 13
2
Problem with X11 application and Nouveau driver
...m not an expert X11 programmer (worse, this application uses a third party wrapper library). This is definitely new behavior on this new computer (the previous computers, also using the Nouveau driver with GeForce 7600 cards, did not seem to have this behavior). -G. -- Glenn Eychaner (geychaner at lco.cl) Telescope Systems Programmer, Las Campanas Observatory
2013 Nov 19
2
CentOS LiveCD on USB
...AT rather than ext2/3/4. Do I have to use ext2/3/4? 2) Do I need to rebuild the initramfs file somewhere in the CentOS LiveCD directory? 3) Is this just a straight-up hardware incompatibility? The computer is a brand-new SuperMicro X10SAE Haswell system. Thanks, -G. -- Glenn Eychaner (geychaner at lco.cl) Telescope Systems Programmer, Las Campanas Observatory
2010 Sep 23
4
CentOS, Firefox, and Java Plugin
...Argeo repositories, and installing Java 1.6.0 directly from Sun/Oracle and creating the plugin soft link in /usr/lib/mozilla/plugins. Neither works at all. This was working a while ago, but it broke and I didn't notice. Thanks for any help you can provide, -G. -- Glenn Eychaner (geychaner at lco.cl) Telescope Systems Programmer, Las Campanas Observatory
2012 Jun 17
5
[LLVMdev] Which pass converts call printf to puts?
I found that LLVM optimized the IR by replacing printf with puts. I wondered which pass did this optimization? And is it common that puts is faster (and some other metric) than printf? -- Thanks Thomson -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120617/08aa6c45/attachment.html>
2015 Jan 16
0
Socket behavior change from 6.5 to 6.6
...g it on the bound-listener socket on the Linux side doesn't seem like it would do anything to resolve the issue, based on my reading of SO_REUSEADDR on the net: http://www.unixguide.net/network/socketfaq/4.5.shtml http://stackoverflow.com/questions/14388706/ -G. -- Glenn Eychaner (geychaner at lco.cl) Telescope Systems Programmer, Las Campanas Observatory
2010 Oct 29
1
Projects.centos.org down?
I have been trying to get to the CentOS LiveCD site at projects.centos.org the last couple of days, but have been unable to reach it. Is it down, and is there any info on when it might be back up? Thanks, -G. -- Glenn Eychaner (geychaner at lco.cl) Telescope Systems Programmer, Las Campanas Observatory
2010 Nov 02
0
projects.centos.org down again
...this? Just curious... Well, projects.centos.org was up briefly over the weekend, but appears (from my end) to be down again, same symptoms; HTTP connections just hang. Next time I'll download the LiveCD instructions I'm looking for to a static file! -G. -- Glenn Eychaner (geychaner at lco.cl) Telescope Systems Programmer, Las Campanas Observatory
2011 Apr 13
1
Server mode and rsyncd.conf
...the remote end to the local end) by making the remote file system read-only. But it doesn't work; it doesn't seem like rsync actually reads a config file in the user's home directory. Documentation error, or am I not understanding something? Thanks -G. -- Glenn Eychaner (geychaner at lco.cl) Telescope Systems Programmer, Las Campanas Observatory
2013 May 24
1
CentOS 6 and PHP
...ual UUIDs weren't important enough to me to matter, since I seldom boot with more than one workstation's drive connected at a time. I will probably go back to labels, since I can change those (apparently) without rendering the system unbootable. Thanks, -G. -- Glenn Eychaner (geychaner at lco.cl) Telescope Systems Programmer, Las Campanas Observatory
2013 Sep 05
1
Intel 4600 Graphics (Haswell) in CentOS 6.4
...est distribution. [Yes, I'm STILL working on the workstation configuration. We're considering putting off triple-head support to cut costs, because the dreamy NVS510 cards are expensive. It's like a morass of quicksand sometimes.] Gracias y saludos, -G. -- Glenn Eychaner (geychaner at lco.cl) Telescope Systems Programmer, Las Campanas Observatory
2013 Sep 12
0
Tk font problem with CentOS 6
...y now an alias for: -Sony-Fixed-Medium-R-Normal--24-170-100-100-C-120-ISO8859-1 and if I specify this full name in Tk, it works fine. What am I doing wrong here, or did the enhanced font support in Tk 8.5 subtly break fonts using an "WxH" designation? -G. -- Glenn Eychaner (geychaner at lco.cl) Telescope Systems Programmer, Las Campanas Observatory
2013 Aug 21
1
Slightly OT: PCIe x16 card in x8 slot
...bout the performance. I know nothing about PCIe (I haven't built a system in 10 years, though I have read the PCIe Wikipedia entries and some guides); what kind of performance hit can I expect? Also, are there any solutions I have overlooked? Thanks again, -G. -- Glenn Eychaner (geychaner at lco.cl) Telescope Systems Programmer, Las Campanas Observatory