Displaying 5 results from an estimated 5 matches for "57min".
Did you mean:
7min
2010 Oct 21
0
[LLVMdev] Re : Source to source translation.
...kes it very hard to get the same code back (if at all
possible).
Maybe something along the lines of TXL would be more appropriate for what you
want to do?
Matthieu
>
>De : Carlos Crespo <macayaven at gmail.com>
>À : llvmdev at cs.uiuc.edu
>Envoyé le : Mer 20 octobre 2010, 22h 57min 07s
>Objet : [LLVMdev] Source to source translation.
>
>Hello,
>
>I'm trying to do a source to source translation from C++ code to C++ code. I
>want the output to contains some automatically inserted annotations, and the
>rest of the code exactly the same as it was before...
2020 Jun 11
2
getting no SRV record
...lhost
192.168.16.50??? [dchost].[domain].work??? [dchost]
root@[dchost]:~# systemctl status bind9
? bind9.service - BIND Domain Name Server
?? Loaded: loaded (/lib/systemd/system/bind9.service; enabled; vendor
preset: enabled)
?? Active: *active (running)* since Wed 2020-06-10 15:20:55 CDT; 2h
57min ago
???? Docs: man:named(8)
?Main PID: 590 (named)
??? Tasks: 5 (limit: 4531)
?? CGroup: /system.slice/bind9.service
?????????? ??590 /usr/sbin/named -f -u bind
root@[dchost]:~# cat /etc/resolv.conf
nameserver 192.168.16.50
search [domain].work
Scratching my head . . . .
2010 Oct 20
4
[LLVMdev] Source to source translation.
Hello,
I'm trying to do a source to source translation from C++ code to C++ code. I
want the output to contains some automatically inserted annotations, and the
rest of the code exactly the same as it was before the processing. Is this
possible with llvm?
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2020 Jun 11
0
getting no SRV record
...[domain].work??? [dchost]
>
> root@[dchost]:~# systemctl status bind9
> ? bind9.service - BIND Domain Name Server
> ?? Loaded: loaded (/lib/systemd/system/bind9.service; enabled; vendor
> preset: enabled)
> ?? Active: *active (running)* since Wed 2020-06-10 15:20:55 CDT; 2h
> 57min ago
> ???? Docs: man:named(8)
> ?Main PID: 590 (named)
> ??? Tasks: 5 (limit: 4531)
> ?? CGroup: /system.slice/bind9.service
> ?????????? ??590 /usr/sbin/named -f -u bind
>
> root@[dchost]:~# cat /etc/resolv.conf
> nameserver 192.168.16.50
> search [domain].work
>
>...
2020 Jun 10
2
getting no SRV record
Here's what happened:
root@[dchost]:~# samba_dnsupdate --use-samba-tool
Failed to get Kerberos credentials, falling back to samba-tool: kinit
for [dchost]$@[domain].WORK failed (Cannot contact any KDC for requested
realm)
ERROR(runtime): uncaught exception - (9711,
'WERR_DNS_ERROR_RECORD_ALREADY_EXISTS')
>>>>>>>> snipped for brevity