search for: 4bc5

Displaying 5 results from an estimated 5 matches for "4bc5".

Did you mean: 4ac5
2004 Apr 23
2
HoMM 4 multiplayer
...All works fine but multiplayer, when I try to create game I see message box with "multiplayer_creation_failure" apper and log looks so: err:ole:CoGetClassObject couldn't load InprocServer32 dll dpnet.dll fixme:ole:CoCreateInstance no classfactory created for CLSID {934a9523-a3ca-4bc5-ada0-d6d95d979421}, hres is 0x80070005 but dpnet.dll is in c:\winnt\system32 and "system" = "C:\\winnt\\SYSTEM32". If I use native ole32, rpcrt4, oleaut32 except built in my logs looks so: fixme:ntdll:RtlGetNtProductType (0x407dee3c): stub fixme:ntdll:NtConnectPort (0x44701d...
2020 Oct 21
0
deleting dynamic dns records
...er almost all guests are messing the DNS no matter if Win10, iOS or android. My present favorite is an ubiquity AC-Pro: ---cut--- root at fileserver /home/maikholtkamp.AD # grep ubi-kueche DNSRecords.txt | wc -l 2794 ---cut--- where the single A records look like: ---cut--- ... CNF:010f6542-787c-4bc5-b748-44fb61c07c0d Host (A) 10.0.0.101 Static ubi-kueche CNF:016b879e-b277-4660-8b6d-cc5aca91d3a8 Host (A) 10.0.0.101 Static ... ---cut--- I can delete those mess manually from time to time, but I am afraid that's not the way it used to work :(. Any ideas? - TIA. -- M...
2025 Jan 10
1
[PATCH v2] ssh-add: support external parsing of key listing
Corey Hickey wrote in <38d76f8e-0744-4bc5-b6e1-db7197e19ad7 at fatooh.org>: |On 2025-01-10 09:57, Jim Knoble wrote: |>> On Jan 9, 2025, at 19:14, Corey Hickey <bugfood-ml at fatooh.org> wrote: |>> |>> To address this, modify ssh-add to: |>> * [...] |>> * exit with a status of 0 instead of 1 |&g...
2025 Jan 10
1
[PATCH v2] ssh-add: support external parsing of key listing
On 2025-01-10 09:57, Jim Knoble wrote: > >> On Jan 9, 2025, at 19:14, Corey Hickey <bugfood-ml at fatooh.org> wrote: >> >> To address this, modify ssh-add to: >> * [...] >> * exit with a status of 0 instead of 1 > > When Damien wrote: > >> Adding a new exit status for the >> no-keys-in-agent case would be >> acceptable too I
2025 Jan 13
2
[PATCH] ssh-add: support parser-friendly operation
On Fri, 10 Jan 2025, Corey Hickey wrote: > On 2025-01-10 01:35, Jochen Bern wrote: > > On 10.01.25 00:33, Corey Hickey wrote: > > > I took the approach of preserving current behavior by default, but > > > another approach would be to: > > > * print "The agent has no identities." to stderr instead of stdout > > > * exit with a status of 0