Displaying 20 results from an estimated 27 matches for "record_type".
2007 Dec 28
9
lost connection 2.0
I lost my "connection lost" error.. but now I''ve got a "Mysql::Error:
MySQL server has gone away" error..
It comes from:
/usr/lib/ruby/gems/1.8/gems/activerecord-1.15.6/lib/active_record/connection_adapters/abstract_adapter.rb:128:in ''log''.
I''m not sure if Rails / BackgroundRb uses it .. but i''ve got the mysql
(2.7) gem
2016 Nov 04
3
debugging bind9_DLZ
...9;WERR_DNS_ERROR_NAME_DOES_NOT_EXIST')
File
"/usr/local/samba/lib/python2.7/site-packages/samba/netcmd/__init__.py",
line 176, in _run
return self.run(*args, **kwargs)
File
"/usr/local/samba/lib/python2.7/site-packages/samba/netcmd/dns.py", line
998, in run
None, record_type, select_flags, None, None)
I found a reference in an older mailing list posting and near the end of
the thread, the OP mentions that "resorted to dsupdate -g" to get it to
add the reverse zone. I do not know how to dsupdate (This "dsupdate" is
from memory and might slightly in...
2018 Apr 23
4
Find/delete bad DNS Entry
...onnection is now disconnected.') File
> "/usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py", line 175,
> in _run
> return self.run(*args, **kwargs) File
"/usr/lib/python2.7/dist-packages/samba/netcmd/dns.py", line 994, in
> run
> None, record_type, select_flags, None, None)
This samba-tool command works if I search for a specific entry instead of
"@".
How do we find/delete the bad DNS entry?
Here is the full debug output -
INFO: Current debug levels:
all: 10
tdb: 10
printdrivers: 10
lanman: 10
smb: 10
rpc_p...
2006 Sep 15
2
Caching::Sweeper Access to Controller
...rver.rb:184:in `each''
/usr/lib/ruby/1.8/observer.rb:184:in `notify_observers''
Here''s my code (the problem is with ''controller'' being nil):
def log(record, event, user = controller.session[:user])
a = AuditTrail.new(:record_id => record.id, :record_type =>
record.type.name,
:event => event, :user_id => user)
a.record_version = record.version if record.respond_to?("version")
a.save!
end
The interesting thing is that it only happens on actions within one
of the controllers that are calling the...
2016 Nov 04
2
debugging bind9_DLZ
...;> "/usr/local/samba/lib/python2.7/site-packages/samba/netcmd/__init__.py",
>> line 176, in _run
>> return self.run(*args, **kwargs)
>> File
>> "/usr/local/samba/lib/python2.7/site-packages/samba/netcmd/dns.py",
>> line 998, in run
>> None, record_type, select_flags, None, None)
>>
>> I found a reference in an older mailing list posting and near the end
>> of the thread, the OP mentions that "resorted to dsupdate -g" to get
>> it to add the reverse zone. I do not know how to dsupdate (This
>> "dsupda...
2010 Mar 09
0
[LLVMdev] Fwd: help with llvm-convert
...86. EmitBuiltinVACopy is
therefore using the second branch of the if (~llvm-convert.cpp:6538)
to emit the second argument. The second argument is the result of an
alloca. TreeToLLVM::Emit is hitting the first assertion (~929).
The exp being passed is:
<var_decl 0x20000b44240 ap
type <record_type 0x200008f96b0 va_list sizes-gimplified no-force-blk BLK
size <integer_cst 0x20000820ea0 constant invariant 128>
unit size <integer_cst 0x20000820ed0 constant invariant 16>
align 64 symtab 0 alias set -1
fields <field_decl 0x20000846180 __base type <poin...
2014 Feb 12
1
samba-tool dns query error WERR_INTERNAL_DB_ERROR
...ception - (1383, 'WERR_INTERNAL_DB_ERROR') File
"/usr/local/samba/lib64/python2.6/site-packages/samba/netcmd/__init__.py",
line 175, in _run return self.run(*args, **kwargs) File
"/usr/local/samba/lib64/python2.6/site-packages/samba/netcmd/dns.py", line
988, in run None, record_type, select_flags, None, None)
Also the windows dns tool when i click on this particular zone, says it is
probably corrupted zone.
When i run samba-tool dns query on reverse zones and _msdcs, query works
fine
samba-tool dbcheck gives me no error
nslookup for entries in this zone gives me correct res...
2016 Dec 12
1
samba-tool dns query - querying the zone apex
...NS_ERROR_NAME_DOES_NOT_EXIST')
File
"/usr/local/samba/lib/python2.7/site-packages/samba/netcmd/__init__.py",
line 176, in _run
return self.run(*args, **kwargs)
File
"/usr/local/samba/lib/python2.7/site-packages/samba/netcmd/dns.py", line
998, in run
None, record_type, select_flags, None, None)
Is this expected? How can I query just the NS records at the zone apex?
Thanks,
Brian.
2013 Jul 09
1
Samba 4.0.7 DC in Windows 2003R2 AD
...ERR_DNS_ERROR_DS_UNAVAILABLE')
File
"/usr/local/samba/lib/python2.7/site-packages/samba/netcmd/__init__.py",
line 175, in _run
return self.run(*args, **kwargs)
File
"/usr/local/samba/lib/python2.7/site-packages/samba/netcmd/dns.py", line
974, in run
None, record_type, select_flags, None, None)
If I need to include additional info/files, let me know and I'll do so.
Any help greatly appreciated.
Thanx,
Garth
2016 Nov 04
0
debugging bind9_DLZ
...ib/python2.7/site-packages/samba/netcmd/__init__.py",
> >> line 176, in _run
> >> return self.run(*args, **kwargs)
> >> File
> >> "/usr/local/samba/lib/python2.7/site-packages/samba/netcmd/dns.py",
> >> line 998, in run
> >> None, record_type, select_flags, None, None)
> >>
> >> I found a reference in an older mailing list posting and near the
> >> end of the thread, the OP mentions that "resorted to dsupdate -g"
> >> to get it to add the reverse zone. I do not know how to dsupdate
> &g...
2006 Sep 11
0
[LLVMdev] trying to build llvm-gcc in linux/amd64
On Mon, 11 Sep 2006, [UTF-8] Rafael Esp?ndola wrote:
> I am trying to build llvm-gcc4 on a amd64. I had to add the attached
> patch to get the build system to select the correct library. Now the
Applied.
> build fails while compiling a code that has __builtin_va_copy. The
> attached test.i fails with:
>
> cc1: ../../trunk/gcc/llvm-convert.cpp:443: llvm::Value*
>
2018 Apr 24
0
Find/delete bad DNS Entry
...gt;
>> "/usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py", line 175,
>
>> in _run
>
>> return self.run(*args, **kwargs) File
> "/usr/lib/python2.7/dist-packages/samba/netcmd/dns.py", line 994, in
>
>> run
>
>> None, record_type, select_flags, None, None)
>
>
>
> This samba-tool command works if I search for a specific entry instead of
> "@".
>
> How do we find/delete the bad DNS entry?
>
> Here is the full debug output -
>
> INFO: Current debug levels:
>
> all: 10
>
&g...
2006 Sep 11
5
[LLVMdev] trying to build llvm-gcc in linux/amd64
I am trying to build llvm-gcc4 on a amd64. I had to add the attached
patch to get the build system to select the correct library. Now the
build fails while compiling a code that has __builtin_va_copy. The
attached test.i fails with:
cc1: ../../trunk/gcc/llvm-convert.cpp:443: llvm::Value*
TreeToLLVM::Emit(tree_node*, llvm::Value*): Assertion
`(isAggregateType(((exp)->common.type)) == (DestLoc
2018 Apr 25
2
Find/delete bad DNS Entry
...t; "/usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py", line
>> 175,
>
>> in _run
>
>> return self.run(*args, **kwargs) File
> "/usr/lib/python2.7/dist-packages/samba/netcmd/dns.py", line 994, in
>
>> run
>
>> None, record_type, select_flags, None, None)
>
>
>
> This samba-tool command works if I search for a specific entry instead
> of "@".
>
> How do we find/delete the bad DNS entry?
>
> Here is the full debug output -
>
> INFO: Current debug levels:
>
> all: 10
>
&...
2013 Sep 01
1
Samba4/Windows DNS replication and administration issue
...ception - (-1073545204, 'NT_STATUS_RPC_BAD_STUB_DATA')
File "/usr/lib64/python2.6/site-packages/samba/netcmd/__init__.py", line 175, in _run
return self.run(*args, **kwargs)
File "/usr/lib64/python2.6/site-packages/samba/netcmd/dns.py", line 974, in run
None, record_type, select_flags, None, None)
and I see the following in /var/log/messages:
samba[19596]: [2013/09/01 15:31:55.207112, 0] ../source4/rpc_server/dnsserver/dnsdata.c:354(dnsp_to_dns_copy)
samba[19596]: dnsserver: Found Unhandled DNS record type=49dnsserver: Found Unhandled DNS record type=49dnsserv...
2006 Sep 05
2
[LLVMdev] gfortran: array constructor problems
...at
compile time.
Here's the output of debug_tree() for the expression that breaks the assertion:
Breakpoint 2, TreeConstantToLLVM::Convert (exp=0x45e48c60) at
../../src/gcc/llvm-convert.cpp:3868
2: exp->common.constant_flag = 0
1: debug_tree (exp) = <constructor 0x45e48c60
type <record_type 0x45e4c180 int_info BLK
size <integer_cst 0x45e23870 constant invariant 64>
unit size <integer_cst 0x45e238a0 constant invariant 8>
align 32 symtab 1183925312 alias set -1
fields <field_decl 0x45e4c200 kind type <integer_type 0x45e28480 int4>...
2013 May 03
2
Recently joined 2k3, shut down primary, seized roles, now have slight dns (maybe) problem.
..., 'WERR_DNS_ERROR_DS_UNAVAILABLE')
File
"/usr/local/samba/lib/python2.7/site-packages/samba/netcmd/__init__.py",
line 175, in _run
return self.run(*args, **kwargs)
File "/usr/local/samba/lib/python2.7/site-packages/samba/netcmd/dns.py",
line 974, in run
None, record_type, select_flags, None, None)
Also, we cannot delete NS records pointing to old DCs. Tried nsupdate,
which gives no error message. Also tried specifying the zone, also wo
success.
root at smb02:~# nsupdate -d
> server 192.168.0.158
> update delete grupofw.local in ns serv-pdc03.grupofw.local...
2016 Nov 04
0
debugging bind9_DLZ
...;)
> File
> "/usr/local/samba/lib/python2.7/site-packages/samba/netcmd/__init__.py",
> line 176, in _run
> return self.run(*args, **kwargs)
> File
> "/usr/local/samba/lib/python2.7/site-packages/samba/netcmd/dns.py",
> line 998, in run
> None, record_type, select_flags, None, None)
>
> I found a reference in an older mailing list posting and near the end
> of the thread, the OP mentions that "resorted to dsupdate -g" to get
> it to add the reverse zone. I do not know how to dsupdate (This
> "dsupdate" is from mem...
2009 Aug 04
0
Authlogic::How to access current user from within a cache sweeper?
...Here is Chad''s full example:
class AuditSweeper < ActionController::Caching::Sweeper
observe Person
def after_destroy(record)
log(record, "DESTROY" )
end
def log(record, event, user = controller.session[:user])
AuditTrail.create(:record_id => record.id, :record_type =>
record.type.name, :event => event, :user_id => user)
end
end
2014 Feb 13
0
samba-tool dns query error WERR_INTERNAL_DB_ERROR [SOLVED]
...DB_ERROR') File
>> "/usr/local/samba/lib64/python2.6/site-packages/samba/netcmd/__init__.py",
>> line 175, in _run return self.run(*args, **kwargs) File
>> "/usr/local/samba/lib64/python2.6/site-packages/samba/netcmd/dns.py", line
>> 988, in run None, record_type, select_flags, None, None)
>>
>> Also the windows dns tool when i click on this particular zone, says it is
>> probably corrupted zone.
>>
>> When i run samba-tool dns query on reverse zones and _msdcs, query works
>> fine
>>
>> samba-tool dbcheck giv...