Displaying 3 results from an estimated 3 matches for "resolu".
Did you mean:
resolv
2010 Mar 23
1
usuários não consegues acessar pastar compartilhadas após upgrade do samba
...o loopback
>
> interfaces = lo eth1 eth2
>
> e a linha
>
> bind interfaces only = yes
>
> TEM que existir
>
>
> Uma pergunta, se o Sr. tentar acessar o compartilhamento usando o ip
> ele coneta ?
>
> Se a resposta for sim, o Sr. pode estar com problemas de resolu??o de
> nomes, j? tentou colocar esta linha no smb.conf :
>
> wins support = yes
>
> F?bio Rabelo
>
>
> N?o localizei nenhum erro nos logs. Os usu?rios n?o conseguem nem
> acessar a lista de shares. Ao tentar acessar \\[ip_do_server], j?
> recebo a mensage...
2008 Oct 16
0
[LLVMdev] LLVM 2.4 problem? (resend)
...t const qualification there are cases that could be
implemented with overlapping storage within the standard's words.
E.g., if variables are address-exposed but never value-exposed.)
There is currently _no_ CoreWG consensus about whether that situation
is intended and/or desirable. The resolution of that is what the new
core issue is about.
(I'm not sure what sort of guidance this provides for LLVM behavior.)
Daveed
2008 Oct 15
3
[LLVMdev] LLVM 2.4 problem? (resend)
On Oct 15, 2008, at 1:09 PM, David Vandevoorde wrote:
> On Oct 15, 2008, at 3:53 PM, Mike Stump wrote:
> [...]
>> Objects are defined like so:
>>
>> Two pointers of
>> the same type compare equal if and only if they are both null,
>> both
>> point to the same object or function, or both point one past the
>> end
>> of the same array.