search for: child_except

Displaying 16 results from an estimated 16 matches for "child_except".

2013 May 31
1
Can't provision with BIND9_DLZ
.../usr/lib64/python2.7/subprocess.py", line 493, in call return Popen(*popenargs, **kwargs).wait() File "/usr/lib64/python2.7/subprocess.py", line 679, in __init__ errread, errwrite) File "/usr/lib64/python2.7/subprocess.py", line 1249, in _execute_child raise child_exception Same with 4.0.6 on the same box. What have I done wrong? Thanks
2017 Jul 10
2
using samba with bind dlz
.../usr/lib64/python2.7/subprocess.py", line 168, in call return Popen(*popenargs, **kwargs).wait() File "/usr/lib64/python2.7/subprocess.py", line 390, in __init__ errread, errwrite) File "/usr/lib64/python2.7/subprocess.py", line 1024, in _execute_child raise child_exception
2017 Jun 03
0
Building from source on an ARM71 based router
...pproc.Popen([lastprog] + args, > stdout=Utils.pproc.PIPE, stderr=Utils.pproc.PIPE) > File "/opt/usr/lib/python2.7/subprocess.py", line 390, in __init__ > errread, errwrite) > File "/opt/usr/lib/python2.7/subprocess.py", line 1024, in > _execute_child raise child_exception > OSError: [Errno 2] No such file or directory > I am not an expert here, but there seems to be something wrong with your version of 'subprocess.py'. I use a debian based distro and if I look at my version of 'subprocess.py', the line that is throwing the exception isn...
2017 Jun 03
3
Building from source on an ARM71 based router
...ode proc = Utils.pproc.Popen([lastprog] + args, stdout=Utils.pproc.PIPE, stderr=Utils.pproc.PIPE) File "/opt/usr/lib/python2.7/subprocess.py", line 390, in __init__ errread, errwrite) File "/opt/usr/lib/python2.7/subprocess.py", line 1024, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory On Sat, Jun 3, 2017 at 2:58 AM, Andrew Bartlett <abartlet at samba.org> wrote: > On Fri, 2017-06-02 at 20:59 -0400, Zac Morris via samba wrote: > > I am trying to build Samba 4.6.4 on an ARM 7 Cortex based router (Netgear > > R8...
2014 Apr 25
1
Samba 4.1.4 compilation error
...astprog] + args, stdout=Utils.pproc.PIPE, stderr=Utils.pproc.PIPE) File "/home/samba/samba-4.1.4/buildtools/wafadmin/pproc.py", line 165, in __init__ errread, errwrite) File "/home/samba/samba-4.1.4/buildtools/wafadmin/pproc.py", line 536, in _execute_child raise child_exception OSError: [Errno 8] Exec format error make: *** [doconfig] Error 1 ,,,.....??????????............................ Regards, Shivappa
2017 Jun 03
2
Building from source on an ARM71 based router
...ode proc = Utils.pproc.Popen([lastprog] + args, stdout=Utils.pproc.PIPE, stderr=Utils.pproc.PIPE) File "/opt/usr/lib/python2.7/subprocess.py", line 390, in __init__ errread, errwrite) File "/opt/usr/lib/python2.7/subprocess.py", line 1024, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory So something seems to be wrong at the "*Checking uname sysname type*" step and I just can't figure out what it is. I've tried parsing through all of the individual python scripts lists above, but I just don't know enough Pytho...
2014 Dec 22
0
Yum error
...ssnapshots.py", line 59, in _list_vg_names stdout=subprocess.PIPE, stderr=subprocess.PIPE) File "/usr/lib64/python2.7/subprocess.py", line 711, in __init__ errread, errwrite) File "/usr/lib64/python2.7/subprocess.py", line 1308, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory (What file is for "No such file or directory"?) Running yum with debug option I can't get useful information. ls -1 /etc/yum.repos.d/ CentOS-Base.repo CentOS-Debuginfo.repo CentOS-fasttrack.repo CentOS-Sources.repo CentOS-Vault.repo...
2013 May 28
0
4.0.6 error: AD based DNS cannot be used
.../usr/lib64/python2.7/subprocess.py", line 493, in call return Popen(*popenargs, **kwargs).wait() File "/usr/lib64/python2.7/subprocess.py", line 679, in __init__ errread, errwrite) File "/usr/lib64/python2.7/subprocess.py", line 1249, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory
2017 Jul 10
0
using samba with bind dlz
...2.7/subprocess.py", line 168, in > call return Popen(*popenargs, **kwargs).wait() > File "/usr/lib64/python2.7/subprocess.py", line 390, in __init__ > errread, errwrite) > File "/usr/lib64/python2.7/subprocess.py", line 1024, in > _execute_child raise child_exception I normally just install Bind 9, then configure it, but do not start it before provisioning Samba. What version of Bind is installed ? Rowland
2011 Sep 05
1
linux xfs
...ting mpaths. Drivelist: ['sda', 'sdb'] 20:15:01 DEBUG : adding drive sda to disk list 20:15:04 INFO : formatting / as xfs 20:15:04 CRITICAL: Traceback (most recent call first): File "/usr/lib64/python2.4/subprocess.py", line 996, in _execute_child raise child_exception File "/usr/lib64/python2.4/subprocess.py", line 550, in __init__ errread, errwrite) File "/tmp/treedir.24003/instimage/usr/lib/anaconda/iutil.py", line 51, in execWithRedirect stderr=stderr, preexec_fn=chroot, cwd=root) File "/tmp/treedir.24003/instim...
2011 Dec 07
1
XCP Debi an - ISCSI support?
...= subprocess.Popen(args,stdin=subprocess.PIPE,stdout=subprocess.PIPE,stderr=su bprocess.PIPE,close_fds=True) File "/usr/lib/python2.7/subprocess.py", line 679, in __init__ errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1249, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory Does the current xapi have remote SR capability built into it yet? If not, is it possible to set the SR as LVM and have it set to share=true so that I can still have the benefits of live migrations etc? Thanks, Jonathan
2017 Jul 10
3
using samba with bind dlz
...line 168, in > > call return Popen(*popenargs, **kwargs).wait() > > File "/usr/lib64/python2.7/subprocess.py", line 390, in __init__ > > errread, errwrite) > > File "/usr/lib64/python2.7/subprocess.py", line 1024, in > > _execute_child raise child_exception > > I normally just install Bind 9, then configure it, but do not start it > before provisioning Samba. > > What version of Bind is installed ? > > Rowland > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists....
2018 Mar 26
0
talloc configure error for armv8be
...in __init__ real_Popen.__init__(*(obj, args), **kw) File "…/tmp/sysroots/x86_64-linux/usr/lib/python2.7/subprocess.py", line 710, in __init__ errread, errwrite) File "…/tmp/sysroots/x86_64-linux/usr/lib/python2.7/subprocess.py", line 1335, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory WARNING: temp/run.do_configure:1 exit 1 from This error is caused by using armv8be toolchain,le(little endian) is ok. I think there is something wrong with uname sysname. Does anyone know the reason? ------------------------------------------------...
2018 Sep 07
2
Schema Update to store TPM data in AD DS
Hi all, has anyone here experience with storing BitLocker and TPM data in AD DS on Samba? I have stumbled across this Microsoft page ( https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-8.1-and-8/jj635854%28v%3dws.11%29) stating that Windows 2008 R2 needs a schema extension to handle this. Since this is not listed as a safe update in the wiki (
2012 Oct 30
1
Bug#691805: xcp-storage-managers: Wrong path in iSCSI storage driver script
...c = subprocess.Popen(args,stdin=subprocess.PIPE,stdout=subprocess.PIPE,stderr=subprocess.PIPE,close_fds=True) File "/usr/lib/python2.7/subprocess.py", line 679, in __init__ errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1249, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory So I figured out that the SR creator script was trying to execute some binary using a wrongpath. Comparing the /usr/lib/xcp/sm/iscsilib.py script from the xcp-storage-managers Debian package with its equivalent script shipped with XCP CentOS-based...
2018 Jan 17
12
[6.0.0 Release] Release Candidate 1 tagged
Dear testers, Start your engines; 6.0.0-rc1 was just tagged. I know there are still open blockers and it's early in the process in a way, but I'd like to find out where we are. Please run the test script, let me know the results, and upload binaries. Thanks, Hans