Running a 5.2 VM on ESXI, and the software updater keeps dying when I try to download some development packages (default libraries and tools). yum installs packages just fine - it's only if I use the add/remove software. See error log below:
We are having some problems in running CentOS 5.3 in our ESXi 3.5 environment. The virtual machine is running perfectly under VMWare Player, but when I converted it to ESXi using VMWare vCenter Converter 4.0.0, the CentOS often goes into a panic right at the start of stops when setting up the hostname.
I can't install centos 5 on vmware esxi 4 server.I use the netinstall cdrom and I get the splash screen with the kernel menu.After this, I can choose a language but then I get this error: "The CentOS CD was not found in any of your CDROM drives. Please insert the CentOS CD and press OK to retry."
I have tried it with the image on the datastore, a unc-path and as physical cdrom.I have tested all modes in the vmware cdrom settings (passthrogh IDE or Emulate IDE) - nothing helps.
This is my first post, and i have a question with the fence software for VMWare ESXi. The fence_vmware agent only works with ESX, and redhat (in you GIT repository) has submited a new agent called fence_vmware_ng that claims to work with ESXi. But the problem is that they do not specify the version that works with that. Anybody has test the fence_vmware_ng agent for VMWare ESXi 4.0 ?, i follow the instructions here: [URL]...and i can install the software, the API from VMWARE site, etc, but in the moment when i run the agent nothing happen, The agent connects to server, i see in logs, but the off-reboot-on operations not works. Only works status operations, that return the state of a virtual machine. I have CentOS 5.3 (fully today updated) with RHCS.
I have installed a base 5.2 server. I updated the network proxies in preferences and also updated the values for internet access. I can't get the package updater to work. I can use "yum update" and this work but I don't want to update everything. I have allowed a full update and one or more of them is affecting an IOZone test I am running to fiber storage. If I run the test to the base install, it completes OK. If I run the test after all the updates, the test fails with file writes and test files diaappearing. In any case, I would like to use the software updated hoping this will allow me to selectively add the updates.There is about 400 updates that get applied. I am currently getting the 5.3 image and will do and install with that to see if the test runs.
I have got this to work before, now will not resolve dependencies and says something about not finding the mirrors. Are the repositories offline for some reason as this might explain the problem. Here is the error..Cannot download headers failure: repodata/filelists.sqlite.bz2 from updates: [Errno 256] No more mirrors to try.
Installed CentOS 5.5 on VMware ESXi server running vsphere 4.1. Installed fine and picked the E1000 network adapter. But can't get the adapter to become active and pick up an IP address. Has anyone done this before? I can't get it to work. When i was testing CentOS out i used VirtualBox and worked fine using bridged networking but just can't seem to get this network card working.I've put some pictures of the config i've got.http:[url]....
When I select package updater for update software it gives an error I am attached my system information & error file. Error message:- file /usr/share/emacs/site-lisp/psvn.el from install of subversion-1.6.12-0.1.el5.rf.x86_64 conflicts with file from package subversion-1.4.2-4.el5_3.1.i386 file /usr/share/locale/de/LC_MESSAGES/subversion.mo from install of subversion-1.6.12-0.1.el5.rf.x86_64 conflicts with file from package subversion-1.4.2-4.el5_3.1.i386 file /usr/share/locale/es/LC_MESSAGES/subversion.mo from install of subversion-1.6.12-0.1.el5.rf.x86_64 conflicts with file from package subversion-1.4.2-4.el5_3.1.i386 .....
I can't make the upgrade..... I've see the dettails and this is what is write: file /usr/lib/perl5/vendor_perl/5.8.8/Compress/Zlib.pm conflicts between attempted installs of perl-Compress-Zlib-2.015-1.el5.rf.noarch and perl-IO-Compress-2.030-2.el5.rf.noarch file /usr/share/man/man3/Compress::Zlib.3pm.gz conflicts between attempted installs of perl-Compress-Zlib-2.015-1.el5.rf.noarch and perl-IO-Compress-2.030-2.el5.rf.noarch
Im just setting out on the long road to learn python so please excuse my lack of knowledge.Im initally trying to read a csv in and print only certain "elements" (not sure if thats the right term) from a list. But I am getting the error :TypeError: list indices must be integersMy Code is :
I've been using the PPA version of banshee, and I got this error - just wondering if anyone else has it too! I'm able to play a song, but when the song finishes and the next one starts I get this error: Banshee Encountered a Fatal Error Object reference not sent to an instance of an object Error details:
Code: An unhandled exception was thrown: Object reference not set to an instance of an object at Hyena.Gui.Theming.GtkTheme.GetCairoTextMidColor (Gtk.Widget) <0x00017> at Banshee.NotificationArea.NotificationAreaService.get_TextLightColor () <0x0002f> at Banshee.NotificationArea.NotificationAreaService.MarkupFormat (string,string[]) <0x00043> at Banshee.NotificationArea.NotificationAreaService.GetByFrom (string,string,string,string) <0x000d7>
Any attempt to run yum produces the following error:
Traceback (most recent call last): File "/usr/bin/yum", line 29, in ? yummain.main(sys.argv[1:]) AttributeError: 'module' object has no attribute 'main'
It doesn't matter what command line arguments I use I get the same.I've spent a day or so searching on Google but not had any luck in identifying what is causing this problem.
Yesterday I installed all my updates (CentOS 5.5 x64). Today, one of my Java programs won't start with the followign error: jvm 1 | java: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory The file does exist. Anyone know how to fix this?
I've been trying to use tracepoints on a newly installed Centos5.5 download, and crash when I call register_trace_sched_switch, which maps to tracepoint_probe_register(sched_switch, my_func) in tracepoint. h/DO_TRACE, where my_func is the function I want called back on a thread switch. I'm trying to do this from an installable module.So I downloaded the sources for 5.5 (current, 2.6.18-194), with the intention of kprinting my way through the above problem.Unlike the downloaded kernel, which is an "ELF 64-bit LSB shared object" (I'm building for an Intel Atom), when I build using "make" in my rpmbuild/BUILD/kernel-26..18/linux-2.6.18.x86-64/ directory, I get an "ELF 64-bit LSB executable". When I try to boot it, I get the complaint "Error 13: Invalid or unsupported executable format".
The closest thing I could find on the web, was a suggestion, for some powerpc system, to use the "ELF executable" format instead of "ELF shared object", the opposite of my issue, and that such could be forced by using a CONFIG-RELOCATABLE manifest.I couldn't find any .config manifest that looked likely to produce the result I want.
Sence the centos5.5 upgrade to 5.6, it works well.Today, when I start my computer an error apperas. Like my topic ,during the start process some "cannot open shared object file " ibselinux.so.1 , libnsl.so.1, libc.so.b, libglib-2.0.so.0, libdbus-1.so.3, libc.so.6, libpthread.so.0... failed "no such file or directory" .I google it , some say to disabled the selinux, then do the command yum reinstall glibc* I have tried, that works. But when I enable the selinux the same errors appeares again. I want to know how these errors come and why.
So after compiled the cgi script, I put it in the folder /var/www/cgi-script/
I try to access via my web browser and in the apache error log : I have this "/var/www/cgi-bin/mapserv" : error while loading shared libraries: libclntsh.so.11.1: cannot open shared object file: No such file or directory"
In my httpd.conf, I just add the following in order to provide the shared libraries for my cgi script :
Only ones I can think of seem overly complex, and I'm sure there is a simple solution I am overlooking. I have a class, it has a member who is an object. This object needs to be able to represent an object of different types.
[code]...
Where "surface" could be several different types, which will be set during execution. Hope this is clear enough. I have tried using templates but am getting "data member cannot be a member template". Either I have incorrect syntax, or am not implementing it right. another solution would have one class containing definitions of all possible shapes, But this would take up extra memory. Other solutions I thought of seem too round-about, and seems there is a simpler solution that I have overlooked.
I installed Documentum content server on CentOS my OS version : Linux cserver 2.6.18-8.el5 #1 SMP Thu Mar 15 19:57:35 EDT 2007 i686 i686 i386 GNU/Linux. I could successfully install the software but when I am trying run any executable I am getting the following error message.
[code]....
Above ./idql is a executable came with installer. how to solve the problem, I am sure it is due some patch or hot fix of OS, I have similar kind of problem on Solaris.
I have had problems getting Fedora 12 installed on esxi. I have 20gb of hd space and 2gb of ram. Everytime I try to load Fedora, it freezes during the install. I don't know if maybe I'm downloading bad torrents or what. Has anyone ever ran across this issue? Is there a different source I should be downloading from?
I have this 7.10 Ubuntu server that I'm trying to move inside a VM on my ESXi server. I use the VMware Conversion tool and everythings goes well until I try to boot it from inside the VM, the network isn't detected. Now I understand that the drivers may not be working, I'm not an expert here. Also, since this is a 7.10 install I don't have access to the Gutsy repositories anymore.
run VMWare ESXi and have installed Ubuntu 10.10 in a virtual machine.People say you press CRTL+ALT+F1 to exit back to command line from the gnome login screen but this never works for me.If I do something like "sudo service gdm stop" it just delivers me to the desktop background almost like the machine has hung, no menus toolbars, mouse or anything.Basically what I want to be able to do is start up the machine with command line, and go into gnome on occasion and exit back out to command line to save resources, this is because the machine will mainly serve as a web server. I followed the guide here [URL] which tells how to make ubuntu always start at CLI, which works nicely, but I need a way to be able to get back to CLI from inside gnome.
I have ESXI 4.1 installed with Unbuntu Server 11.04, Gnome.I have 8 SATA drives installed they show up in unbuntu as removable media.I wish to share them to my windows users on my lan using.The problem is it will not allow me to change the permissions for the shares and as such when my windows clients try to access the shares they are told asscess denied.Samba will share folders created on my desktop ok, I have tryed sharing a folder in the draws but it still did not work.
Can I install VMware ESXi on my Dell Inspiron laptop having core i3 processor which has got 4GB of RAM? I can allocate 100GB of hard disk space for that. This is just to practice and explore the features available. Can I install Vmware ESXi iso on KVM hypervisor like installing guest OS?
I have a freshly installed, updated Fedora 11 installation for which the VMWare Tools fails. It can't compile what it needs, either. It's running under ESXi 3.x.
So a while back I was able to mount a directory from my OpenSuse server as a NFS on an Esxi server. After restarting the Esxi server, the NFS became inactive and I was unable to remount it. The error given was that the Esxi client was unable to connect to the Suse server. I was looking into the showmount -a command on the Suse server and it showed the mount point on the Esxi server. Could this be causing the Suse server to reject new attempts to mount the directory? What else can I try to fix this problem? Also I should note that both servers can ping each other.