search for: draco

Displaying 20 results from an estimated 20 matches for "draco".

Did you mean: drac
2013 May 30
5
[LLVMdev] compiler-rt tests in cmake?
...e Here's the log. Anything stand out to you? -- Testing: 15209 tests, 4 threads -- Testing: FAIL: AddressSanitizer :: Linux/unpoison_tls.cc (19 of 15209) ******************** TEST 'AddressSanitizer :: Linux/unpoison_tls.cc' FAILED ******************** Script: -- /local/mnt/workspace/draco/out/release_stage2/bin/clang -ccc-cxx -fsanitize=address -mno-omit-leaf-frame-pointer -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -m64 -O1 /local/mnt/workspace/draco/compiler-rt/lib/asan/lit_tests/Linux/unpoison_tls.cc -o /local/mnt/workspace/draco/out/release_stage2/projects/compiler-rt...
2013 May 30
0
[LLVMdev] compiler-rt tests in cmake?
On Thu, May 30, 2013 at 10:05 PM, Greg Fitzgerald <garious at gmail.com> wrote: > The sanitizer common and asan that mention 'thread' are failing for me > this morning. How are your bots looking? Last good commit here was > 512c616cacf70ca029a2bf719a482b902f3687cd. > Hm, our bots seem to be green. Could you refer to guilty svn revision? > > > You could try
2013 May 30
2
[LLVMdev] compiler-rt tests in cmake?
The sanitizer common and asan that mention 'thread' are failing for me this morning. How are your bots looking? Last good commit here was 512c616cacf70ca029a2bf719a482b902f3687cd. > You could try preprocessing your report with perl or sed to fix paths > to your binaries. It would be great to have an option for that in > asan_symbolize.py. > > As for addr2line, we just
2019 Feb 04
0
Unable to start libvirt systemd service
...list command goes through and the command ps -ef | grep libvirtd, gives the following putput ps -ef | grep libvirtd root 420 1 0 06:33 ? 00:00:00 /usr/sbin/libvirtd --daemon --config /etc/libvirt/libvirtd.conf root 610 227 0 06:34 ttyS0 00:00:00 grep libvirtd root at draco:~# virsh list Id Name State -------------------- Following are the logs of journalctl -xe | grep libvirtd -- Unit libvirtd.service has begun starting up. Feb 04 06:32:01 draco libvirtd[388]: 2019-02-04 06:32:01.298+0000: 388: info : libvirt version: 4.9.0 Feb 04 06:32:01 draco libvirtd[388]:...
2005 Oct 06
5
webrick seen only on local machine
...I use any other browser it times out. I have already modified the following line in the /script/server file (I''ve tried the numeric ip address also) so that it is the real ip address (and not 0.0.0.0). I think I am entering the web address properly with the port number (e.g. http://draco.icmb.utexas.edu:3000/) :ip => "draco.icmb.utexas.edu", This seems like very odd behavior to me. Any ideas? Thank you.
2005 Aug 04
1
libtheora Bitrate Problem
...exit(1); } video_q=0; break; I assume 'kbps' is Kilobits Per Second (kbit/s) and *theora_info.target_bitrate* is in Bits Per Second. If this is true then shouldn't the argument (optarg) be multiplied by 1024 and not 1000? Or does it matter? Thanks, Draco draco@dragonsguild.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/theora-dev/attachments/20050805/53b51693/attachment.htm
2007 Nov 10
3
Funny issue with chroot + symlink outside chroot
...he error handling: How to reproduce: On server side I setup a tree and share using rsync + xinetd, of course, for security reason I use chroot option. Now I push this symlink: lrwxrwxrwx 1 root root 4 nov 10 16:28 horsroot -> /bin/ Now I try to do: ./rsync -avPH --copy-unsafe-links draco::test/ /tmp/rsyncdest/ (Of course the transfert will failed because /bin is outside the chroot.) The first problem is the error message is not push to stderr but stdout: --------------------------- [nanardon@draco rsync]$ rsync -avPH --copy-unsafe-links virgo::test/ /tmp/rsyncdest/ 2>/dev/nu...
2002 Jun 28
0
sunflash-info
...nFlash and FlashBack articles are posted to the Sun-only newsgroup sun.sunflash. If you make SunFlash available within your organization as a newsgroup, please tell me and I will update a document that I maintain that lists SunFlash/FlashBack distributors. FlashBack and ftp ================== draco.nova.edu:/pub/sunflash is the primary FlashBack/SunFlash site. There are several sites around the world that automatically mirror the files from draco.nova.edu:/pub/sunflash - ftp server Directory name ------------------- ----------------------- draco.nova...
2019 Feb 08
1
libvirtd (4.9) version takes a long time to start
Hi, I have installed libvirt 4.9. libvirtd 4.9 takes a long time to come up. I enabled debug prints and also put my own prints Logs are below 2019-02-06 05:55:49.082+0000: 377: info : libvirt version: 4.9.0 2019-02-06 05:55:49.082+0000: 377: info : hostname: draco 2019-02-06 05:55:49.082+0000: 377: info : virObjectNew:248 : OBJECT_NEW: obj=0x558e782d8bb0 classname=virAccessManager 2019-02-06 05:55:49.082+0000: 377: debug : virAccessManagerNewDriver:105 : Initialized with stack 2019-02-06 05:55:49.082+0000: 377: info : virObjectNew:248 : OBJECT_NEW: obj=0x558...
2024 May 10
1
Samba domain name in short format
...50054 10001 Here, 504 is my uid and 505 is my primary gid in the Linux system. For some reason, Samba cannot understand my other groups. [root at hecate etc]# id zs24 uid=504(zs24) gid=505(pet) groups=505(pet),3525(CITlab),3505(admins),3528(calendar),3529(data16_private_folder),3527(deepimage),3521(draco),3523(git),3531(hecate),3535(nxtool),3517(orion),3526(pcfh),3524(petchem),3516(petfaculty),3530(pisces),3534(sagitta),3532(scorpio),3520(svn),3522(tech),502(xeons) I tried to change this line in smb.conf file since someone said winbind didn't like sss. I tried ad, nss, nis, but they had no dif...
2019 Feb 07
0
libvirtd (4.9) version takes a long time to start
Hi, I have installed libvirt 4.9. libvirtd 4.9 takes a long time to come up. I enabled debug prints and also put my own prints Logs are below 2019-02-06 05:55:49.082+0000: 377: info : libvirt version: 4.9.0 2019-02-06 05:55:49.082+0000: 377: info : hostname: draco 2019-02-06 05:55:49.082+0000: 377: info : virObjectNew:248 : OBJECT_NEW: obj=0x558e782d8bb0 classname=virAccessManager 2019-02-06 05:55:49.082+0000: 377: debug : virAccessManagerNewDriver:105 : Initialized with stack 2019-02-06 05:55:49.082+0000: 377: info : virObjectNew:248 : OBJECT_NEW: obj=0x558...
2016 Mar 05
0
wpa_supplicant service script marked executable
...l" setup. Upon restart of systemd I get this warning: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway. Probably the exec bit is no longer needed. -- Ciao, luigi / +--[Luigi Rosa]-- \ Draco dormiens nunquam titillandos.
2002 Jun 18
1
FreeBSD as NT
...Samba Server dns proxy=no os level=64 domain controller=yes browseable=yes encrypt passwords=yes workgroup=biohazard security=domain bind interfaces only=yes interfaces=192.168.1.1 max log size=50 domain logons=yes lm announce=no domain master=yes local master=yes preferred master=yes netbios name=DRACO __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com
2005 Aug 26
1
Cannot see the samba shares with Windows XP professional
...ron's Directory Chris Disk Chris's Directory IPC$ IPC IPC Service (Samba Server) smoky Printer Server Comment --------- ------- COSNS01 Samba Server DRACO Samba Server RAFIKI Samba Server TIMON Samba Server Workgroup Master --------- ------- MYGROUP TIMON Host: rafiki, User: ccejka Any help would certainly be appre...
2005 Aug 26
0
(no subject)
...ron's Directory Chris Disk Chris's Directory IPC$ IPC IPC Service (Samba Server) smoky Printer Server Comment --------- ------- COSNS01 Samba Server DRACO Samba Server RAFIKI Samba Server TIMON Samba Server Workgroup Master --------- ------- MYGROUP TIMON Host: rafiki, User: ccejka Any help would certainly be appre...
2001 Feb 19
2
Dubious use of BN_num_bits in sshconnect1.c (resend)
...at citi.umich.edu> In-Reply-To: alex at foogod.com, Sun, 18 Feb 2001 19:38:56 PST To: alex at foogod.com Cc: openssh-unix-dev at mindrot.org Date: Mon, 19 Feb 2001 10:07:24 -0500 Sender: provos at citi.umich.edu Hi Alex, there is no problem in OpenSSH. In message <20010218193856.D22936 at draco.foogod.com>, alex at foogod.com writes: >Hiho... >I have recently encountered problems using OpenSSH 2.3.0p1 to connect to a SSH >1.2.20 server, with messages such as the following: You should seriously consider updating the ssh-1.2.20 server to something newer. >received in sshconn...
2024 May 08
1
Samba domain name in short format
On Tue, 7 May 2024 22:19:38 +0000 "Sun, Zhongdong" <zhongdong.sun at yale.edu> wrote: > Hi Rowland, > > You are right. We are running some old software here, such as NIS. > All these started in 20 years ago when I joined the group and we had > about 20-30 workstations running Linux. NIS was chosen at that time > to manage user accounts. Some users were not
2014 May 30
3
[LLVMdev] Porting ASan to AArch64
Hello, I have been working on porting ASan to AArch64. I am building compiler-rt in "standalone mode" targeting aarch64. My build is successful, but I get the following runtime error when I run an ASan enabled executable through qemu-aarch64: ==29184==Parsed ASAN_OPTIONS: verbosity=1 ==29184==AddressSanitizer: failed to intercept '__isoc99_printf' ==29184==AddressSanitizer:
2003 Dec 01
0
No subject
...eturn-Path: <chris.williams@wrestpoint.com.au> Delivered-To: samba@lists.samba.org Received: from tesla.wrestpoint.com.au (unknown [203.33.128.110]) by lists.samba.org (Postfix) with ESMTP id 691B144F5 for <samba@lists.samba.org>; Fri, 24 Aug 2001 06:05:30 -0700 (PDT) Received: from draco (018.hob0108.hob.iprimus.net.au [203.134.136.18]) by tesla.wrestpoint.com.au (8.9.2/8.9.2) with SMTP id XAA27188 for <samba@lists.samba.org>; Fri, 24 Aug 2001 23:08:52 +1000 (EST) (envelope-from chris.williams@wrestpoint.com.au) Message-ID: <000e01c12c9e$601b2090$128886cb@draco> F...
2003 Aug 09
1
Samba as PDC in mixed XP/98 Client base
I?ve gotten a basic Samba 2.2.7a setup working as a PDC for Windows 98 without too much hassle (once I read the friendly manual it was easy!). However, when I try to log onto the domain from XP Pro, the user receives an ACCESS DENIED message. The docs and books I have don?t mention XP at all so if anyone has any ideas on what?s going on (i.e. they have fixed this issue) OR perhaps it?s some M$