similar to: hardware info

Displaying 20 results from an estimated 1000 matches similar to: "hardware info"

2008 Jul 07
3
gentee
Hi what is the different between the gentee and centos? thank you
2008 Oct 17
3
reuse the history
Hi all I want to reuse command in the shell historys Which command I can only select "traceroute 192.168.0.5" to run? $ history |grep traceroute 26 traceroute 192.168.0.5 27 traceroute -n 192.168.0.5 28 traceroute 192.168.0.10 29 traceroute yahoo.com 46 traceroute 192.168.0.33 eg: history |grep traceroute | awk '{ print$2 " " print$3}' | grep
2007 Sep 26
3
remote tar via ssh
Hi all Can I use ssh to have remote tar files from machine A to machine B? ssh from machine A to machine B tar all files in machine B to exact to machine A Thank you ____________________________________________________________________________________ Got a little couch potato? Check out fun summer activities for kids.
2007 Nov 26
1
boot is stopping in the system log gor status for a while
Hi all The system is stopping in the system log gor status. what is next? how do I check thank you ____________________________________________________________________________________ Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs
2007 Oct 15
1
networking - Scalable I/O on Linux
Hi all I am looking for the ethernet card for linux. In the intel website 1/ I don't know what is the meaning of Scalable I/O on Linux. 2/ ls the big different between desktop and server card? Thank you http://www.intel.com/network/connectivity/products/pro1000pt_quad_server_adapter.htm Load balancing on multiple CPUs Increases performance on multi-processor systems by efficiently
2011 Oct 03
2
Hardware Asset Information
Hi, Is there a way to find total numbers of Hard disk attached or mounted on remote servers totaling around 200 Servers running CentOS Server and also the number of RAM Chips attached to the system. Any utility or some gui tool from client desktop ? Regards Kaushal
2008 Apr 25
3
dmidecode for CentOS 2.1? [hardware serial number and type]
Hi CentOS users I have here old CentOS 2.1 server on IBM Xseries 336. How to see serial number and machine type? It seems that "dmidecode" is not available for CentOS 2.1 cheers Simon -- XMPP: sjolle at swissjabber.org
2008 Apr 09
9
Expanding Facter's manufacturer.rb
I''ve just filed http://reductivelabs.com/trac/puppet/ticket/1182 with the aim of making it easier to add fact pickup from dmidecode in manufacturer.rb. As the ticket says, I think that the fact sections, keys and values shouldn''t be hardcoded in manufacturer.rb, but should be stored in a configuration file somewhere. This means that a given stable installation of Puppet can be
2008 Dec 23
2
Bash Script for Beginners! oh dear :'(
Hey guys, I'm a bit of a beginner (understatement!) with shell scripting and seek help! I am setting up our new squid proxy. Its working a treat and squidGuard is the icing on the cake. But, I am trying to write a shell script to search through our black list category's for squidGuard and remove the parsed value; Scenario: /some/directory/where/blacklist/is/stored contains about 40-50
2014 Apr 11
5
Old HP Xeon server blade with only SCSI HDD ports & CentOS
Hi there. I got myself a pair of old Intel Xeon blades, which I plan to repurpose with CentOS. The model is : HP bl20p-g3 server blade Manual http://h18004.www1.hp.com/products/quickspecs/12322_ca/12322_ca.pdf Now, the main problem with this hardware is that LVD UW SCSI HDDs are hard to find and hella expensive if you find em (and of reduced capacity). Any of you know: 1. If there's any
2007 May 01
5
Identify motherboard from SSH login
Hi, I have CentOS 4.4 installed on a system at an ISP and I am trying to setup lm_sensors. It would be a lot easier to setup if I knew what motherboard I was using! :-) Is there any way of identifying the motherboard of a system remotely (via SSH)? Many thanks Regards, Dan
2016 Nov 27
3
llvm optimizer turning musttail into tail
r287955 seems like it might be related. -- Sean Silva On Sat, Nov 26, 2016 at 4:06 PM, Sean Silva <chisophugis at gmail.com> wrote: > This sounds buggy to me. What pass is doing this? > > -- Sean Silva > > On Thu, Nov 24, 2016 at 5:39 AM, Carlo Kok via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> >> I've got some calls like: >>
2013 Apr 10
5
How to determine 64 vs 32 bit processor
I have been tied up with other work and Holidays. Now back to some server work that is long overdue. I lost an old server yesterday so it is crunch time. I believe my new platform is suppose to be an x86_64. The order form says 64 bit. I booted Centos 6.3 i386 liveCD to check the system out before an install. uname -i reports i386 dmidecode -t processor reports Characteristics of 64
2009 May 13
3
Shell Script Pointers?
Hey Listee's I am trying to write a shell script to sort and compare my blacklist for squidGuard with the nightly updates that come down in a tar ball. It should be rather simple but I'm not to grate at this. The script is to run nightly, it will download the latest blacklist tarball, un tar it and then add any new entries to the existing black list. The blacklists work by having a folder
2009 Dec 28
9
mkdir this "." directory
Hi I have this . folder under tmp 1/ How they can make it this folder? 2/ How can I remove it? Thank you Send instant messages to your online friends http://uk.messenger.yahoo.com
2018 Jul 30
3
lld/mach-o x86_64 asserts
Sorry, I was thinking to review the test but didn't. Is this test complete? It does invoke lld, but it didn't verify its output. On Mon, Jul 30, 2018 at 2:03 PM Andrew Kelley <superjoe30 at gmail.com> wrote: > Ping Rui. Is there anything else that needs to be done on this patch? > > On Tue, Jul 17, 2018 at 6:58 AM, Carlo Kok via llvm-dev < > llvm-dev at
2011 Sep 23
17
dmidecode doesn't work under xen 4.1.1 on certain hardware
I have a xen 4.1.1 with a 3.0.4 linux kernel running on a Supermicro Supermicro X8DTL-iF motherboard with 16GB of RAM. If I run the 3.0.4 kernel on the bare metal dmidecode works fine. If I run it under xen dmidecode fails to work. On other systems with different hardware but identical software dmidecode works correctly under xen. On this hardware with xen 3.4.1 & linux 2.6.18, dmidecode
2016 Nov 24
3
llvm optimizer turning musttail into tail
I've got some calls like: musttail call void bitcast (i32 (i32, i8*, %Type*)* @MyMethod to void (i32, i8*)*)(i32 %0, i8* %1) ret void Into something like: %8 = tail call i32 @MyMethod(i32 %0, i8* %1, %Type* null) ret void I realize I'm losing a parameter there, but this is an interface jump trick I use and relies on the end code being a 'jmp' (x86). I realize i can probably
2017 May 30
2
Missing symbol __executable_start on Android when linking with LLD
When linking a project with lld, the android libc links to __executable_start which isn't defined when linking with lld (tried on x86), but is when linking with gnu ld it seems. I tried: .globl __executable_start __executable_start = __ehdr_start as a workaround but seems to be ignored. Anyone know a better workaround? Thanks, -- Carlo Kok RemObjects Software
2019 May 08
2
taskpool exhaustion in lld/wasm
It's a wasm testcase that ends up with a 1 mb executable; after 15 minutes I killed it, it doesn't do anything (note that it's waiting on a conditional variable in ALL threads) On Wed, May 8, 2019, at 14:32, Brian Cain wrote: > Are you sure it's not just taking "a long time"? If that build machine doesn't have enormous amounts of memory you could end up with a