similar to: "Failed to start domain..."

Displaying 20 results from an estimated 500 matches similar to: ""Failed to start domain...""

2015 Nov 30
1
Re: "Failed to start domain..."
> This means there was an error (some function returned -1), but the > error message was not set. Could you capture the backtrace when this > happens? It's hard to find the exact point, but going function and > checking what returns -1 should do. Assuming by "backtrace" you mean the strace output, I went to the end of the file, and then did a reverse search for -1; here
2015 Jun 09
4
File copy operation blocks on Samba share
Hello, I am running a server with cifs-utils 6.0 on Ubuntu 14.04 trusty with a CIFS mount as follows: //server/share /mnt/Share cifs rw,relatime,vers=1.0,cache=strict,username=myuser,domain=EXAMPLE,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.0.8,unix,posixpaths,serverino,acl,rsize=1048576,wsize=65536,actimeo=1 0 0 I am using perl's File::Copy function to copy several hundred files from
2010 Nov 05
4
xe cli not working on remote machine
Hi list, I have 3 Citrix Xenserver 5.6  and currently building a a VM backup server. I took the xe client on one of the server and installed it on the backup server (gentoo based) installed the stunnel package to make XE work. now when running, I get this error message : [server ­~ #] ./xe help -debug -s 192.168.111.17 -u user -pw pass Connecting via stunnel to [192.168.111.17] port [443]
2006 Jun 06
1
Asterisk 1.2.7.1 bad file descriptor
Hi all, could someone tell me what this does mean "bad file descriptor" when trying to start asterisk. It goes till the CLI command and then die with this message. Below an strace output from asterisk -vvvvvvvvvc It's on debian Sarge kernel 2.6.7 with packages from debian VoIP team. The server was running fine till now with this version. Thanks
2009 Oct 23
3
rdtsc in userspace
I''m continuing to investigate the usage of rdtsc in userspace and whether there are programs "out there" that use it "unsafely" that might randomly break under Xen if rdtsc is not emulated, e.g. across a migration. Some have argued that nobody should use rdtsc and any programs that use rdtsc directly are "fundamentally broken" so the default for rdtsc
2016 Aug 30
1
UPS shutdown
Hi All, I'm trying to shutdown my UPS using NUT driver version upsdrvctl -V Network UPS Tools - UPS driver controller* 1.01-906.* My UPS details are the following : battery.charge: 100 battery.charge.low: 5 battery.charge.warning: 50 battery.runtime: 22980 battery.runtime.low: 120 battery.type: PbAc battery.voltage: 26.8 battery.voltage.nominal: 24.0 *device.mfr: American Power Conversion*
2015 Nov 27
0
Re: "Failed to start domain..."
On Wed, Nov 25, 2015 at 04:17:47PM -0500, Ken D'Ambrosio wrote: >Sadly, I'm back with another issue. I can do a "system list --all" >just fine; however, if I attempt to start the machines, I get back: > >maas@Bill-MAAS-cc:~$ strace -s 1024 -f -o /tmp/asdfasdf.log virsh -c >vbox+ssh://gbadmin@10.20.0.1/system start PXE-client-07 >error: Failed to start domain
2012 Nov 21
1
Conntrackd - fail at startup.
Hi all. I currently try to start conntrackd to test it. CentOS release 6.3 (Final) Linux lb1.local 2.6.32-279.11.1.el6.x86_64 #1 SMP Tue Oct 16 15:57:10 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux This is a VirtualBox vm. I try: /usr/sbin/conntrackd -C /etc/conntrackd/conntrackd.conf -d My config: [root at lb1 log]# egrep -v '^\s*#|^$' /etc/conntrackd/conntrackd.conf | less Sync {
2011 Jul 01
2
SNOW libraries/functions, rGenoud
Dear group, does anybody know how to export libraries/functions to all nodes when launching snow? I want to use a function from fBasics (dstable) for a rGenoud optimization routine, but I fail "making the function accessible" to the nodes created. I know how it works for variables, I know how it works in snowfall(which cant be used in that case), but I dont know how it culd work in
2012 Sep 27
3
NUT Bugs #313634 & #313714: unification & encapsulation of timer proposition
?Hello everybody, I'm working on the "Use difftime for time comparison" bug (#313634). Charles directed me to the other one "Use monotonic clock for monitoring" attended to by Baruch; I believe that's very good idea, however I'd use a bit more encapsulated & general approach: 1/ I'd create an opaque timer type and its get/set/cmp/inc/dec etc interface
2015 Jun 10
0
File copy operation blocks on Samba share
On Tue, Jun 09, 2015 at 10:40:18AM -0500, Andrew Martin wrote: > Hello, > > I am running a server with cifs-utils 6.0 on Ubuntu 14.04 trusty with a CIFS > mount as follows: > //server/share /mnt/Share cifs >
2015 Jan 03
2
Samba4 Kerberos kinit does not resolve kdc hostname
Hi, i am really depressed at this moment. I set up an domain controller using samba4 and an raspberry pi. I can join the domain and everything works BUT kerberos has some strange problems resolving my raspberry hostname. First of all some information: Raspberry pi is DHCP Server and DNS-Server (BIND9). First of all the configurations: Code: /usr/local/samba/etc/smb.conf # Global
2015 Jan 03
2
Samba4 Kerberos kinit does not resolve kdc hostname
Hi, /etc/resolv.conf looks exactly like this: domain family.rapsberry.local search family.rapsberry.local nameserver 192.168.178.222 So to answer your question: yes the only Nameserver the raspberry has is itself. Greetings Am 2015-01-03 um 7:40 PM schrieb Rowland Penny: > On 03/01/15 16:31, Robert Hartmann wrote: >> Hi, >> >> i am really depressed at this moment. I set
2015 Sep 07
4
LibC++ tests in tree
Folks, I'm running the libc++ tests in tree [1] and I'm seeing two class of errors: 1. -lrt is used, but there is no such "librt.a" in the path. Results are that some symbols are not found, or that the DSO object wasn't. Adding a symlink in build/lib/librt.a to build/clang/3.8.0/lib/linux/libclang_rt.builtins-aarch64.a worked. 2. "collate_byname failed to construct
2003 Oct 20
3
Problem with "add user script"
Problem - smbpasswd does not seem to be recognizing my "add user script" option to automatically create Unix users when adding a samba user. I am running Samba version 2.2.8a (from source) on a Linux (Redhat 8.0) system. Relevant lines from smb.conf: [global] server string=Samba Server netbios name = smbpdc security = user domain logons=yes domain master = yes
2004 Oct 31
2
ISDN CARD
Im looking for a ISDN card that works under asterisk and supports BRI line. And I just can`t findit. Momently im using card INTERNAL, but Im having problems, asterisk on startup when loading modem fails (i4l driver). Can you please help me, or point to a www address where culd I find some help. Best regards, Bostjan Repnik -------------- next part -------------- An HTML attachment was
2010 Nov 20
1
R-.12.0 atlas lapack
Greetings, I last built R-2.11.1 a few months ago. The computer was equipped with these:- ---cpu amd64 2 cores ---o/s cblfs 64-bit only linux kernel-2.6.32 gcc-4.4.2 jdk(1.5)-6U20? ---bls atlas3.9.26 lapacck-3.2.1 I obtained an installed directory of ~58Mbytes and in the ~/lib directory was libR.so (~7.8Mbytes in size) as well as libRblas.so and libRlapack.so (~2.9Mbytes). I have
2015 Jan 03
1
Samba4 Kerberos kinit does not resolve kdc hostname
Hi, thank you so! much. Turning off avahi daemon was the solution! rapsberry instead of raspberry is a typo during porivision actually. Thank you again :) I will write an entry on my blog to make sure that does not happen again. One last time for google bots. IF you receive kinit: Cannot contact any KDC for realm while getting initial credentials make sure you don't run avahi However
2008 Jul 07
1
SIGPIPE in assorted apps after "yum update"
Hello, I have several systems which I recently updated with yum -y update to all the latest packages. These systems use yum-priorities and use the CentOS (priority 1) EPEL (priority 5) and rpmforge (priority 10) repositories. After the updates, dhcpd stopped working with a SIGPIPE error which occurs shortly after it attempts to fork into the background. I worked around that problem by building
2006 Aug 18
1
User and sessions
When tracking a user is it correct to use the session user and id ? In other words if a user logs in and wants to display all of their records would one of the find conditions be session[id] ? TIA Stuart