Search results

  1. G

    USB Sangoma USB-FXO U100 to KVM

    nope never got this working! :( Ended up using the grandstream GXW boxes to handling the PSTN lines.
  2. G

    openVZ Darwin Calendar Server (DCS) Released!

    Newer version published: Revision: 5312 (centos-5-DCS-3.0_1.1_i386.tar.gz) This version fixes: - an issue were proxies could only have one entry for each calendar.
  3. G

    openVZ Darwin Calendar Server (DCS) Released!

    All the calendar data is stored in the file /calData.dsk which is mounted automatically on boot via the loopback device. I've created this as a 1Gb filesystem, if you plan to have lots of users then you might look to make this bigger. It needs to have the user_xattr. Iif you want to upgrade...
  4. G

    openVZ Darwin Calendar Server (DCS) Released!

    Hi all, I've just published an openVZ, centos 5 based build of Darwin Calendar server, this is version 3.0 of the calendar/contact server written by Apple. They have not yet finalised it so this openVZ must also be treated as BETA. It's very simple to setup, download the openVZ put it in...
  5. G

    Proxmox VE 1.5 released [UPDATE]

    Re: Proxmox VE 1.5 released never mind it couldn't find the NFS server with the ISO images on it.
  6. G

    Proxmox VE 1.5 released [UPDATE]

    Re: Proxmox VE 1.5 released just upgraded my 1.4 system... I can't load the "Hardware" page on a KVM.. Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, root and inform...
  7. G

    USB Sangoma USB-FXO U100 to KVM

    I'm trying to setup an Asterisk 1.6 PBX in a Centos KVM. I've plugged the USB-FXO U100 into the proxmox server: Bus 003 Device 003: ID 10c4:8461 Cygnal Integrated Products, Inc. And have the "hostusb: 10c4:8461" entry in the qemu config file. in the KVM, I can see the USB device...
  8. G

    USB UPS to openVZ

    finally got the X64 version installed.. but I'm still getting the same failure... # /usr/local/ups/bin/upsdrvctl start Network UPS Tools - UPS driver controller 2.4.1 Network UPS Tools - MGE UPS SYSTEMS/U-Talk driver 0.89 (2.4.1) tcgetattr(/dev/bus/usb/003/002): Inappropriate ioctl for...
  9. G

    USB UPS to openVZ

    hmmm maybe it..any way around that? Will there be a 64Bit version of centos? Thanks ---Guy
  10. G

    USB UPS to openVZ

    Hello, I'm trying to get nut (Network UPS Tool) working on my centos 5 OpenVZ. I've added the USB device to the devices list in the conf file after finding them with the "lsusb" command. DEVICES="c:189:256:rw c:189:257:rw" and restarted the virtual. I then create the nodes on the...
  11. G

    Debian openVZ with extended Attributes (user_xattr)

    Have a look at this... http://www.rho.cc/index.php/linux2/48-misc/48-installing-darwin-calendar-server-on-centos-5 Thanks --Guy
  12. G

    netapp simulator in an openvz

    There isn't one. I'm trying to telnet to it from inside the openvz running the netapp simulator.
  13. G

    netapp simulator in an openvz

    all the TCPDUMP shows is that my clients are requesting ARP for the IP address and getting the correct MAC address back... but still are not connecting. --Guy
  14. G

    netapp simulator in an openvz

    I'm trying to setup the NetApp simulator inside an openVZ... I can do it in a KVM just fine, but I'd rather use openVZ. I'm using the centos 5 template followed with a yum -y upgrade. I used a VMBR network rather than the virtual ones, as I thought that might have a bearing here... I can...
  15. G

    iSCSI not working with 1.2 upgrade

    yup that's got it. :) Thanks ---Guy
  16. G

    iSCSI not working with 1.2 upgrade

    My upgraded Proxmox servers are not able to use iSCSI. I've tried manually installing the open-iscsi package, but I still get the same error
  17. G

    iSCSI not working with 1.2 upgrade

    Yup works just fine on a fresh installed Proxmox 1.4 but still fails on my upgraded system (production). --Guy
  18. G

    iSCSI not working with 1.2 upgrade

    yeah tried that... do I also have to reboot? # apt-get install open-iscsi Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: pve-kernel-2.6.24-7-pve Use...
  19. G

    iSCSI not working with 1.2 upgrade

    I've upgraded by proxmox from 1.2 to 1.4 and just tried to get iSCSI working. When I try to scan for iSCSI it tells me to install "open-iscsi". If I try the same with a fresh ISO install of proxmox then it works just fine. Seems the upgrade is missing something. Cheers, --Guy