search for: 33547

Displaying 4 results from an estimated 4 matches for "33547".

Did you mean: 3354
2006 Apr 11
1
strange issue with bind
...ients but none have this problem... # service named restart Stopping named: named: already running [root at srv1 ~]# tail -n 2 /var/log/messages apache Apr 10 20:10:52 srv1 named[4345]: invalid command from 127.0.0.1#33546: bad auth Apr 10 20:10:52 srv1 named[4345]: invalid command from 127.0.0.1#33547: bad auth Where does this 'bad auth' come from? (I am running ldap but the user 'named' is in /etc/passwd & /etc/shadow Craig
2015 May 20
5
[LLVMdev] RFC: Reduce the memory footprint of DIEs (and DIEValues)
...int, llvm::DIE&, llvm::DINode const*) 46.34 MB 5.0% 189810 llvm::DwarfCompileUnit::constructVariableDIEImpl(llvm::DbgVariable const&, bool) 25.57 MB 2.7% 104752 llvm::DwarfCompileUnit::constructInlinedScopeDIE(llvm::LexicalScope*) 8.19 MB 0.8% 33547 llvm::DwarfCompileUnit::constructImportedEntityDIE(llvm::DIImportedEntity const*) A lot of this is the pair of `SmallVector<, 12>` it has for its values (look into `DIEAbbrev` for the second one). Here's a histogram of how many DIEs have each value count: # of Values DIEs wit...
2005 Oct 31
1
Converting from WBEL 4 to CentOS 4.
Hi all I want to migrate a server from Whitebox Linux 4 to CentOS 4. I think I should be able to do it without reinstallation, as both are RHEL clones...Can someone please tell me how? and if there are any pitfalls doing it on a production server and doing further updates from CentOS updates? With best regards. Sanjay. -------------- next part -------------- An HTML attachment was scrubbed...
2015 May 21
2
[LLVMdev] RFC: Reduce the memory footprint of DIEs (and DIEValues)
...llvm::DINode const*) >> 46.34 MB 5.0% 189810 llvm::DwarfCompileUnit::constructVariableDIEImpl(llvm::DbgVariable const&, bool) >> 25.57 MB 2.7% 104752 llvm::DwarfCompileUnit::constructInlinedScopeDIE(llvm::LexicalScope*) >> 8.19 MB 0.8% 33547 llvm::DwarfCompileUnit::constructImportedEntityDIE(llvm::DIImportedEntity const*) >> >> A lot of this is the pair of `SmallVector<, 12>` it has for its values >> (look into `DIEAbbrev` for the second one). Here's a histogram of how >> many DIEs have each val...