search for: astcli

Displaying 10 results from an estimated 10 matches for "astcli".

Did you mean: ast_cli
2015 Dec 19
0
[PATCH] nvc0: add hardware ETC2 and ASTC support where possible
On Sat, Dec 19, 2015 at 1:53 PM, Ilia Mirkin <imirkin at alum.mit.edu> wrote: > These are supported on GK20A and GM107. > > Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> > --- > > Was a bit torn on where to place the enums... we're about to gut all > the xml definitions so this seemed appropriate for now. > > Tested on GK20A only. > >
2011 May 10
2
Audio pass through
I'm running a RHEL6 as a development desktop with Fedora 14 (multimedia stuff) and Win XP (corporate email and calendars) running on it as KVM VMs. Everything runs great except for audio pass through. Audio works on the RHEL host. Both VMs see sound cards provided by the VM, but no sound is forthcoming. I have tried adding a PCI audio device from the physical host to the Fedora VM, but then
2006 Feb 10
0
Any way to grep through fast moving consolemessages?
Yeah I do this, 1. create 2 ssh sessions to the same box, 2. on the first session do `script -f /tmp/astcli` 3. `asterisk -r` (and whatever other options you need 4. on the second session `tail -f /tmp/astcli | grep -i 'bob'` (on the grep you may have to ignore control chars if you have colour at cli, I think that's the -a option) then you can modify the grep to look for any messages you...
2015 Dec 19
2
[PATCH] nvc0: add hardware ETC2 and ASTC support where possible
These are supported on GK20A and GM107. Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- Was a bit torn on where to place the enums... we're about to gut all the xml definitions so this seemed appropriate for now. Tested on GK20A only. src/gallium/drivers/nouveau/nv50/nv50_formats.c | 64 +++++++++++++++++++++++++ src/gallium/drivers/nouveau/nvc0/nvc0_screen.c | 10 ++++
2018 Jan 16
3
remote Asterisk console
Hello group, what is the preferred method to connect to asterisk cli over network? I need to run asterisk cli commands remotely. Sharing the unix socket through NFS, if that's working? Or any other approaches, despite using SSH or rlogin, rsh. Thank you Paul
2005 Aug 07
0
ASTCC web can't connect to DB
I noticed another user on this had the same problem that i'm having. Through the webpage I can't connect to database I get "unavailable database" message. In my http logs I get this: [Sun Aug 07 00:13:38 2005] [error] [client 172.25.25.30] DBI connect('database=astcc ; your astcc database name;host=127.0.0.1 ; astc c host name','astccadmin ; your MySQL user
2010 Oct 06
0
KVM Live Migration
We have the following test environment: 2 x CentOS 5.5 KVM virtual hosts 2 x CentOS 5.5 network storage boxes with NFS shares on LVs on DRBD (primary/secondary, no HA, just replication). We have installed both CentOS and Win7 guests which live migrate almost instantly between hosts using Virt Manager (or virsh migrate). The problem is that the guests does not retain their running state after
2010 Oct 15
1
NFS4 + SELinux
All test machines are CentOS 5.5 (RHEL subscriptions purchased). We've had NFS3 storage working fine and decided to try NFS4. We can mount an NFS4 share on our KVM host, but the SELinux file context on the mountpoint directory is magically changed from virt_image_t to nfs_t. Restorecon refuses to change it back. Adding the mount option context=system_u:object_r:virt_image_t on either server
2018 Jan 16
3
remote Asterisk console
...t; network? I need to run asterisk cli commands remotely. > > As others have mentioned: the manager interface is normally better for > running over network. > > The manager interface also has an action calld 'Command' that runs a > CLI command. In fact, contrib/scripts/astcli uses it to allow > providing a remote console. > > Permissions needed for your manager user: For most things just: > > write=command > > To also be able to originate calls: > > write=command,originate > > To also be able to restart / reload: > > write=co...
2010 Oct 21
3
Virt-v2v
Usual prologue: we're testing on CentOS 5.5, RHEL subscriptions purchased. Now trying to use virt-v2v to transfer Win2008 Server guest from ESXi host to KVM host. Have enabled SSH on ESXi host, and can connect using esx+ssh://esxhost, but procedure fails because nc isn't found on ESXi. Fair enough. BTW, ESXi looks like a radically cut down RH system (/etc/sysconfig being the give-away)?