Displaying 20 results from an estimated 517 matches for "597".
Did you mean:
57
2006 Jan 13
2
FastCGI problems
I''m having a lot of problems with my Typo install. My fastcgi fails horribly
after a reboot:
[13/Jan/2006:16:55:28 :: 19796] Dispatcher failed to catch: (Interrupt)
/usr/lib/ruby/site_ruby/1.8/fcgi.rb:597:in `each''
/usr/lib/ruby/site_ruby/1.8/fcgi.rb:597:in `each_cgi''
/usr/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/fcgi_handler.rb:52:in
`process!''
/usr/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/fcgi_handler.rb:22:in
`process!''
public/dispatch.fcgi:24
killed by thi...
2003 Jul 23
3
[Bug 597] X11 Forwarding: sshd doesn't listen on unix domain sockets
http://bugzilla.mindrot.org/show_bug.cgi?id=597
cheako911 at yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |cheako911 at yahoo.com
------- You are receiving this mail because: -------
You...
2007 Dec 08
0
Can't listen to voicemail message
I can't check the voicemail for the switchboard. Asterisk hangs up for some
unknown reason...
----- s n i p -----
-- Executing [*500 at default:1] Wait("SIP/597-00f0c410", "1") in new stack
-- Executing [*500 at default:2] VMAuthenticate("SIP/597-00f0c410", "500 at default|s") in new stack
-- <SIP/597-00f0c410> Playing 'vm-password' (language 'se')
-- <SIP/597-00f0c410> Playing '...
2003 Jun 17
3
[Bug 597] X11 Forwarding: sshd doesn't listen on unix domain sockets
http://bugzilla.mindrot.org/show_bug.cgi?id=597
Summary: X11 Forwarding: sshd doesn't listen on unix domain
sockets
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2...
2009 Jun 07
2
[Bug 597] New: ip6tables connlimit - cannot set CIDR greater than 32 (includes fix)
http://bugzilla.netfilter.org/show_bug.cgi?id=597
Summary: ip6tables connlimit - cannot set CIDR greater than 32
(includes fix)
Product: iptables
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: P1...
2008 Feb 16
1
wbinfo -a not working
...=PROJECT --username=rutger
password:
NT_STATUS_NO_SUCH_USER: No such user (0xc0000064)
project:/etc# ntlm_auth --request-nt-key --domain=PROJECT --username=rutger
--diagnostics
password:
No such user (0xc0000064)
[2008/02/16 16:42:05, 1]
utils/ntlm_auth_diagnostics.c:diagnose_ntlm_auth(597)
Test LM failed!
No such user (0xc0000064)
[2008/02/16 16:42:05, 1]
utils/ntlm_auth_diagnostics.c:diagnose_ntlm_auth(597)
Test LM and NTLM failed!
No such user (0xc0000064)
[2008/02/16 16:42:05, 1]
utils/ntlm_auth_diagnostics.c:diagnose_ntlm_auth(597)
Test NTLM failed!
No such user (0xc000006...
2018 Apr 04
0
Re: error : virHashForEach:597 : Hash operation not allowed during iteration
On 04/04/2018 10:36 AM, Vincent Bernat wrote:
> Hey!
>
> On many of our servers, we often have the following error:
>
> error : virHashForEach:597 : Hash operation not allowed during iteration
>
> When querying the list of domains, this means libvirt will silently
> return 0 domain (most uses of virHashForEach don't handle the return
> code).
>
> We are using a hook, but the hook doesn't query libvirt back, so it
&...
2005 Dec 08
1
SwitchTower, Apache, and Routing Errors
...in `dispatch''
> /vendor/rails/railties/lib/fcgi_handler.rb:141:in `process_request''
> /vendor/rails/railties/lib/fcgi_handler.rb:53:in `process!''
> /vendor/rails/railties/lib/fcgi_handler.rb:52:in `each_cgi''
> /usr/lib/ruby/1.8/fcgi.rb:597:in `each''
> /usr/lib/ruby/1.8/fcgi.rb:597:in `each_cgi''
> /vendor/rails/railties/lib/fcgi_handler.rb:52:in `process!''
> /vendor/rails/railties/lib/fcgi_handler.rb:22:in `process!''
> /usr/local/web/ned/current/public/dispatch.fcgi:24
&g...
2012 Oct 05
2
Help understanding btrfsck output...
...3845 errors 400
root 564 inode 772 errors 400
root 564 inode 1025 errors 400
root 564 inode 1029 errors 400
root 564 inode 1056 errors 400
root 564 inode 1057 errors 400
root 564 inode 1125 errors 400
root 564 inode 1126 errors 400
root 564 inode 1548 errors 400
root 564 inode 3845 errors 400
root 597 inode 772 errors 400
root 597 inode 1025 errors 400
root 597 inode 1029 errors 400
root 597 inode 1056 errors 400
root 597 inode 1057 errors 400
root 597 inode 1125 errors 400
root 597 inode 1126 errors 400
root 597 inode 1548 errors 400
root 597 inode 3845 errors 400
root 609 inode 772 errors 400...
2018 Apr 04
0
Re: error : virHashForEach:597 : Hash operation not allowed during iteration
On 04/04/2018 03:48 PM, Vincent Bernat wrote:
> ❦ 4 avril 2018 15:19 +0200, Michal Privoznik <mprivozn@redhat.com> :
>
>> Both threads call virHashForEach(table=0x7f92fc69a480). Thread 6 was
>> first so it starts iterating and sets table->iterating so later when
>> thread 10 enters the function an error is reported.
>>
>> I guess we can go with what
2018 Apr 04
0
Re: error : virHashForEach:597 : Hash operation not allowed during iteration
❦ 4 avril 2018 16:21 +0200, Vincent Bernat <bernat@luffy.cx> :
>> You can do that locally, but as a patch it's very unlikely to be
>> accepted upstream because we've introduced RW locks to be able to access
>> domain list from multiple threads.
>
> Looking a bit more, the whole "iterating" bit is currently
> unsafe. First, it is racy since
2018 Apr 04
2
Re: error : virHashForEach:597 : Hash operation not allowed during iteration
❦ 4 avril 2018 17:00 +0200, Vincent Bernat <bernat@luffy.cx> :
>>> You can do that locally, but as a patch it's very unlikely to be
>>> accepted upstream because we've introduced RW locks to be able to access
>>> domain list from multiple threads.
>>
>> Looking a bit more, the whole "iterating" bit is currently
>> unsafe.
2018 Apr 05
0
Re: error : virHashForEach:597 : Hash operation not allowed during iteration
On 04/04/2018 08:38 PM, Vincent Bernat wrote:
> 0001-util-don-t-check-for-parallel-iteration-in-hash-rela.patch
>
>
> From 7bf32825325b124edce58687a8cd2ceff13328b9 Mon Sep 17 00:00:00 2001
> From: Vincent Bernat <vincent@bernat.im>
> Date: Wed, 4 Apr 2018 16:25:37 +0200
> Subject: [PATCH] util: don't check for parallel iteration in hash-related
> functions
Can
2018 Apr 05
1
Re: error : virHashForEach:597 : Hash operation not allowed during iteration
❦ 5 avril 2018 17:00 +0200, Michal Privoznik <mprivozn@redhat.com> :
>> 0001-util-don-t-check-for-parallel-iteration-in-hash-rela.patch
>>
>>
>> From 7bf32825325b124edce58687a8cd2ceff13328b9 Mon Sep 17 00:00:00 2001
>> From: Vincent Bernat <vincent@bernat.im>
>> Date: Wed, 4 Apr 2018 16:25:37 +0200
>> Subject: [PATCH] util: don't check
2002 Jul 19
1
lilo causes a "Unexpected dirty buffer encountered at do_get_write_access:597 (03:02 blocknr 0)"
On my Debian box:
Package: lilo
Version: 1:22.2-5
Severity: normal
lilo seems to cause a kernel warning (see subject) when / is a ext3 partition.
Maybe a kernel problem? Who knows. I'm running 2.4.19-rc1-ac7
-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux hummus 2.4.19-rc1-ac7 #1 Wed Jul 17 22:14:20 CEST 2002 i686
Locale: LANG=C, LC_CTYPE=C
Versions
2000 Jul 07
1
multiply defined symbols (PR#597)
Full_Name: Peter Lucas
Version: 1.1.0
OS: redHat 6.2 Linux
Submission from: (NULL) (139.133.200.15)
I tried to install R 1.1.0 on my i686 PC with Redhat 6.2 Linux on it.
I am using fort77 with f2c. I am not able to build R, as libc.a contains
regex.o, causing a conflict with src/main/regex.o. the ONEWS mentions
that this problem was solved, but it obviously was not. I am not a real
Unix hacker,
2018 Apr 04
3
error : virHashForEach:597 : Hash operation not allowed during iteration
Hey!
On many of our servers, we often have the following error:
error : virHashForEach:597 : Hash operation not allowed during iteration
When querying the list of domains, this means libvirt will silently
return 0 domain (most uses of virHashForEach don't handle the return
code).
We are using a hook, but the hook doesn't query libvirt back, so it
should be safe from this point...
2018 Apr 04
0
Re: error : virHashForEach:597 : Hash operation not allowed during iteration
...They are not modifying the list so they grab a
read lock.
>
> Thread 10 (Thread 0x7f931f814700 (LWP 126453)):
> #0 virHashForEach (table=0x7f92fc69a480, iter=iter@entry=0x7f932ea8fbf0 <virDomainObjListCollectIterator>, data=data@entry=0x7f931f813a20) at ../../../src/util/virhash.c:597
> #1 0x00007f932ea911c3 in virDomainObjListCollect (domlist=0x7f92fc82dd50, conn=conn@entry=0x7f92e0000f80, vms=vms@entry=0x7f931f813a80, nvms=nvms@entry=0x7f931f813a90, filter=0x7f932ebdc6b0 <virConnectListAllDomainsCheckACL>, flags=48)
> at ../../../src/conf/virdomainobjlist.c:93...
2018 Apr 04
2
Re: error : virHashForEach:597 : Hash operation not allowed during iteration
❦ 4 avril 2018 15:19 +0200, Michal Privoznik <mprivozn@redhat.com> :
> Both threads call virHashForEach(table=0x7f92fc69a480). Thread 6 was
> first so it starts iterating and sets table->iterating so later when
> thread 10 enters the function an error is reported.
>
> I guess we can go with what Dan suggested and after some rework we can
> just drop ->iterating
2006 Jul 19
1
RoutingError -- but only for one controller
...b/ruby/gems/1.8/gems/rails-1.1.2/lib/fcgi_handler.rb:150:in
`process_request''
/usr/lib/ruby/gems/1.8/gems/rails-1.1.2/lib/fcgi_handler.rb:54:in
`process!''
/usr/lib/ruby/gems/1.8/gems/rails-1.1.2/lib/fcgi_handler.rb:53:in
`each_cgi''
/usr/lib/ruby/1.8/fcgi.rb:597:in `each''
/usr/lib/ruby/1.8/fcgi.rb:597:in `each_cgi''
/usr/lib/ruby/gems/1.8/gems/rails-1.1.2/lib/fcgi_handler.rb:53:in
`process!''
/usr/lib/ruby/gems/1.8/gems/rails-1.1.2/lib/fcgi_handler.rb:23:in
`process!''
dispatch.fcgi:34
Here are the weird...