similar to: VMWare Sandbox

Displaying 20 results from an estimated 4000 matches similar to: "VMWare Sandbox"

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
2007 Jun 13
1
Pinging Static IPs on Lan
For some reason I can't ping or communicate with two of my machines that have static IP's on my lan. My mythbe and mythfe are both set to have static ip's in the event of some sort of power problem the wife can stillwatch tv. After installing CentOS5, I can't communicate with those two machines. I read through the release notes and the docs on dhcp, but I can't seem to see
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
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
2007 Jun 25
3
bind on centos 5
Hi, I am trying to setup bind on centOS 5. But there are no files coming by default. But I found some files @ /usr/share/doc/bind-9.3.3/sample Now, could you pls tell me what r the files I need to set it up? Is there are a good doc on How to setup dns on CentOS 5 ? -- Thank you Indunil Jayasooriya -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Jun 24
2
Upgrade mail server to new machine
I have an old RHEL3 box that I am upgrading to CentOS5. I picked up a new Dell Poweredge R200 to use for that. Is there an easy way to copy all the user accounts and existing mail from the old server to the new one? Thanks. -- -=/>Thom
2002 Oct 10
1
Specific directory permissions
I need a quick rundown on creating directories that get group access. I have a folder that I want everyone in the blswin32 group to be able to read and write. I set force group to blswin32 for the samba share, but it still gives me a n error opening the database. It is because I don't have read and write access to the database file. What settings do I need to make to get this to work
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
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 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 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
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
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
2006 May 26
3
validate a form NOT connected to a model
Is there any way to validate a form that isn''t connected to a model. I have a form that connects to a controller action and I want to validate the inputs on the form like I would with the validates_ATTRIBUTE_of property on a model. Is there any way to do this? -------------- next part -------------- An HTML attachment was scrubbed... URL:
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
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
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
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