search for: procid

Displaying 6 results from an estimated 6 matches for "procid".

Did you mean: procpid
2003 May 14
1
AS2.1 lock problem due to ext3?
...the follwoing operations: fdisk /dev/sdbX e2mkfs -j /dev/sdbX mount /dev/sdb1 /mnt/raid/X // run 16 sample programs for each mount point // pulled the FC cable and then some jobs abended. // 1 or 2 jobs were still running. // 'ps ax' showed the status D (disabled sleep) kill procid // not killed ls /mnt/raid/X => no response returned sync => no response returned I had to reboot to recover this situation. It seems someting lock was held. Could you give me any advice? Best regards Fujio Ikegami, Fujitsu
2005 Dec 24
2
3.0.20 usermap script execution
...ontroller it passes the domain\handle to this script to determine the unix login to use. However, it seems to execute this script multiple times to establish a connection. I have tested this out by clearing the cache using nbtstat -R on the client and running smbstatus -u username and killing the procids then reconnecting. Samba consistently will pass just the active directory handle without the domain first which succeeds because my script will find the correct unix login to map to without the domain. Immediately after, Samba will pass the script the domain\handle which will also succeed. Why i...
2013 Oct 28
0
Re: [Qemu-devel] Hvmloader: Modify ACPI to only supply _EJ0 methods for PCIslots that support hotplug by runtime patching
...rd_const(aml_name_string(offset) + 4) > + > +# Given name offset, find byte const offset > +def aml_name_byte_const(offset): > + return aml_data_byte_const(aml_name_string(offset) + 4) > + > +def aml_processor_start(offset): > + #0x5B 0x83 ProcessorOp PkgLength NameString ProcID > + if ((aml[offset] != 0x5B) or (aml[offset + 1] != 0x83)): > + die( "Name offset 0x%x: expected 0x5B 0x83 actual 0x%x 0x%x" % > + (offset, aml[offset], aml[offset + 1])); > + return offset > + > +def aml_processor_string(offset): > + #0x5...
2012 May 28
2
Samba4 alpha >20 version: Samba & smbd daemons !
In Samba4 alpha 21 and 22 Smbd daemon has to be run except Samba daemon to get access to your shared NetBios resources (folders) .That is in case of alpha versions after 20, Samba daemon starts in its own smbd daemon automatically and with with some parameters such as --configfile and --foreground (but without -D parametr that is not as daemon) .After Samba is started there are 2 processes: Samba
2018 Feb 09
0
[Release-testers] [6.0.0 Release] Release Candidate 2 tagged
...s.test lld :: COFF/pdb-globals.test lld :: COFF/pdb-heapsite.yaml lld :: COFF/pdb-import-gc.yaml lld :: COFF/pdb-invalid-func-type.yaml lld :: COFF/pdb-lib.s lld :: COFF/pdb-linker-module.test lld :: COFF/pdb-none.test lld :: COFF/pdb-options.test lld :: COFF/pdb-procid-remapping.test lld :: COFF/pdb-publics-import.test lld :: COFF/pdb-safeseh.yaml lld :: COFF/pdb-same-name.test lld :: COFF/pdb-scopes.test lld :: COFF/pdb-secrel-ab 4 warning(s) in tests. solute.yaml lld :: COFF/pdb-source-lines.test lld :: COFF/pdb-symbol-types.yaml...
2018 Feb 09
2
[Release-testers] [6.0.0 Release] Release Candidate 2 tagged
On Thu, Feb 8, 2018 at 10:43 PM, Dimitry Andric <dimitry at andric.com> wrote: > On 7 Feb 2018, at 21:51, Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote: >> >> There's been a lot of merges since rc1, and hopefully the tests are in >> a better state now. >> >> 6.0.0-rc2 was just tagged, after r324506. >> >>