Displaying 18 results from an estimated 18 matches for "statuscode".
Did you mean:
status_code
2019 Jul 04
3
Error samba backup 4.10.5
...43-55.413999]]
{"timestamp": "2019-07-04T09:43:55.416491+0200", "type": "dsdbChange",
"dsdbChange": {"remoteAddress": null, "version": {"major": 1, "minor":
0}, "operation": "Modify", "statusCode": 0, "sessionId":
"bbfe57a0-da36-4bc8-8863-995ad1ea25c7", "dn": "@SAMBA_DSDB", "status":
"Success", "performedAsSystem": false, "userSid": "S-1-5-18",
"transactionId": "6f67143f-9add-47b8-b...
2013 Nov 25
0
Re: [edk2] [PATCH RFC v2 7/7] OvmfPkg: introduce XenMemMapInitialization
...; MdeModulePkg/Core/Pei/PeiMain.inf
> MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
> <LibraryClasses>
> - PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
> + PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
> }
> IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf
> MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
> diff --git a/OvmfPkg/OvmfPkgIa32X64.dsc b/OvmfPkg/OvmfPkgIa32X64.dsc
> index 268d722..d26145d 100644
> --- a/OvmfPkg/OvmfPkgIa32X64.dsc
> +++ b/OvmfPkg/OvmfPkgIa32X64.dsc
> @@ -227,7 +227,7 @@
> !else
>...
2013 Apr 15
5
Using onlyif for Windows exec
...this step, if these pages don''t already exist.
To that end, I have done something like this:
onlyif => ''$webRequest =
[System.Net.WebRequest]::Create("http://some-url.test.aspx");
$webRequest.UseDefaultCredentials = $true; try {
if([int]$webRequest.GetResponse().StatusCode -eq "200") { exit 0; } else {
exit 1; } } catch [System.Net.WebException] { exit 1; }''
Which, at the command line, has the correct result. However, when I try to
run this, I get an error saying that $webRequest is not recognised.
Which leads me to think that using variables...
2023 Dec 16
1
Samba 4.19.2: "Unwilling to perform" password change
...D
[S-1-5-21-2696128225-1306404786-1287425722-500] DN
[cn=test_user_1,dc=noosphere,dc=as]
{"timestamp": "2023-12-16T14:21:01.537196-0500", "type": "dsdbChange",
"dsdbChange": {"version": {"major": 1, "minor": 0}, "statusCode": 53,
"status": "Unwilling to perform", "operation": "Add", "remoteAddress":
"ipv4:192.168.4.60:59926", "performedAsSystem": false, "userSid":
"S-1-5-21-2696128225-1306404786-1287425722-500", "dn&quo...
2019 Apr 04
2
single-threaded code-gen and how to make it support multi-thread
...ABLE_THREADS is defined to be 1, apparently it
didn't seem to help)
The document around this seems vague, I have not found a clear instruction
as to how to solve this, hence this post. Can anyone help with some
pointers?
Any guidance is appreciated:)
ntdll.dll!RtlReportCriticalFailure(long StatusCode, void * FailureInfo,
unsigned long BreakIfDbgPresent) Line 201 C
ntdll.dll!RtlpHeapHandleError(long ErrorLevel) Line 344 C
ntdll.dll!RtlpHpHeapHandleError(_HEAP_FAILURE_TYPE FailureType, unsigned
__int64 HeapAddress, unsigned __int64 Address) Line 670 C
ntdll.dll!RtlpLogHeapFailure(_HEAP_FAIL...
2018 Jan 03
3
[PATCH] test-virt-tail: Fix failing cat/test-virt-tail.sh test case
...blob/master/lib/launch-direct.c#L777)
and that is OK.
'cleanup' was called twice because:
1. call to virt-tail returns non-zero exit code (due to Input/Output error.
About this later.) and we trap ERR signal which cause to run 'cleanup' once
2. in 'cleanup' we do 'exit $statuscode' and we trap EXIT and 'cleanup' is
called once again
It might look confusing but not end of the life. At least there is an
explanation if I didn't miss something.
Now about failing test case with virt-tail.
Jumping ahead, adding extra 'guestfish --remote sync' after 'gu...
2019 Apr 04
2
single-threaded code-gen and how to make it support multi-thread
...y it
> didn't seem to help)
>
> The document around this seems vague, I have not found a clear instruction
> as to how to solve this, hence this post. Can anyone help with some
> pointers?
>
> Any guidance is appreciated:)
>
> ntdll.dll!RtlReportCriticalFailure(long StatusCode, void * FailureInfo,
> unsigned long BreakIfDbgPresent) Line 201 C
> ntdll.dll!RtlpHeapHandleError(long ErrorLevel) Line 344 C
> ntdll.dll!RtlpHpHeapHandleError(_HEAP_FAILURE_TYPE FailureType,
> unsigned __int64 HeapAddress, unsigned __int64 Address) Line 670 C
> ntdll.dll!Rtlp...
2020 Oct 01
5
Failed auth attempt i don't understand.
...DOMAIN] attributes [replace:
lastLogon [132460412764030630] replace: logonCount [19748]]
{"timestamp": "2020-10-01T17:54:36.406926+0200", "type": "dsdbChange",
"dsdbChange": {"version": {"major": 1, "minor": 0}, "statusCode": 0,
"status": "Success", "operation": "Modify", "remoteAddress": null,
"performedAsSystem": false, "userSid": "S-1-5-18", "dn":
"CN=Administrator,CN=Users,DC=local,DC=MYDOMAIN", "transa...
2023 Jul 14
1
dsdb audit in JSON to journald
...temctl restart samba
journalctl -f
Then,
[root at dc ~]# samba-tool group add testgroup1
{"timestamp": "2023-07-14T09:53:30.595295+0500", "type": "dsdbChange", "dsdbChange": {"version": {"major": 1, "minor": 0}, "statusCode": 0, "status": "Success", "operation": "Add", "remoteAddress": null, "performedAsSystem": false, "userSid": "S-1-5-18", "dn": "CN=testgroup1,CN=Users,DC=test,DC=alt", "transactionId":...
2024 Oct 29
1
Garbage collection of tombstones is failing due to missing objects
...r messages, I at least got a clue about the reason:
{ "timestamp": "2024-10-28T07:01:58.612621+0100",
"type": "dsdbChange",
"dsdbChange": {
"version": {
"major": 1,
"minor": 0
},
"statusCode": 32,
"status": "No such object",
"operation": "Delete",
"remoteAddress": null,
"performedAsSystem": false,
"userSid": "S-1-5-18",
"dn": "CN=[...]\\0ADEL:cd01e963-eecd-4bb5-af...
2023 Apr 10
1
NT_STATUS_TOO_MANY_OPENED_FILES
...le_accept_connection: single_accept_connection: accept:
NT_STATUS_TOO_MANY_OPENED_FILES
{"timestamp": "2023-04-10T09:52:23.425118+0530", "type": "dsdbChange",
"dsdbChange": {"version": {"major": 1, "minor": 0}, "statusCode": 0,
"status": "Success", "operation": "Modify", "remoteAddress": null,
"performedAsSystem": false, "userSid": "S-1-5-18", "dn":
"DC=HYD535NELHP04,DC=ktkbankltd.com,CN=MicrosoftDNS,DC=DomainDnsZon...
2018 Jan 12
0
Re: [PATCH] test-virt-tail: Fix failing cat/test-virt-tail.sh test case
...c#L777)
> and that is OK.
>
> 'cleanup' was called twice because:
> 1. call to virt-tail returns non-zero exit code (due to Input/Output error.
> About this later.) and we trap ERR signal which cause to run 'cleanup' once
> 2. in 'cleanup' we do 'exit $statuscode' and we trap EXIT and 'cleanup' is
> called once again
> It might look confusing but not end of the life. At least there is an
> explanation if I didn't miss something.
>
> Now about failing test case with virt-tail.
> Jumping ahead, adding extra 'guestfish --...
2006 Apr 24
8
Application Design
I have a question about how to implement a design in Rails. I will try to make this as easy to follow as possible. First, let''s say that I have an ''Orders'' table that has different statuses. The 3 statuses that I want to track are ''Submitted'', ''Approved'', and ''Purchased''.
I also have 3 users of this application.
2006 May 10
12
how best to implement lookup table?
...p that contains some
reference data, just some status codes and their descriptions. What''s
the most appropriate approach according to the "rails way" of doing
things? Would I just implement a has_many relationship? Let''s say
these are Order status codes, would the StatusCode have many Orders?
This seems right from a database POV (normalizing the code and
description into a separate table), but sort of goofy from a coding
POV. "Order belongs_to :order_status_code" seems a little off to me.
It would be nice if I could somehow automatically have the statu...
2020 Oct 02
0
Failed auth attempt i don't understand.
...> lastLogon [132460412764030630] replace: logonCount [19748]]
> > {"timestamp": "2020-10-01T17:54:36.406926+0200", "type":
> "dsdbChange",
> > "dsdbChange": {"version": {"major": 1, "minor": 0}, "statusCode": 0,
> > "status": "Success", "operation": "Modify", "remoteAddress": null,
> > "performedAsSystem": false, "userSid": "S-1-5-18", "dn":
> > "CN=Administrator,CN=Users,DC=local,DC=M...
2010 Jan 25
9
skinny Controllers, fat models with REST?
...else
respond_to do |format| #BENUTZER HAT KEINE RECHTE subtask
anzulegen
format.html { render :file => "#{Rails.public_path}/
401.html", :status => :unauthorized } #401 page laden
format.xml { render :xml => @task.errors, :status
=> :unauthorized } #statuscode bearbeiten
end
end
end
greetings
LeonS
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from thi...
2006 Jul 06
4
Need advice on code-like columns
Hello!
I''m trying to move to rails from traditional web app.
As Rails has some conventions about table schema,
I met some obstacles.
Questions.
1.
This is a sort of general question. Do you make a code table for things
like the following?
Activity Status Codes
01001: Open
01002: Pending
01003: Delayed
01004: Cancelled
01005: Closed
(The first 2 digits are code category.)
Would you
2010 Dec 01
3
Error While installing Wine on OSX version 10.4.1.1!!
...parse.c
> :info:build config.status: creating dlls/wmi/Makefile
> :info:build config.status: creating dlls/wmiutils/Makefile
> :info:build ../../tools/makedep -C. -S../.. -T../..
> :info:build ../../tools/makedep -C. -S../.. -T../.. main.c regsvr.c statuscode.c
> :info:build config.status: creating dlls/wnaspi32/Makefile
> :info:build config.status: creating dlls/wow32/Makefile
> :info:build ../../tools/makedep -C. -S../.. -T../.. aspi.c winaspi32.c
> :info:build ../../tools/makedep -C. -S../.. -T../.. wow...