Displaying 2 results from an estimated 2 matches for "history_record".
2009 Jul 13
0
[PATCH server] remove vm forward vnc and vm host history
...+ vm.forward_vnc_port.to_s)
- vm.save!
- end
- end
-
- def self.deallocate_forward_vnc_port(vm)
- debug("Deallocating forward vnc port " + vm.forward_vnc_port.to_s)
- vm.forward_vnc_port = nil
- vm.save!
- end
-
- def self.get_forward_rules(vm, history_record = nil)
- if history_record.nil?
- ip = find_host_ip(vm.host.hostname)
- vnc_port = vm.vnc_port.to_s
- else
- ip = find_host_ip(history_record.host.hostname)
- vnc_port = history_record.vnc_port.to_s
- end
-
- return " -d " + ip + " -p t...
2016 Mar 09
3
32 bit programs and libraries on a 64 bit architecture
greetings.
today i attempted to update update for the nss-util. i selected the
x86_64, clicked apply, error message popped up showing a conflict
because the i686 was also installed.
opened yumex to see what i686 was installed and found a bunch of i686.
because system is a dual core 64 bit, i decided to remove all i686
packages, programs first, then lib files.
during reboot, thought hit that