Displaying 20 results from an estimated 26 matches for "transaction_start".
2010 Jun 30
6
Xen 4 - Error 111 Refused Connection
...mbda t: t.mkdir(*args))
File
"/usr/lib64/python2.6/site-packages/xen/xend/xenstore/xstransact.py",
line 361, in complete
t = xstransact(path)
File
"/usr/lib64/python2.6/site-packages/xen/xend/xenstore/xstransact.py",
line 29, in __init__
self.transaction = xshandle().transaction_start()
File "/usr/lib64/python2.6/site-packages/xen/xend/xenstore/xsutil.py",
line 18, in xshandle
xs_handle = xen.lowlevel.xs.xs()
Error: (111, ''Connection refused'')
tail -f xend-debug.log
cat: /sys/bus/scsi/devices/host5/model: No such file or directory
cat: /sys/bu...
2014 Apr 10
0
Bug#744163: xenstore problems
...self._allocateDeviceID)
File "/usr/lib/xen-4.1/bin/../lib/python/xen/xend/xenstore/xstransact.py", line 361, in complete
t = xstransact(path)
File "/usr/lib/xen-4.1/bin/../lib/python/xen/xend/xenstore/xstransact.py", line 29, in __init__
self.transaction = xshandle().transaction_start()
Error: (2, 'No such file or directory')
[2014-04-01 10:58:08 4821] ERROR (XendDomainInfo:488) VM start failed
After this, the system is left in an inconsistent state:
# xm list|grep x
x 69 1024 1 --ps-- 0.0
# xm destroy x
Error: (2, ...
2024 Nov 20
1
samba-tool computer delete does not work
...quot;%s"'
> should be printed.
Try blocks don't work like that in python -- they are not transactions,
just a kind of goto-on-error. So the deletion of the original object is
never going to be rolled back, control-C or not.
We *could* make it a transaction, by sprinkling
`samdb.transaction_start()`, `samdb.transaction_commit()`,
`samdb.transaction_cancel()` around in the right places (which could let
control-C cancel the whole thing, but ).
In any case, DNS still looks like the problem.
Douglas
2011 Apr 01
2
Need help with an issue after upgrading to 4.1.0
...a t: t.read(*args))
File "/usr/lib64/python2.6/site-packages/xen/xend/xenstore/xstransact.py",
line 361, in complete
t = xstransact(path)
File "/usr/lib64/python2.6/site-packages/xen/xend/xenstore/xstransact.py",
line 29, in __init__
self.transaction = xshandle().transaction_start()
Error: (19, ''No such device'')
The no such file or directory errors existed in 4.0.1 as well and never
cause me an issue. It''s the exception starting xend that is killing me.
I have attempted to search the userlist without any success. Has anyone seen
the issue an...
2024 Nov 22
1
samba-tool computer delete does not work
...printed.
>
> Try blocks don't work like that in python -- they are not
> transactions, just a kind of goto-on-error. So the deletion of the
> original object is never going to be rolled back, control-C or not.
>
> We *could* make it a transaction, by sprinkling
> `samdb.transaction_start()`, `samdb.transaction_commit()`,
> `samdb.transaction_cancel()` around in the right places (which could
> let control-C cancel the whole thing, but ).
>
> In any case, DNS still looks like the problem.
>
> Douglas
>
>
Hi Douglas,
Yes, now I stop and really think abou...
2019 Nov 13
2
"samba-tool backup offline" stuck
On 2019-11-13 09:30, Andrew Bartlett wrote:
> Regarding your problem, on linux I use lslocks to debug from here, you
> can normally work out which process is holding the lock, which lock it
> is waiting on (if any, marked with a *) and gdb that to work out what
> is the matter with it, and perhaps why it is in that situation.
Hmm...
I have no lslocks on FreeBSD; will lsof do?
In
2010 Mar 31
1
Xend not starting (Lenny backport of Xen 3.4.3-rc3)
...plete(path, lambda t: t.mkdir(*args))
File "/usr/lib/xen-3.4/lib/python/xen/xend/xenstore/xstransact.py",
line 361, in complete
t = xstransact(path)
File "/usr/lib/xen-3.4/lib/python/xen/xend/xenstore/xstransact.py",
line 29, in __init__
self.transaction = xshandle().transaction_start()
File "/usr/lib/xen-3.4/lib/python/xen/xend/xenstore/xsutil.py", line
18, in xshandle
xs_handle = xen.lowlevel.xs.xs()
Error: (111, 'Connection refused')
[2010-03-31 22:40:52 8813] INFO (SrvDaemon:220) Xend exited with status 1.
2009 Apr 01
1
[Announce] Samba 3.3.3 Available for Download
...39;'t let smbd child processes panic.
* Add backend_requires_messaging() method to libsmbconf.
* Add methods is_writeable() and wrapper smbconf_is_writeable() to libsmbconf.
* Fall back to file backend when no valid backend was found.
* Fix a memleak in dbwrap_rbt.
* Provide transaction_start|commit|cancel fns for the registry tdb.
* Speed up "net conf drop".
* Speed up "net conf import".
* Add transactions to the libsmbconf API.
* Reduce memory usage of "net conf import".
* Registry cleanup.
* Fix handling of SAMBA_VERSION_VENDOR_PA...
2009 Apr 01
1
[Announce] Samba 3.3.3 Available for Download
...39;'t let smbd child processes panic.
* Add backend_requires_messaging() method to libsmbconf.
* Add methods is_writeable() and wrapper smbconf_is_writeable() to libsmbconf.
* Fall back to file backend when no valid backend was found.
* Fix a memleak in dbwrap_rbt.
* Provide transaction_start|commit|cancel fns for the registry tdb.
* Speed up "net conf drop".
* Speed up "net conf import".
* Add transactions to the libsmbconf API.
* Reduce memory usage of "net conf import".
* Registry cleanup.
* Fix handling of SAMBA_VERSION_VENDOR_PA...
2005 Oct 03
26
xenstore documentation
hi,
it would be extremely useful for me if someone with knowledge of how
the current tools and drivers use Xenstore would be kind enough to
update the Wiki with current information. I have been spending quite a
lot of time trying to get my domU connected to a block device in dom0
using a home-brewed domain creation tool, and I am still at the
''Timeout connecting to device!''
2019 Nov 21
0
"samba-tool backup offline" stuck
...; def backup_secrets(self, private_dir, lp, logger):
> secrets_path = os.path.join(private_dir, 'secrets')
> secrets_obj = Ldb(secrets_path + '.ldb', lp=lp)
> logger.info('Starting transaction on ' + secrets_path)
> secrets_obj.transaction_start()
> self.offline_tdb_copy(secrets_path + '.ldb')
> self.offline_tdb_copy(secrets_path + '.tdb')
> secrets_obj.transaction_cancel()
Could the problem be here?
I'm not attempting to alter this, before understanding it fully, though.
bye &...
2019 Nov 21
1
"samba-tool backup offline" stuck
...rets(self, private_dir, lp, logger):
> > secrets_path = os.path.join(private_dir, 'secrets')
> > secrets_obj = Ldb(secrets_path + '.ldb', lp=lp)
> > logger.info('Starting transaction on ' + secrets_path)
> > secrets_obj.transaction_start()
> > self.offline_tdb_copy(secrets_path + '.ldb')
> > self.offline_tdb_copy(secrets_path + '.tdb')
> > secrets_obj.transaction_cancel()
>
> Could the problem be here?
> I'm not attempting to alter this, before understanding it...
2009 Nov 17
0
xend and xen-tool crashed after intensive operation
..._refresh(refresh_shutdown = False)
File "/usr/lib64/python2.5/site-packages/xen/xend/XendDomain.py", line
396, in _refresh
txn = xstransact()
File "/usr/lib64/python2.5/site-packages/xen/xend/xenstore/xstransact.py",
line 21, in __init__
self.transaction = xshandle().transaction_start()
Error: (9, ''Bad file descriptor'')
*So I tried to restart xend daemon but failed to do so. *
*What is the problem for this? and How can I re-run the guests without
rebooting the physical machine? *
>service xend start
Starting xen daemons: xenstored blktapctrl xenconsoled xen...
2006 Dec 02
3
Bug#401249: xen-utils-common: xenbr0 not being created
...t.mkdir(*args))
File "/usr/lib/xen-3.0-unstable-1/lib/python/xen/xend/xenstore/xstransact.py", line 351, in complete
t = xstransact(path)
File "/usr/lib/xen-3.0-unstable-1/lib/python/xen/xend/xenstore/xstransact.py", line 20, in __init__
self.transaction = xshandle().transaction_start()
File "/usr/lib/xen-3.0-unstable-1/lib/python/xen/xend/xenstore/xsutil.py", line 18, in xshandle
xs_handle = xen.lowlevel.xs.xs()
Error: (111, 'Connection refused')
[2006-12-02 02:26:50 xend 2940] INFO (__init__:1072) Xend exited with status 1.
I have another Debian sid wh...
2006 May 11
0
"Exception starting xend ((2, ''No such file or directory''))" - what file?
...ne 317, in Mkdir
complete(path, lambda t: t.mkdir(*args))
File "/usr/lib/python/xen/xend/xenstore/xstransact.py", line 323, in complete
t = xstransact(path)
File "/usr/lib/python/xen/xend/xenstore/xstransact.py", line 20, in __init__
self.transaction = xshandle().transaction_start()
File "/usr/lib/python/xen/xend/xenstore/xsutil.py", line 18, in xshandle
xs_handle = xen.lowlevel.xs.xs()
RuntimeError: (2, ''No such file or directory'')
(END)
--
Rasputin :: Jack of All Trades - Master of Nuns
http://number9.hellooperator.net/
________________...
2010 May 25
0
Loss of hypervisor control - xm, xentop
...self._refresh(refresh_shutdown = False)
File "/usr/lib/xen-3.2-1/lib/python/xen/xend/XendDomain.py", line 396,
in _refresh
txn = xstransact()
File "/usr/lib/xen-3.2-1/lib/python/xen/xend/xenstore/xstransact.py",
line 29, in __init__
self.transaction = xshandle().transaction_start()
Error: (32, ''Broken pipe'')
All the same (xen) processes are running on both machines:
ps waux|grep xen
root 63 0.0 0.0 0 0 ? S< May19 0:00
[xenwatch]
root 64 0.0 0.0 0 0 ? S< May19 0:00
[xenbus]
root 4251...
2010 May 26
1
Samba4 Patch: newuseradv and newgroupadv scripts for net cmd utlity
Hi all,
As per Jelmer's request - in response to bug #7455 attached diff file.
Please let me know what you think and if any modificationes need to be
performed
Regards
Luk
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: newusergroupadv.diff
URL:
2009 Jul 26
0
Bug#538766: xen-utils-common: fail to start xend
...t: t.mkdir(*args))
File "/usr/lib/xen-3.2-1/bin/../lib/python/xen/xend/xenstore/xstransact.py", line 361, in complete
t = xstransact(path)
File "/usr/lib/xen-3.2-1/bin/../lib/python/xen/xend/xenstore/xstransact.py", line 29, in __init__
self.transaction = xshandle().transaction_start()
File "/usr/lib/xen-3.2-1/bin/../lib/python/xen/xend/xenstore/xsutil.py", line 18, in xshandle
xs_handle = xen.lowlevel.xs.xs()
Error: (111, 'Connection refused')
[2009-07-27 00:48:52 14846] INFO (SrvDaemon:219) Xend exited with status 1.
2009 Jul 13
0
Bug#536806: xen-utils-common - xend start fails
...lambda t: t.mkdir(*args))
File "/usr/lib/xen-3.2-1/bin/../lib/python/xen/xend/xenstore/xstransact.py",
line 361, in complete
t = xstransact(path)
File "/usr/lib/xen-3.2-1/bin/../lib/python/xen/xend/xenstore/xstransact.py",
line 29, in __init__
self.transaction = xshandle().transaction_start()
File "/usr/lib/xen-3.2-1/bin/../lib/python/xen/xend/xenstore/xsutil.py", line
18, in xshandle
xs_handle = xen.lowlevel.xs.xs()
Error: (111, 'Connection refused') es lag an der neuen xen-utils-common
Version 3.3.1-1.
Ich habe auf 3.2.0-2 gedowngegradet und xend l?uft wiede...
2006 May 22
2
Bug#368531: RuntimeError: (111, 'Connection refused')
...rgs))
File "/usr/lib/python2.3/site-packages/xen/xend/xenstore/xstransact.py", line 323, in complete
t = xstransact(path)
File "/usr/lib/python2.3/site-packages/xen/xend/xenstore/xstransact.py", line 20, in __init__
self.transaction = xshandle().transaction_start()
File "/usr/lib/python2.3/site-packages/xen/xend/xenstore/xsutil.py", line 18, in xshandle
xs_handle = xen.lowlevel.xs.xs()
RuntimeError: (111, 'Connection refused')
The machine is a plain etch.
The kernel is a binary obtained from Xen.
The previous installati...