similar to: Pinging Static IPs on Lan

Displaying 20 results from an estimated 1000 matches similar to: "Pinging Static IPs on Lan"

2010 Feb 05
5
VMWare ESXi & CentOS5.4
I have a brand new Dell Poweredge T310 server with 4G ram and 1TB raid-5 hard drive in it. I Really only need to be able to run a copy of CentOS 5.4 on it, but I'm wondering if in the build process should I stick on ESXi 4 and then run CentOS as a vm? This would give me the options to roll out other VM's if I want over the life of the server (which I likely won't need) but the
2009 Jan 16
2
Port Forwarding
I'm having trouble getting port forwarding working on my one box. I have 2 incoming internet connections. I have 2 servers on these connections. pubinternet privinternet eth0:x.x.x.x eth0:y.y.y.y eth1:10.10.10.1 eth1:10.10.10.4 I need to be able to port forward traffic
2025 Jan 03
1
Not getting listed on the YP Directory
Yep - our own wortfm domain. On Fri, Jan 3, 2025 at 9:30?AM Coolvibes Reloaded <jayaubs89 at gmail.com> wrote: > Worthfm is that with your own domain? As I'm thinking of setting up a > server > > On Thu, 2 Jan 2025, 7:53?pm Thom Jones, <thom at wortfm.org> wrote: > >> I think I have everything set correctly, but still not getting there. >> Requested
2025 Jan 03
1
Not getting listed on the YP Directory
Worthfm is that with your own domain? As I'm thinking of setting up a server On Thu, 2 Jan 2025, 7:53?pm Thom Jones, <thom at wortfm.org> wrote: > I think I have everything set correctly, but still not getting there. > Requested data: > > <hostname>stream.wortfm.org</hostname> > > <listen-socket> > <port>8443</port> >
2005 Jun 23
2
Betr.: Multiple IP Addresses in a single NIC
Hi, You need to issue two commands: /sbin/ifconfig eth0:0 xxx.xxx.xxx.xxx /sbin/route add -host xxx.xxx.xxx.xxx dev eth0 For example: /sbin/ifconfig eth0:0 172.16.1.199 /sbin/route add -host 172.16.1.199 dev eth0 You can even assign multiple aliases to one NIC (One of my servers has about 10 ip addresses): For example: /sbin/ifconfig eth0:0 172.16.1.199 /sbin/route add -host 172.16.1.199
2008 Apr 15
0
diagnosing cause of NT_STATUS_BAD_NETWORK_NAME error
I'm trying to find out why I am unable to access public shares on host mythbe (from host mythbe) due to a NT_STATUS_BAD_NETWORK_NAME error. I am able to access home shares. I've checked all of the host setup issues I know about (smb.conf, directory permissions, iptables, selinux) but I don't see any problems. Can anyone spot a problem or suggest where I could investigate? Below is
2015 Jan 29
2
Indexing Mail faster
On Thu, 2015-01-29 at 15:56 +0800, Kevin Laurie wrote: > Hey Joseph > Thanks. Strace seems like a very useful tool > Only problem is that I dont think it is maintained on ubuntu. > Tried to run:- > apt-get install strace but could not download it. > Might need to download and build it. Do you know any other way of getting > it? > Thanks > Kevin A. try apt-cache search
2012 Aug 19
2
Prueba de Thom y series temporales homogéneas de prueba
Hola a todos: Hace unos meses estuve preguntando sobre la prueba de Thom para comprobar la homogeneidad de series temporales sobre datos de radiación e insolación (después he visto que también se usa con otras variables meteorológicas) [0]. El caso es que por distintas razones no había podido avanzar en el asunto y ahora vuelvo sobre él. Creé una función para realizar la prueba de Thom pero
2025 Jan 03
1
Not getting listed on the YP Directory
One more thing needed ? <!-- The certificate file needs to contain both public and private part. Both should be PEM encoded. --> <ssl-certificate>icecast.pem</ssl-certificate> ? This needs a path to the PEM file ? Icecast needs to know where to find the file. ? Tony ? _____ From: Icecast [mailto:icecast-bounces at
2025 Jan 02
2
Not getting listed on the YP Directory
I think I have everything set correctly, but still not getting there. Requested data: <hostname>stream.wortfm.org</hostname> <listen-socket> <port>8443</port> <ssl>1</ssl> </listen-socket> <listen-socket> <port>8000</port> <!-- <bind-address>127.0.0.1</bind-address> -->
2008 Oct 30
3
VMWare Sandbox
I need to experiment with ldap for a site I manage, and wondered if vmware would be a good way to go for some testing. My current server is RHEL3, which is getting dated, and I think that I should refresh this server entirely in the move to ldap. We need to have an ldap server for publishing email addresses for a VPN for a nursing home that the upstream can harvest and we can browse to send
2005 Nov 03
1
Upgrade 4.1 --> 4.2 Question
Hi, I am in the proces of upgrading my CentOS 4.1 servers to 4.2. I've burnt CentOS 4.2 CD's from the ISO images (these images work because I already installed a new server with it), but I am unable to upgrade the existing servers to 4.2 using the CD's.... Does anybody have a clue, why this is not working... or is the online update option the only one... Thom
2005 Jun 09
1
[Fwd: How to join to a DC ie. net join?]
Anyone on the list able to help this chap? The message was mis-sent to samba-technical (the development list). --dave -------- Original Message -------- Subject: How to join to a DC ie. net join? Date: Wed, 08 Jun 2005 16:19:46 -0700 From: The Kid From LA <lacakid@gmail.com> Reply-To: The Kid From LA <lacakid@gmail.com> To: samba-technical@lists.samba.org I have read lots of
2008 Nov 10
4
Weird custom type behaviour
Hey, I have a very trivial parsedfile based type - http://pastie.org/311146 - that works fine when deployed and run under puppetd -t. However, when being run by the daemonized puppet, it results in this error: Mon Nov 10 03:50:48 +0000 2008 //Node[ams-proxy-2]/quagga/Quagga::Daemon[zebra]/Quagga_service[zebra] (err): Failed to retrieve current state of resource: No ability to determine if
2009 May 04
2
Need to clean a table, and compute mean and SD
Hi For a school project I have a file with 120 columns and ~2000 lines. This file contains timestamps of spike detected in 60 channels, and the time elapsed between the last spike. I need to clean too high values. About 98% of values are between 0 and 2000 and 2% are between 2000 and 20'000. I want to get rid of theses values. Please could you help me? Regards Thom -- View this message
2018 Feb 01
1
Customizing SBCC for lcov workflows
I’m working to implement Source Based Code Coverage in a workflow that uses lcov for report generation. We’ve customized our llvm-cov to add a command to convert the SBCC counter data to lcov’s ‘.info’ format. The problem is that the region-based counter definitions in SBCC can span source code regions that can contain blank lines (or lines with only comments). Converting this to lcov’s
2009 Apr 22
2
Nova-s2 pci-passthrough not properly working
Dear all, i''m having problems passing a Hauppage Nova-S2 card to my DomU (Mythtv Backend). Hardware is: HP XW8200 2x 3.0GHz Xeon 8Gb ECC Ram 1x TT3200-S2 card 1x DVBWordl S2 card 1x Nova-S2 card [many other card for other domUs...] Dom0 is Ubuntu 8.04 server LTS. Xen 3.2 from repo. DomU (Mythtv) is a 8.04 (using LVM) both using 2.6.24-23-xen kernels Dom0 configs: lspci: ... 02:01.0
2007 Jun 26
2
number of samples in input_frame
Hi all Sorry if this is a dumb question: does the input_frame passed to speex_encode_int *have* to be frame_size samples long? e.g., If I only have 100 samples left to encode (which is less than the frame_size of 160 samples), can I just use an array that contains 100 samples, or do I need to create an array containing the 100 "real" samples plus 60 null samples at the end?
2007 Jun 13
1
BIND Help
I just installed CentOS5 on my server and I have to get everything working on it. I chose to clean load it upgrading from RHEL3 to CentOS5. I'm having trouble understanding the way bind works now and was wondering if anyone has a bit of time to help me with it. I am starting from scratch and I only have my primary domain and one additional domain I host. Thanks. -- -=/>Thom
2006 Jan 10
1
How to use rsync for Ghost or Acronis type backup
Madison, That sounds like a really nice backup program. I'd like to try your Beta out if I could. I've use rsync regularly and it would be great to have a front end. Thanks. Thom