search for: systemerror

Displaying 20 results from an estimated 21 matches for "systemerror".

Did you mean: system_error
2024 Jun 20
3
leaving a domain?
...test server from a domain, but I can't: root at svdcm2:/# samba-tool domain leave -U tls\\mjt-adm WARNING: Using passwords on command line is insecure. Installing the setproctitle python module will hide these from shortly after program start. Password for [TLS\mjt-adm]: ERROR(<class 'SystemError'>): uncaught exception - <method 'leave' of 'net_s3.Net' objects> returned a result with an exception set File "/usr/lib/python3/dist-packages/samba/netcmd/__init__.py", line 285, in _run return self.run(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^...
2006 Sep 25
0
Anaconda Exception when installing CENTOS 4.2Beta for sparc
...me, delete.vg) # | | File # | | | | "/local/builder/tmp/anaconda-10.1.1.25//us # | | r/lib/anaconda/lvm.py", line 143, in # | | lvremove # | | raise SystemError, "lvremove failed" # | | SystemError: lvremove failed # | | | | +----+ +-------+ | | | OK | | Debug | | | +----+ +-------+ | |...
2006 Sep 25
0
Anaconda Exception when installing CENTOS 4.2Beta SPARC
...me, delete.vg) # | | File # | | | | "/local/builder/tmp/anaconda-10.1.1.25//us # | | r/lib/anaconda/lvm.py", line 143, in # | | lvremove # | | raise SystemError, "lvremove failed" # | | SystemError: lvremove failed # | | | | +----+ +-------+ | | | OK | | Debug | | | +----+ +-------+ | |...
2012 Oct 30
1
error: Cannot open network interface control socket
...ol socket: Operation not permitted" Then I check my URI, which is "qemu:///session", because adding "sudo virsh". I try to change URI to "qemu:///system" by clicking "virsh # connect qemu:///system". The following logs shown below:virsh # connect qemu:///systemerror: Failed to connect to the hypervisorerror: Failed to connect socket to '/usr/local/libvirt/var/run/libvirt/libvirt-sock': No such file or directory Could you please tell me the reason? Thanks a lot! Corey -------------- next part -------------- An HTML attachment was scrubbe...
2005 Jun 06
2
anaconda in centOS 4 fails to read md raid arrays
...ForRaid (major, minor, raidSet, level, nrDisks, totalDisks, mdMinor) =\ File "/usr/lib/anaconda/isys.py", line 97, in raidsb return raidsbFromDevice("/tmp/md") File "/usr/lib/anaconda/isys.py", line 103, in raidsbFromDevice rc = _isys.getraidsb(fd) SystemError: (5, 'Input/output error')
2024 Jun 20
2
leaving a domain?
...t I can't: > > > root at svdcm2:/# samba-tool domain leave -U tls\\mjt-adm > WARNING: Using passwords on command line is insecure. Installing the setproctitle python module will hide these from shortly after program start. > Password for [TLS\mjt-adm]: > ERROR(<class 'SystemError'>): uncaught exception - <method 'leave' of 'net_s3.Net' objects> returned a result with an exception set > ? File "/usr/lib/python3/dist-packages/samba/netcmd/__init__.py", line 285, in _run > ??? return self.run(*args, **kwargs) > ?????????? ^^^^...
2007 Aug 23
1
Login-Problem with DFS-Share
...ected and I could read and write everything. But trying to use "net use l: \\samba\agbhome /USER:myuser" I'll be prompted for the password, and the error message is displayed: "Systemfehler 59 aufgetreten Ein unerwarteter Netzwerkfehler ist aufgetreten" (translated: "Systemerror 59 occured. An unexpected networkerror occured" No network-drive "L:" (or any other letter) is connected. Strange, because directly on "samba" I use: admin:~ # smbclient \\\\samba\\agbhome -U AGB\\agb.bib Password: Domain=[AGB-NB] OS=[Unix] Server=[Samba 3.0.20b-3.21-1...
2007 Oct 13
1
Problem creating volgroups with kickstart installations (on xen)
...n Xen VMs. This is the first time I'm trying out kickstart at all, so I rather think I'm doing something wrong in the kickstart configuration than it is a Xen issue. I use a modified kickstart file from an earlier manual installation with a very basic filesystem setup. It fails with "SystemError: vgcreate failed for VolGroup00". The Xen VM file is allowed to grow up to 2GB. The kickstart commands for partioning are: clearpart --all --initlabel --drives=xvda part /boot --fstype ext3 --size=100 --ondisk=xvda part pv.2 --size=0 --grow --ondisk=xvda volgroup VolGroup00 pv.2 --pesize=3276...
2012 Aug 31
1
virDomainMemoryPeek: bad behavior under workload
...in Memory(self.ctx): File "/home/see/workspace/NOX/src/NOX/lib/libtools.py", line 179, in next libvirt.VIR_MEMORY_PHYSICAL) File "/usr/lib/python2.7/dist-packages/libvirt.py", line 1759, in memoryPeek ret = libvirtmod.virDomainMemoryPeek(self._o, start, size, flags) SystemError: error return without exception set I can't run more than 3 environments concurrently on a Xeon Quad with 8Gb of memory. I guess the RPC reply goes in timeout because the system is under heavy load but I'm not sure as the error output is quite obscure. Is there any solution to this issue?...
2019 Feb 25
2
AD-DC samba_gpoupdate failing
Well, I had a look at the python bindings and the error handling was in shambles. I fixed libgpo/pygpo.c and I now get: gpos = ads.get_gpo_list(creds.get_username()) SystemError: Failed to get machine token for 'DC01$' (CN=DC01,OU=Domain Controllers,DC=rvx,DC=is) (the failing call is status = gp_get_machine_token(self->ads_ptr, frame, dn, &token); I'm a former python core dev, so I know a bit about python...
2015 Mar 16
2
RequireSecuritySignature=1 and public share with guest not working
...= required server signing = required But it was not working - as soon I use RequireSecuritySignature=1 on the client. It seems for that the client is stopping communication since the Win7-client expects something from samba. net use t: \\samba\pub<file:///\\samba\pub> systemerror 1240 MS knowledgebase article speek about enable plain text passwords. But this is wrong since I do not change this password-setting, just require signing. Is somebody out there, who knows, how to setup samba for using RequireSecuritySignature=1 on Windows Clients? Greetz Raphael ______________...
2005 Sep 16
0
Creating domU failed with "xenconsole: xs_get_domain_path(): No such file or directory"
...dDomain.py", line 207, in _delete_domain info.delete() File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 712, in delete if dom_get(self.domid): File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 113, in dom_get domlist = xc.domain_getinfo(dom, 1) SystemError: Objects/listobject.c:61: bad argument to internal function 142,1 Bot Regards, Hien Nguyen Linux Technology Center AUSTIN Phone: (512) 838-4140 Tie Line: 678-4140 e-mail: hien1@us.ibm.com _______________...
2015 Mar 16
0
RequireSecuritySignature=1 and public share with guest not working
...r signing = required > But it was not working - as soon I use RequireSecuritySignature=1 on the client. > > It seems for that the client is stopping communication since the Win7-client expects something from samba. > net use t: \\samba\pub<file:///\\samba\pub> > systemerror 1240 > > MS knowledgebase article speek about enable plain text passwords. But this is wrong since I do not change this password-setting, just require signing. > > Is somebody out there, who knows, how to setup samba for using RequireSecuritySignature=1 on Windows Clients? > > Gre...
2007 May 19
0
Connection to failed
...[SuSE] comment = SuSE Disk path = /mnt/SuSE read only = no guest ok = yes create mask = 777 dos filetimes = yes case sensitive = no strict locking = no msdfs proxy = no user=rh --------------- On my Windows notebook (Windows Vista Home Premium 6.0) i try to net use x: \\Desktop\rh and get s a systemerror 67 networkname not found Has anyone an idea what goes wrong? Thanks in advance
2013 Mar 21
0
Processed (with 1 errors): Fix broken submitters (double encoded)
...mp-base] libsnmp-base: Bad Mib files Changed Bug submitter to 'Piotr G?rski <piotr at prnet.pl>' from 'Piotr G??rski <piotr at prnet.pl>' > submitter 563179 Lucas Sali?s Brum <sistematico at gmail.com> Bug #563179 [update-manager-core] [CRASH] Uncaught exception SystemError in Backend/PythonApt.py:770 Bug #551799 [update-manager-core] [CRASH] Uncaught exception SystemError in Backend/PythonApt.py:770 Bug #559140 [update-manager-core] [CRASH] Uncaught exception SystemError in Backend/PythonApt.py:770 Bug #563173 [update-manager-core] [CRASH] Uncaught exception SystemEr...
2024 Jun 20
1
leaving a domain?
...; > root at svdcm2:/# samba-tool domain leave -U tls\\mjt-adm > > WARNING: Using passwords on command line is insecure. Installing > > the setproctitle python module will hide these from shortly after > > program start. Password for [TLS\mjt-adm]: ERROR(<class > > 'SystemError'>): uncaught exception - <method 'leave' of > > 'net_s3.Net' objects> returned a result with an exception set File > > "/usr/lib/python3/dist-packages/samba/netcmd/__init__.py", line > > 285, in _run return self.run(*args, **kwargs) > >...
2019 Feb 26
0
AD-DC samba_gpoupdate failing
...some tests. On Mon, 25 Feb 2019 at 14:25, Kristján Valur Jónsson <kristjan at rvx.is> wrote: > Well, I had a look at the python bindings and the error handling was in > shambles. > I fixed libgpo/pygpo.c and I now get: > gpos = ads.get_gpo_list(creds.get_username()) > SystemError: Failed to get machine token for 'DC01$' (CN=DC01,OU=Domain > Controllers,DC=rvx,DC=is) > > (the failing call is status = gp_get_machine_token(self->ads_ptr, frame, > dn, > &token); > > I'm a former python core d...
2019 Feb 25
2
AD-DC samba_gpoupdate failing
Hi, I just upgraded to 4.8.9 and decided to give the samba_gpoupdate feature a whirl. However, it fails. The line that's failing is "gpos = ads.get_gpo_list(creds.get_username())" returning None. This is probably a failure, since it should otherwise return an empty list (if there were no gpos to return). But there is no output to indicate what may be failing. I have setup of three
2012 Dec 18
1
Error processing nut-client and nut-server
...n pipe) No apport report written because MaxReports is reached already Processing triggers for man-db ... Errors were encountered while processing: ?/var/cache/apt/archives/nut-client_2.6.3-1ubuntu1.1_amd64.deb ?/var/cache/apt/archives/nut-server_2.6.3-1ubuntu1.1_amd64.deb Error in function:? SystemError: E:Sub-process /usr/bin/dpkg returned an error code (1) dpkg: dependency problems prevent configuration of nut: ?nut depends on nut-server; however: ? Package nut-server is not installed. ?nut depends on nut-client; however: ? Package nut-client is not installed. dpkg: error processing nut (-...
2015 Mar 13
3
RequireSecuritySignature=1 and public share with guest not working
strange i did not change anything in my windows 7 64bit. This is my full setup pretty basic. Ubuntu 14.04.2 LTS, Trusty Tahr, with sernet samba 4.1.17-9 I do have 1 user for samba. pdbedit -L xbmc:5000:MediaUser [global] workgroup = PRIVE server string = %h server dns proxy = yes ; name resolve order = lmhosts host wins bcast #### Networking #### # interfaces = 127.0.0.0/8 eth0