User Tools

Site Tools


virtualization:openvz

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
virtualization:openvz [2012/08/31 13:50]
gcooper
virtualization:openvz [2012/08/31 14:46] (current)
gcooper
Line 83: Line 83:
  
 Acceptable score: >99.975 Acceptable score: >99.975
 +
 +=== Make DAHDI Timing Available to CTs ===
 +
 +This assumes Asterisk is running as the user 'asterisk'.
 +
 +<file>
 +CTID=100
 +vzctl stop $CTID
 +vzctl set $CTID --devnodes dahdi/pseudo:rw --save
 +vzctl start $CTID
 +vzctl exec $CTID chown -R asterisk.asterisk /dev/dahdi /lib/udev/devices/dahdi
 +</file>
 +
 +=== Alternate Method? ===
  
 You can export devices from the Hardware Node (HN) to the container (CT) by using the devnodes flag. You can export devices from the Hardware Node (HN) to the container (CT) by using the devnodes flag.
virtualization/openvz.1346442611.txt.gz · Last modified: 2012/08/31 13:50 by gcooper