Displaying 13 results from an estimated 13 matches for "10721".
Did you mean:
1072
2003 Nov 15
10
MeetMe problem
Hi guys,
Having a bit of a problem trying to get conference bridges working. In my
meetme.conf file I have the following line
[rooms]
conf => 6000
In my extensions.conf file I have:
exten => 1000,1,MeetMe,6000
My problem is that when I dial into extension 1000 it is telling me "this
is not a valid conference number". Can anybody telling me what I'm doing
wrong here?
2013 Oct 01
1
Re: (Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
...-redir,?' -device 'ide-drive,?' -device 'usb-host,?' -device
'scsi-generic,?') unexpected exit status 1: Could not access KVM kernel
module: No such file or directory
failed to initialize KVM: No such file or directory
No accelerator found!
2013-09-26 12:20:14.030+0000: 10721: error : xenHypervisorDoV2Sys:1011 :
Unable to issue hypervisor ioctl 3166208: Permission denied
2013-09-26 12:20:14.030+0000: 10721: error : xenHypervisorDoV2Sys:1011 :
Unable to issue hypervisor ioctl 3166208: Permission denied
2013-09-26 12:20:14.030+0000: 10721: error : xenHypervisorDoV2Sys:101...
2013 Oct 04
7
Re: (Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
...e-drive,?' -device 'usb-host,?' -device
> 'scsi-generic,?') unexpected exit status 1: Could not access KVM
> kernel module: No such file or directory
> failed to initialize KVM: No such file or directory
> No accelerator found!
>
> 2013-09-26 12:20:14.030+0000: 10721: error : xenHypervisorDoV2Sys:1011
> : Unable to issue hypervisor ioctl 3166208: Permission denied
> 2013-09-26 12:20:14.030+0000: 10721: error : xenHypervisorDoV2Sys:1011
> : Unable to issue hypervisor ioctl 3166208: Permission denied
> 2013-09-26 12:20:14.030+0000: 10721: error : xenH...
2013 Sep 30
6
Re: (Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
hi,
i am using debian flavor called BOSS.
*uname -a*
Linux boss 3.2.0-4-amd64 #1 SMP Debian 3.2.41-2 x86_64 GNU/Linux
i installed XEN-4.2.1 from the source.
*virsh # version*
error: failed to connect to the hypervisor
error: no valid connection
error: Failed to connect socket to
'/usr/local/var/run/libvirt/libvirt-sock': No such file or directory
*
*
*root@boss[src]#libvirtd -v*
2013 Sep 30
2
Re: (Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
On lun, 2013-09-30 at 11:27 +0530, cooldharma06 wrote:
> hi,
>
Hi,
> thanks for your response.
>
>
> i cleaned that above one and installed in this following steps:
>
>
> * sudo apt-get install gcc make pkg-config libxml2-dev libgnutils-dev
> libdevmapper-dev libcurl4-gnutls-dev python-dev libpciaccess-dev
> libxen-dev libnl-dev
>
Oh, so you are on
2013 Oct 07
2
Re: (Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
...t;> > 'scsi-generic,?') unexpected exit status 1: Could not access KVM
>> > kernel module: No such file or directory
>> > failed to initialize KVM: No such file or directory
>> > No accelerator found!
>> >
>> > 2013-09-26 12:20:14.030+0000: 10721: error : xenHypervisorDoV2Sys:1011
>> > : Unable to issue hypervisor ioctl 3166208: Permission denied
>> > 2013-09-26 12:20:14.030+0000: 10721: error : xenHypervisorDoV2Sys:1011
>> > : Unable to issue hypervisor ioctl 3166208: Permission denied
>> > 2013-09-26 12...
2013 Oct 05
3
Re: (Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
...b-host,?' -device
> > 'scsi-generic,?') unexpected exit status 1: Could not access KVM
> > kernel module: No such file or directory
> > failed to initialize KVM: No such file or directory
> > No accelerator found!
> >
> > 2013-09-26 12:20:14.030+0000: 10721: error : xenHypervisorDoV2Sys:1011
> > : Unable to issue hypervisor ioctl 3166208: Permission denied
> > 2013-09-26 12:20:14.030+0000: 10721: error : xenHypervisorDoV2Sys:1011
> > : Unable to issue hypervisor ioctl 3166208: Permission denied
> > 2013-09-26 12:20:14.030+0000:...
2005 May 04
1
Problem (?) with 1.0-stable
... Version from April 26, gives me the following errors in the imap log
file :
dovecot: May 04 09:56:58 Error: IMAP(m6933192-4): file mbox-sync.c: line
1262 (mbox_sync_do): assertion failed: (sync_ctx->ibox->mbox_sync_dirty)
dovecot: May 04 09:56:58 Error: child 10721 (imap) killed with signal 6
This occurs sporadically and vanishes after some time. Is this something
to worry about or not.
I have
mbox_dirty_syncs = yes
Or does this just say "I am falling back to reading the whole mailbox"?
Yours,
Jakob Curdes
2014 Aug 22
5
[LLVMdev] [RFC] Raising LLVM minimum required MSVC version to 2013 for trunk
Starting a new thread to loop in cfe-dev and lldb-dev. For those not following along there has been a thread on llvm-dev about moving the minimum required Visual Studio version to 2013. The motivating reason is this will allow us to take advantage of a bunch of C++11 features that are not supported by MSVC 2012. According to MSDN (http://msdn.microsoft.com/en-us/library/hh567368.aspx) the list is:
2006 Aug 16
1
Naming rights_roles join model using has_many :through and polymorphic associations
Hi.
I have a couple of best practices questions regarding polymorphic
associations, naming join tables and user permissions.
Currently I have implemented the user authentication model from the
rails recipes book. Basically it goes something like this:
MODEL CLASSES:
class User < ActiveRecord::Base
has_and_belongs_to_many :roles
end
class Role < ActiveRecord::Base
2008 Aug 02
2
64bit vs 32bit
I am upgrading a server that mounts in a rack. Its going on the
cheapest socket 775 CPU I can buy and in a 1u rack case. All its for
is keeping some log files and doing some simple MYSQL/PHP database
stuff. Not a work horse at all. Anyway, is it better to go 64bit or
32bit for the CentOS 5.x install? I do not see needing huge amounts
of RAM or anything like that on this box. Would the 32bit
2017 Jul 30
1
Lose gnfs connection during test
...10.147.4.99 not responding, still trying
10719 18:53:28.873 /var/log/messages: Jul 30 18:53:02 localhost_10
kernel: nfs: server 10.147.4.99 not responding, still trying
10720 18:53:28.873 /var/log/messages: Jul 30 18:53:02 localhost_10
kernel: nfs: server 10.147.4.99 not responding, still trying
10721 18:53:28.873 /var/log/messages: Jul 30 18:53:02 localhost_10
kernel: nfs: server 10.147.4.99 not responding, still trying
Here is the error message in nfs.log for gluster:
19:26:18.440498] I [rpc-drc.c:689:rpcsvc_drc_init] 0-rpc-service: DRC
is turned OFF
[2017-07-30 19:26:18.450180] I [glus...
2014 Sep 30
4
[LLVMdev] [cfe-dev] [RFC] Raising LLVM minimum required MSVC version to 2013 for trunk
...ire
> /bigobj support (see http://reviews.llvm.org/D5485). This change
> relies on function templates with default arguments, which MSVC does
> not support (it generates a C4519 error in MSVC 2012), resulting in
> red bots (http://bb.pgr.jp/builders/ninja-clang-i686-msc17-
> R/builds/10721).
I have a sad bot failing to build in Debug mode, glad to know there's
a fix in the works.
>
> This is a considerably more interesting case (at least to me) than
> hypothetical benefits -- if we retain MSVC 2012 support, we will also
> require /bigobj support, have slower compil...