Displaying 19 results from an estimated 19 matches for "addentri".
Did you mean:
addentry
2017 Mar 23
6
[RFC] better link error messages
Folks,
I'd like propose a new error message format for LLD so that error message
for undefined or duplicated symbols are more informative and easy to read.
Below are examples of the current error messages (note that characters in
red are actually red on terminal):
*Undefined symbols*
/ssd/clang/bin/ld.lld: error: /ssd/llvm-project/lld/ELF/Writer.cpp:207:
undefined symbol
2017 Mar 25
4
[RFC] better link error messages
On Mar 24, 2017 5:22 PM, "Reid Kleckner" <rnk at google.com> wrote:
I figured you might consider moving the basenames of the filename earlier
in the diagnostic, something like:
bin/ld.lld: *error:* duplicate symbol:
lld::elf::MipsGotSection::addEntry(lld::elf::SymbolBody&,
long, lld::elf::RelExpr)
*>>> defined at* Writer.cpp:38 in
2017 Mar 29
3
[RFC] better link error messages
On Sat, Mar 25, 2017 at 6:56 AM, Hal Finkel via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
>
> On 03/24/2017 11:42 PM, Sean Silva via llvm-dev wrote:
>
>
>
> On Mar 24, 2017 5:22 PM, "Reid Kleckner" <rnk at google.com> wrote:
>
> I figured you might consider moving the basenames of the filename earlier
> in the diagnostic, something like:
>
2017 Mar 24
4
[RFC] better link error messages
On Fri, Mar 24, 2017 at 2:04 PM, Sean Silva <chisophugis at gmail.com> wrote:
> I lile the idea of having it more structured and I think your suggested
> format is the right direction.
>
> I think one principle should be that we assume that file names and symbol
> names are "really long" (possibly wrapped by the terminal etc.).
>
Right. That's what we should
2024 Aug 14
1
Can't join new samba dc to existing dc
On Wed, 14 Aug 2024 16:58:12 +0700
fransnicho via samba <samba at lists.samba.org> wrote:
> I can not join an additional new samba dc ver. 4.19.5 to an existing
> samba Ad version 4.19.5 functional level 2008 R2.
>
> Last week I successfully demote an offline dc3 and move the fsmo role
> /var/log/samba/log.samba
>
>
> 16:34:51.368927, 0]
>
2024 Aug 15
2
Can't join new samba dc to existing dc
On Thu, Aug 15, 2024, 10:35 fransnicho <fransnicho at gmail.com> wrote:
> Pada Rab, 14 Agu 2024 pukul 23.21 Rowland Penny via samba <
> samba at lists.samba.org> menulis:
>
>> On Wed, 14 Aug 2024 16:58:12 +0700
>> fransnicho via samba <samba at lists.samba.org> wrote:
>>
>> > I can not join an additional new samba dc ver. 4.19.5 to an existing
2017 Mar 29
2
[RFC] better link error messages
On 3/29/17 12:53 PM, Rui Ueyama via llvm-dev wrote:
> Put it all together, the following error messages should work for
> everybody. I'll create a patch to make this change and send it for
> review. Thank you guys for the inputs!
>
>
> Undefined symbol error:
>
> bin/ld.lld: error: undefined symbol:
>
2024 Aug 15
1
Can't join new samba dc to existing dc
Pada Rab, 14 Agu 2024 pukul 23.21 Rowland Penny via samba <
samba at lists.samba.org> menulis:
> On Wed, 14 Aug 2024 16:58:12 +0700
> fransnicho via samba <samba at lists.samba.org> wrote:
>
> > I can not join an additional new samba dc ver. 4.19.5 to an existing
> > samba Ad version 4.19.5 functional level 2008 R2.
> >
> > Last week I successfully
2017 Mar 29
2
[RFC] better link error messages
I am late on the thread, but I just want to say that the new format
looks awesome!
Thanks,
Rafael
On 29 March 2017 at 15:18, Rui Ueyama via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> My bad. I intended this.
>
> Undefined symbol error:
>
> bin/ld.lld: error: undefined symbol:
> lld::elf::EhFrameSection<llvm::object::ELFType<(llvm::support::endianness)0,
>
2024 Aug 14
1
Can't join new samba dc to existing dc
Hello All,
Please help..
I can not join an additional new samba dc ver. 4.19.5 to an existing samba
Ad version 4.19.5 functional level 2008 R2.
Last week I successfully demote an offline dc3 and move the fsmo role to
dc4. The command i used to join:
it at dc6:~$ sudo samba-tool domain join NICHO.COM DC -UAdministrator at NICHO.COM
--option='idmap_ldb:use rfc2307 = yes'
2013 Oct 08
2
[LLVMdev] [lld] Add target-specific entries to the dynamic table
Hi,
I'm going to add MIPS target linking support to LLD. One of the things
I bumped into is the dynamic table. MIPS ABI declares many additional
mandatory dynamic table entries like DT_MIPS_LOCAL_GOTNO,
DT_MIPS_SYMTABNO etc. Some of these entries can be allocated and
initialized at once, other entries should be allocated in the
beginning and initialized at the end. For example we need to know
2024 Aug 18
1
Can't join new samba dc to existing dc
Pada Min, 18 Agu 2024 pukul 16.38 Rowland Penny via samba <
samba at lists.samba.org> menulis:
> On Sat, 17 Aug 2024 16:21:14 +0700
> fransnicho via samba <samba at lists.samba.org> wrote:
> > Hi Rowland,
> > Thanks for your response
> >
> > Is it ok to have 2 records on the
> >
>
2024 Aug 18
1
Can't join new samba dc to existing dc
On Sun, 18 Aug 2024 22:21:02 +0700
fransnicho via samba <samba at lists.samba.org> wrote:
>
> it at dc4:~$ sudo dpkg -l | grep -E
> 'samba|winbind|krb5|smbclient|acl|attr|bind9'
> ii acl 2.2.53-6
>
> amd64 access control
> list - utilities
> ii attr
2013 Oct 08
0
[LLVMdev] [lld] Add target-specific entries to the dynamic table
You can add a member function in the TargetHandler to override the
dynamic table that the target wants to create.
Thanks
Shankar Easwaran
On 10/8/2013 2:42 PM, Simon Atanasyan wrote:
> Hi,
>
> I'm going to add MIPS target linking support to LLD. One of the things
> I bumped into is the dynamic table. MIPS ABI declares many additional
> mandatory dynamic table entries like
2016 Apr 14
0
create new child windows domain in existing samba forest
Hi, all!
I have samba 4 AD (4.1.22) and try to create new domain in existing
forest with controller on windows 2008 r2.
It is possible?
1. At dcpromo, after all needed containers replications, I get error:
Active Directory Domain Services could not create the object
CN=CHDOM,CN=Partitions,CN=Configuration,DC=ad,DC=...
Log from samba:
[...]
2010 Mar 25
1
mysql-python
Is it me or does the MySQLdb module in Centos not support python's DBAPI
2.0?
2024 Aug 19
1
Can't join new samba dc to existing dc
Pada Min, 18 Agu 2024 pukul 23.23 Rowland Penny via samba <
samba at lists.samba.org> menulis:
> On Sun, 18 Aug 2024 22:21:02 +0700
> fransnicho via samba <samba at lists.samba.org> wrote:
>
>
>
> >
> > it at dc4:~$ sudo dpkg -l | grep -E
> > 'samba|winbind|krb5|smbclient|acl|attr|bind9'
> > ii acl
2024 Aug 18
1
Can't join new samba dc to existing dc
On Sat, 17 Aug 2024 16:21:14 +0700
fransnicho via samba <samba at lists.samba.org> wrote:
> Hi Rowland,
> Thanks for your response
>
> Is it ok to have 2 records on the
> CN=DC4,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=nicho,DC=com
> ?
Yes
>
> 20.04 comes with Samba 4.15.13, so where did you get the 4.19.5
> packages from ?
> deb
2010 May 02
2
samba4 make error - drsblobs.so
Hello - make fails to build the latest git of samba4 - erroring on drsblobs.so. Below is a full log from autogen.sh to the make. Would you have any suggestions on proceeding?
Thank you,
Ryan
ryan at test1:~/samba-master/source4$ sudo ./autogen.sh
./autogen.sh: running script/mkversion.sh
./script/mkversion.sh: 'version.h' created for Samba("4.0.0alpha12-GIT-d83850a")