search for: ltt

Displaying 7 results from an estimated 7 matches for "ltt".

Did you mean: ldt
2014 Feb 13
2
[LLVMdev] Bad test health
...path.join(dir, cfg) if os.path.exists(cfg): with open(cfg) as f: src = f.read() match = re.search(r"\bconfig\.suffixes = \[(.*?)\]", src) if match: return [f[1:-1] for f in re.split(r" *, *", match.group(1)) ] def walk(args): ltt = LitTestTracker() for arg in args: if os.path.isfile(arg): yield arg else: for path, dirs, files in os.walk(arg): for filepath in [os.path.join(path, f) for f in files]: if ltt.is_test(filepath): yield filepath if __name__ == '__main__':...
2007 Mar 03
5
[PATCH] Compile issue with tools/libfsimage/iso9660
Compile issue with tools/libfsimage/iso9660 char vs unsigned char signedness causes a warning when compiling iso9660 (xen-unstable). This patch changes the unsigned char * for char *. Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca> diff -r 8eff89a69521 tools/libfsimage/iso9660/fsys_iso9660.c --- a/tools/libfsimage/iso9660/fsys_iso9660.c Fri Mar 02 18:42:00 2007 -0500 +++
1998 Nov 25
0
Linux Tips and Tricks (slightly off-topic)
Hi, Just to let you know all that i've started a project called Linux Tips and Tricks (http://www.patoche.org/LTT) in which i'm collecting tips i find. Since i use samba and read this mailing-list i will put tips sent here. In fact there are already some. If someone feels it inapropriate to put the contents of their email sent to this mailing-list just let me know. (the origin of each tip is mentionned on...
2009 Oct 17
5
allowing users to issue the "shutdown" command
I am running CentOS 5.3 and have just the two accounts "root" and "buz". I would like to be able to issue "shutdown" from the account "buz", and thus created /etc/shutdown.allow with the single entry "buz" (without any quotes). I still get the error message "only root can do this" (or something similar) even if I include the
2006 Aug 18
11
#<Errno::EMFILE: Too many open files
My application runs a backgrond process and after running for a while I get this error in my logs: #<Errno::EMFILE: Too many open files Lasty, the ONLY code I have that does anything with files is: File.open(image_path, "wb") do |file| file.puts file_content end Any idea what this means? -- Posted via http://www.ruby-forum.com/.
2010 Mar 02
2
Using USB Tape drive on Centos 5.3 (kernel 2.6.18-164.10.1.el5PAE)
Hello there I have been trying to install HP Storageworks DAT72 on CentOS 5 in vain. On system reboot, neither /dev/st not /dev/sg is available. May you please lead me through as this is my first time trying to do it lsmod Module Size Used by ipv6 267617 40 xfrm_nalgo 13381 1 ipv6 crypto_api 12609 1 xfrm_nalgo autofs4
2013 Apr 18
0
Processed: adding new jessie tag to sid-tagged bugs
...Added tag(s) jessie. > tags 616259 + jessie Bug #616259 [src:libnl] libnl: replace doxygen and texlive-* build dependencies with doxygen-latex Added tag(s) jessie. > tags 701068 + jessie Bug #701068 [atlas] atlas: FTBFS on powerpcspe Added tag(s) jessie. > tags 693801 + jessie Bug #693801 [lttoolbox] lttoolbox: Please support arch powerpcspe (currenly FTBFS due to altivec) Added tag(s) jessie. > tags 701389 + jessie Bug #701389 [src:cpio] cpio: ftbfs with eglibc-2.17 Added tag(s) jessie. > tags 580820 + jessie Bug #580820 [fceu] Uses /dev/dsp instead of ALSA Added tag(s) jessie. &g...