search for: configuraton

Displaying 14 results from an estimated 14 matches for "configuraton".

Did you mean: configuration
2005 May 17
0
Asterisk Realtime extensions configuraton..
Hello everybody, Does anybody know how do we configure the asterisk realtime extensions using Mysql or ODBC. I have gone through the information given on the site www.voi-info.org <http://www.voi-info.org/> , but didn't get thru. Would you please tell me as to how do I go about configuring the asterisk realtime extensions. Thanks in
2016 Apr 25
1
how to create initial configuraton for isoMDS
Hi, I'm trying to use isoMDS to project a directed graph to 2-dim vectors, but I got an error. #here is the code to create the graph using igraph package and run isoMDS on it. library(igraph) library(MASS) g<-make_graph(c(1,2, 2,3, 2,4, 3,4, 4,5, 5,6, 3,6, 1,6, 2,5),directed=TRUE) dist<-distances(g, mode="out") loc<-isoMDS(dist) # below is content of the dist matrix
2009 Oct 12
3
Xen to KVM migration
Hi, I'm thinking about how to go about migrating our Xen VMs to KVM. Migrating the configuraton should be easy using the virsh dumpxml/define commands but what is the best way to transfer the (logical volume based) images without too much downtime for the guest system? Can rsync operate on logical volumes? If so I could potentially use "dd" to transfer an initial copy of the ima...
2006 Feb 08
3
Two Lines, Two Businesses
After tinkering with a hand-knitted extensions.conf based on "Asterisk - TFOT", I've now set up a server with Asterisk@Home and am experimenting with it. I'd appreciated any advice from the more experienced list members about which way to proceed. We (my wife and I) have two separate micro-businesses with two POTS lines plus fax. I'd like to have inbound calls on the two
2007 Apr 22
1
Centos5: RAID1 on root/boot? [+lilo mkinitrd issues]
...o continue using lilo as it works more easily with RAID1 root/boot setups. The deployment guide for Centos5 claims to support RAID1 boot partitions (RHEL4 didn't, and provided a pointer a site in UK which no longer works for more info), it's not clear how exactly a redundant boot block configuraton is achieved with that -- so that if you remove the primary drive, it'll still boot. Anyone have pointers for this? [I've gone through a number of sites with various hacks how to install grub on both disks, but I'm not quite sure which ones are valid, and whether those are needed an...
2007 Jul 18
2
PXE linux install server with CentOS 5
...s. On the server PXE tftp dhcp http server I get the following in /var/log/messages: ---------------------- Jul 18 07:15:47 bfc-srv01 xinetd[6718]: START: tftp pid=9627 from 192.168.0.254 Jul 18 07:15:47 bfc-srv01 in.tftpd[9628]: tftp: client does not accept options ---------------------- Of the configuraton files (in /tftpboot/pxelinux.cfg), which one needs to be changed to accommodate the client (with Broadcom Base code) or do I need to completely change the setup? Any help you can give is appreciated. I can also provide tcpdumps as well if required. Thx.
2005 Feb 17
2
Sangoma A104 - D-Channel problem
...IRQ 10 for device 00:08.0 wanpipe1: AFT PCI memory at 0xEE000000 wanpipe1: IRQ 10 allocated to the AFT PCI card wanpipe1: Initializing for SMP wanpipe1: Starting AFT Quad Hardware Init. wanpipe1: Enabling front end link monitor wanpipe1: Global Chip Configuration: used=1 wanpipe1: Global Front End Configuraton! wanpipe1: T1/E1/J1 Global configuration! wanpipe1: AFT Data Mux Bit Map: 0x76543210 wanpipe1: Setting E1 configuration (Port 1)! wanpipe1: All channels enabled wanpipe1: Front end successful wanpipe1: AFT Security: UnChannelised wanpipe1: Configuring Device :wanpipe1 FrmVr=8 wanpipe1: Global...
2006 Jun 24
4
session alternatives
I have a web application that is getting larger all the time. There are now 3 separate models where I am storing the current find parameters in session hash and it''s beginning to seem to me that this might not be a good idea. Before I add another model to the mess - is there a better way? Do I have to create some table to store the current ''find'' criteria? It seems as
2013 Jan 30
0
Xen 4.2.1. Intel Integrated VGA passthrough. BSOD in Windows guests.
...stall large application) Symptoms: 1) A graphical artifacts appears 2) Then comes the BSOD and each time with different messages. If VGA passthrough is off, there is no such problems. Any ideas? My xl info in xl_info.txt in attachment. My xl dmesg in xl_dmesg.txt in attachment. Domain 0 kernel configuraton in dom0.config. Guest cfg is xl_hvm.cfg in attachment. By the way /dev/mapper/oxen0 is opened LUKS partition Thank you. _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
2013 Oct 26
1
CentOS 6.4, LAMP, MariaDB
Hi, I am trying to install a LAMP stack using MariaDB on CentOS 6.4, 64 bit. I have installed MariaDB by using the MariaDB repository configuraton tool. I installed php by itself. Both MariaDB and php individually test fine. I know that php-mysql has to be installed to complete the LAMP stack installation. From lots of googling I understand that there is a php-mysql and a php-mysqlnd. If I do: # yum list | grep -i php-mysql I only get...
2014 Feb 03
2
Variable expansion and samba 4 AD
Ive been running a samba3 ntdomain for some time on the home lan , with samba4 filtering through in debian, i started playing with a Samba 4 AD/DC got it running in virtualbox, but my running server uses things like includes based on %L and %u and also share visibility based on some of these but , ive had no luck ,under samba 4 AD/DC they do not work, or is this a case of debian doing odd things ?
2013 May 29
1
printserver for Centos 6.4
Hi! I am new here. I am german. My system is a Centos 6.4 on a 2CoreCeleron. Its clones work on different Hardwares and processors. Centos 6.4 is great and very stable. I use it as CMS Webserver, FTP Server, Kolab suite incl. mailserver, Fileserver, Desktop, Skype all at the same time and it is working fine. Now i achieved to install a HP deskjet 1102 on Centos,
2006 Sep 06
0
Can i attach another qdisc (htb) under HFSC classfull ?
Hi, Is it possible to attach another qdisq under a HFSC classfull ? I try it and the configuraton works : $TC qdisc add dev $dev root handle 1: hfsc default 30 $TC class add dev $dev parent 1: classid 1:1 hfsc sc rate ${RATE}mbit ul rate ${RATE}mbit $TC class add dev $dev parent 1:1 classid 1:10 hfsc rt umax 1500b dmax 30ms rate 200kbit $TC class add dev $dev...
2013 Mar 19
7
xen 4.1.3, EFI boot and "no console to OS" problem
Hello All! I have a new OpenSuse 12.2 (with 3.4.33-2.24-xen kernel) + Xen 4.1.3 install on an IBM x3550 server. The system is booted via EFI with Grub2 bootloader and it boots up normally, either with or without Xen. But i have one trouble with it: I can''t get console access working with Xen. The strange thing is, despite the "WARNING: no console will be available to