Recent content by jburleson

  1. J

    DAB version 3.0-8 Ubuntu 16.04 issues

    Tested and everything is working. Thanks for the quick fix and the LXC 3 config fix.
  2. J

    DAB version 3.0-8 Ubuntu 16.04 issues

    I updated to the latest version of dab today and it will no longer create ubuntu 16.04 templates. When I run make, I receive the following error messages. allocated VE 5a076317-1816-4039-a749-c9f38662bedc dab init download: http://archive.ubuntu.com/ubuntu/dists/ascii/Release Release info...
  3. J

    Changing the port of the web interface

    If they do not know the root password, then I do not see why this would be a problem. Hiding pve on a different port will not stop someone who is determined to hack the application. However, if you are determined to change to port that apache listens on, you will have to change at least two...
  4. J

    NFS SERVER problems

    I never got around to figuring out why. At the time I did not real need either of them. It think it has something to do with venet not having a MAC address, though.
  5. J

    NFS SERVER problems

    Are you using a virtual network - venet - (this is the default)? I did not have any luck with multicast or wol using venet. However, once I switched the network type over to a bridge ethernet (veth) both multicasting and wol worked just fine. Do forget once you switch to a bridge, you will have...
  6. J

    NFS SERVER problems

    I used FOG in a VS as well. I switched to unfs. I had trouble with the nfs-user package, but I do not remember what the issue was anymore. I also found that FOG works better if you use the bridged ethernet instead of the virtual network. I could not get mulitcasting or wol to work under the...
  7. J

    RT Request Tracker Template GPG ERROR

    not sure....I just ran the command again and it worked for me. Here is the output that I got. ror:~# apt-key advanced --keyserver subkeys.pgp.net --recv-keys 0x45D164F6 Executing: gpg --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg...
  8. J

    RT Request Tracker Template GPG ERROR

    I downloaded the new RT template today. After setting it up, I ran apt-get update and got this error message: : GPG error: http://debian.etc.gen.nz lenny Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY CE2FB3EB45D164F6 W: You may want to...
  9. J

    Possible Bug

    Problem Solved It was indeed an old pve.conf file. Thank you for your help :)
  10. J

    Possible Bug

    I turned on rewrite logging in the pve.conf file. Here is what appears in the log file when I click on a vm link: ip address - - [17/Dec/2008:12:56:48 --0600] [my server/sid#6b1c80][rid#1dec618/initial] (2) init rewrite engine with r equested uri /openvz/1-102/index.htm ip address - -...
  11. J

    Possible Bug

    This is what I see in the error log: [Wed Dec 17 11:36:29 2008] [error] [client] File does not exist: /var/www/pve/openvz/1-101, referer: https://[my server ip]/vmlist/index.htm [Wed Dec 17 11:39:36 2008] [error] [5234]ERR: 24: Error in Perl code: unable to determine cluster node '0' at...
  12. J

    Possible Bug

    The pve-manager version I am using is the latest one. I just upgraded on Monday. Here is the output of pveversion -v pve-manager: 1.0-10 (pve-manager/1.0/3463) qemu-server: 1.0-5 pve-kernel: 2.6.24-4 pve-kvm: 75-1 pve-firmware: 1 vncterm: 0.9-1 vzctl: 3.0.22-3pve3 vzdump: 1.1-1 vzprocps...
  13. J

    Possible Bug

    I just upgraded my proxmox cluster to the latest version in the repo using the instructions posted on the wiki. Everything went prefect. The one exception is this: From the web interface display the list of all vms. Then click on one of the vms to display the details and I get '404 page not...