Displaying 20 results from an estimated 70165 matches for "request".
2005 Nov 01
0
Problems with Winbind and Squid NTLM authentications
...iting 478 bytes to client. -1 (Connection reset by peer)
[2005/10/28 08:01:24, 0] rpc_client/cli_pipe.c:rpc_api_pipe(435)
cli_pipe: return critical error. Error was Write error: Connection reset by
peer
[2005/10/28 08:01:24, 0] rpc_client/cli_netlogon.c:cli_nt_setup_creds(256)
cli_nt_setup_creds: request challenge failed
[2005/10/28 08:01:24, 0] rpc_client/cli_netlogon.c:cli_nt_setup_creds(256)
cli_nt_setup_creds: request challenge failed
[2005/10/28 08:07:58, 0] rpc_client/cli_netlogon.c:cli_nt_setup_creds(256)
cli_nt_setup_creds: request challenge failed
[2005/10/28 08:07:58, 0] rpc_client/cli_...
2017 Jul 20
0
[PATCH 000/102] Convert drivers to explicit reset API
On Wed, Jul 19, 2017 at 05:25:04PM +0200, Philipp Zabel wrote:
> The reset control API has two modes: exclusive access, where the driver
> expects to have full and immediate control over the state of the reset
> line, and shared (clock-like) access, where drivers only request reset
> deassertion while active, but don't care about the state of the reset line
> while inactive.
>
> Commit a53e35db70d1 ("reset: Ensure drivers are explicit when requesting
> reset lines") started to transition the reset control request API calls
> to explicitl...
2007 Oct 18
9
with_scope issue
I have the following code:
class User < ActiveRecord::Base
has_many :requests do
def find_active(options = {})
with_scope :find => { :conditions => ["requests.active = ?",
true] } do
find(:all, options)
end
end
end
end
Executing user.requests.find_active results in the following SQL:
SELECT * FROM requests WHERE (( requests.user_id...
2017 Sep 27
2
nbdkit 1.1.15 -- test-python failure
...directory
qemu-system-x86_64: failed to initialize KVM: No such file or directory
qemu-system-x86_64: Back to tcg accelerator
debug: accepted connection
nbdkit: debug: /<<PKGBUILDDIR>>/plugins/python/.libs/nbdkit-python-plugin.so: open readonly=0
nbdkit: python[1]: debug: acquire global request lock
nbdkit: python[1]: debug: acquire per-connection request lock
nbdkit: python[1]: debug: get_size
nbdkit: python[1]: debug: can_write
nbdkit: python[1]: debug: can_flush
nbdkit: python[1]: debug: is_rotational
nbdkit: python[1]: debug: can_trim
nbdkit: python[1]: debug: oldstyle negotiation: fl...
2016 Sep 19
0
Error "Failed extended allocation RID pool operation..."
...* Active Directory LDAP Services Check
Determining IP4 connectivity
* Active Directory RPC Services Check
......................... LARKIN26 passed test Connectivity
Doing primary tests
Testing server: Default-First-Site-Name\LARKIN26
Test omitted by user request: Advertising
Test omitted by user request: CheckSecurityError
Test omitted by user request: CutoffServers
Test omitted by user request: FrsEvent
Test omitted by user request: DFSREvent
Test omitted by user request: SysVolCheck
Test omitted by user request: KccEve...
2017 Jul 19
7
[PATCH 000/102] Convert drivers to explicit reset API
The reset control API has two modes: exclusive access, where the driver
expects to have full and immediate control over the state of the reset
line, and shared (clock-like) access, where drivers only request reset
deassertion while active, but don't care about the state of the reset line
while inactive.
Commit a53e35db70d1 ("reset: Ensure drivers are explicit when requesting
reset lines") started to transition the reset control request API calls
to explicitly state whether the driver nee...
2010 Dec 06
7
[PATCH 1/8] staging: hv: Convert camel case struct fields in vstorage.h to lowercase
...v/storvsc.c
index 525c8ee..96b4ed9 100644
--- a/drivers/staging/hv/storvsc.c
+++ b/drivers/staging/hv/storvsc.c
@@ -204,8 +204,8 @@ static int StorVscChannelInit(struct hv_device *Device)
goto nomem;
}
- vstorPacket->Operation = VStorOperationBeginInitialization;
- vstorPacket->Flags = REQUEST_COMPLETION_FLAG;
+ vstorPacket->operation = VSTOR_OPERATION_BEGIN_INITIALIZATION;
+ vstorPacket->flags = REQUEST_COMPLETION_FLAG;
/*SpinlockAcquire(gDriverExt.packetListLock);
INSERT_TAIL_LIST(&gDriverExt.packetList, &packet->listEntry.entry);
@@ -226,11 +226,11 @@ static int...
2010 Dec 06
7
[PATCH 1/8] staging: hv: Convert camel case struct fields in vstorage.h to lowercase
...v/storvsc.c
index 525c8ee..96b4ed9 100644
--- a/drivers/staging/hv/storvsc.c
+++ b/drivers/staging/hv/storvsc.c
@@ -204,8 +204,8 @@ static int StorVscChannelInit(struct hv_device *Device)
goto nomem;
}
- vstorPacket->Operation = VStorOperationBeginInitialization;
- vstorPacket->Flags = REQUEST_COMPLETION_FLAG;
+ vstorPacket->operation = VSTOR_OPERATION_BEGIN_INITIALIZATION;
+ vstorPacket->flags = REQUEST_COMPLETION_FLAG;
/*SpinlockAcquire(gDriverExt.packetListLock);
INSERT_TAIL_LIST(&gDriverExt.packetList, &packet->listEntry.entry);
@@ -226,11 +226,11 @@ static int...
2006 Jul 12
3
request.xhr? is false after redirecting an AJAX request?
Dear everybody
I''m trying to develop a web application that makes use of AJAX, but also works
if a user has no (or doesn''t want to use) JS. For normal requests, this is
pretty easy. Almost every action ends with
render blahblah, :layout => !request.xhr?
This way, I can use the same action to render a full page (with layout) as
well as rendering an AJAX request (only the div, no layout)
The problem occurs when doing a redirect_to in an AJAX reques...
2011 Aug 15
11
Re: [Xen-devel] xen 4.1.2* dhcp issue/bug when installing/booting HVM domU domains (CentOS 6, unbuntu 11.04 server). Debian/OpenSolaris work fine.
...th0 ''icmp[icmptype] = icmp-echo
and icmp[icmptype] != icmp-echoreply''
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth0, link-type EN10MB (Ethernet), capture size 65535 bytes
19:45:30.283679 IP 192.168.1.180 > 192.168.1.124: ICMP echo request, id
61445, seq 23, length 64
19:45:31.285560 IP 192.168.1.180 > 192.168.1.124: ICMP echo request, id
61445, seq 24, length 64
# ---
Pings from *centos-hvm* to default gateway *no ip-traffic on peth0*
# ---
root@xen411dom0:/ftp/HVM# tcpdump ''icmp[icmptype] = icmp-echo and
icmp[icmpt...
2012 Jan 30
1
Quantum scalar i40 tape partitions
...HP Model: Ultrium 5-SCSI Rev: Z58Z
Type: Sequential-Access ANSI SCSI revision: 06
Host: scsi0 Channel: 00 Id: 00 Lun: 01
Vendor: QUANTUM Model: Scalar i40-i80 Rev: 135G
Type: Medium Changer ANSI SCSI revision: 03
# mtx -f /dev/sg0 inquiry
mtx: Request Sense: Long Report=yes
mtx: Request Sense: Valid Residual=no
mtx: Request Sense: Error Code=70 (Current)
mtx: Request Sense: Sense Key=Illegal Request
mtx: Request Sense: FileMark=no
mtx: Request Sense: EOM=no
mtx: Request Sense: ILI=no
mtx: Request Sense: Additional Sense Code = 25
mtx: Request Se...
2007 Jul 27
2
Unicall/Dont know how to handle Accepted
...2 UniCall/3 Detected
MFC/R2 UniCall/3 Creating a new call with CRN 32769
MFC/R2 UniCall/3 1101 -> [2/DETECTED/Seize ack/Seize ack ]
Unicall/3 event Detected
MFC/R2 UniCall/3 <- 8 on [2/DETECTED/Seize ack/Seize ack ]
MFC/R2 UniCall/3 1 on -> [2/DETECTED/Group A /DNIS request]
MFC/R2 UniCall/3 <- 8 off [2/DETECTED/Group A /DNIS request]
MFC/R2 UniCall/3 1 off -> [2/DETECTED/Group A /DNIS request]
MFC/R2 UniCall/3 <- 3 on [2/DETECTED/Group A /DNIS request]
MFC/R2 UniCall/3 1 on -> [2/DETECTED/Group A /DNIS request]
MFC/R2 UniCall/3...
2009 Sep 03
9
Rails 2.3.3 has a very serious performance problem
...==========
When I put rails 2.3.3 under vendor/rails:
Server Software: WEBrick/1.3.1
Server Hostname: 210.77.27.169
Server Port: 3000
Document Path: /
Document Length: 7466 bytes
Concurrency Level: 1
Time taken for tests: 193.296685 seconds
Complete requests: 10
Failed requests: 0
Write errors: 0
Total transferred: 76820 bytes
HTML transferred: 74660 bytes
Requests per second: 0.05 [#/sec] (mean)
Time per request: 19329.669 [ms] (mean)
Time per request: 19329.669 [ms] (mean, across all concurrent
request...
2007 May 03
1
Virtual IP Adresses and SIP requests failing...
...ns
Our local SIP domains: Context Set
by
69.67.250.36 (default)
[Configured]
69.67.250.38 (default)
[Configured]
## tshark -i eth1 -R "sip"
## Call to .38
10.818719 66.218.1.47 -> 69.67.250.38 SIP Request: OPTIONS sip:
69.67.250.38
10.818903 69.67.250.38 -> 66.218.1.47 SIP Status: 200 OK
10.820676 192.168.0.102 -> 69.67.250.38 SIP Request: OPTIONS sip:
69.67.250.38
10.821626 69.67.250.38 -> 192.168.0.102 SIP Status: 200 OK
10.829019 66.218.1.47 -> 69.67.250.38 SIP/SDP Request: INVI...
2014 Feb 24
1
A question regarding doveadm replicator status
.../var/run/dovecot or something in order to do it?
The only way I tried (not successfully though) to reset it is by executing
the command:
for i in `doveadm user '*'` ;do doveadm replicator remove $i ; done
which does empties all existing users (16), but leaves me with
Queued 'sync' requests 0
Queued 'high' requests 0
Queued 'low' requests 0
Queued 'failed' requests 0
Queued 'full resync' requests 0
Waiting 'failed' requests 0
Total number of known users 5
in mail1 server and
Queued 'sync' requests...
2016 Sep 19
2
Error "Failed extended allocation RID pool operation..."
On 9/19/2016 1:37 PM, Rowland Penny via samba wrote:
> On Mon, 19 Sep 2016 19:19:08 +0200
> Achim Gottinger via samba <samba at lists.samba.org> wrote:
>
>>
>> Am 19.09.2016 um 19:08 schrieb Achim Gottinger via samba:
>>>
>>> Am 19.09.2016 um 18:21 schrieb Rowland Penny via samba:
>>>> On Mon, 19 Sep 2016 11:57:38 -0400
>>>> Adam
2006 Sep 22
0
Poor performance getting lots of small files with WinXP/Win2k vs OS2
...to complete.
With an Windows client it takes 460 seconds to complete.
Doing a Ethereal capture, the network usage is very different.
OS2 :
No. Time Source Destination Protocol
Info
15 0.588766 10.16.43.123 10.240.47.86 SMB Open
AndX Request, Path: \10000\0511_3008.IN; Read AndX, FID: 0x0000, 4096
bytes at offset 0
16 0.589008 10.240.47.86 10.16.43.123 SMB Open
AndX Response, FID: 0x2a81; Read AndX, FID: 0x0000, 74 bytes
17 0.589251 10.16.43.123 10.240.47.86 SMB Close
Request, FID:...
2006 Sep 21
1
Fw: Poor performance getting lots of small files with WinXP/Win2k vs OS2
...to complete.
With an Windows client it takes 460 seconds to complete.
Doing a Ethereal capture, the network usage is very different.
OS2 :
No. Time Source Destination Protocol
Info
15 0.588766 10.16.43.123 10.240.47.86 SMB Open
AndX Request, Path: \10000\0511_3008.IN; Read AndX, FID: 0x0000, 4096
bytes at offset 0
16 0.589008 10.240.47.86 10.16.43.123 SMB Open
AndX Response, FID: 0x2a81; Read AndX, FID: 0x0000, 74 bytes
17 0.589251 10.16.43.123 10.240.47.86 SMB Close
Request, FID:...
2008 Mar 18
1
Polling is REALLY slow
...9;'s state is changed, and I only want to
process once. Plus, I can schedule things better this way. My first
thought was to create a worker that polled for records with the correct
state, but it doesn''t work as expected. Here is what I have with error
checking, etc. removed:
class RequestQueuePollerWorker < BackgrounDRb::MetaWorker
set_worker_name :request_queue_poller_worker
QUEUE_SLEEP_TIME = 30 # seconds
def create(args = nil)
@running = true
self.poll_queue
end
def build_all_matches(args = nil)
thread_pool.defer(args) do |args|
requests = Req...
2015 Oct 27
3
Secure dynamic update failure with internal DNS
...eing performed in the samba logs or Windows.
I've hit a wall and can't seem to progress. Since I couldn't pull
anything from the logs I decided to run 'nsupdate -g -d -D -L 10'. This
was my initial result.
nsupdate -g -d -D -L 10
setup_system()
27-Oct-2015 13:14:49.420 dns_requestmgr_create
27-Oct-2015 13:14:49.420 dns_requestmgr_create: 0x7fb3edeaf010
reset_system()
user_interaction()
get_next_command()
> update delete itdept-desktop.domain.local 86400 A 172.16.232.30
evaluate_update()
update_addordelete()
get_next_command()
> send
start_update()
27-Oct-2...