search for: ush

Displaying 11 results from an estimated 11 matches for "ush".

Did you mean: use
2007 Sep 22
0
rsync build on IA64 using icc
...r rprintf(FINFO, RSYNC_NAME "[%d] (%s%s%s) heap statistics:\n", ^ main.c(485): remark #981: operands are evaluated in unspecified order full_fname(dest_path)); ^ main.c(484): remark #981: operands are evaluated in unspecified order rsyserr(FERROR, errno, "push_dir#1 %s failed", ^ main.c(506): remark #981: operands are evaluated in unspecified order full_fname(dest_path)); ^ main.c(505): remark #981: operands are evaluated in unspecified order rsyserr(FERROR, errno, "ERROR: cannot stat destination %s", ^ main.c(52...
2011 Nov 22
4
Data Frame Search Slow
Hey All, So - I promise to write a blog post on this topic and post it somewhere on the internet once I get to the bottom of this. Basically, the set-up to the problem is like this: 1. I have a data frame with dim (2547290, 4) 2. I need to make SQL like lookups on the dataframe. I have been using the following sort of syntax: a.dataframe[a.dataframe[[column_index]] %in% some_value, ] 3.
2010 Sep 13
2
post
Hello, I have a question regarding how to speed up the t.test on large dataset. For example, I have a table "tab" which looks like: a b c d e f g h.... 1 2 3 4 5 ... 100000 dim(tab) is 100000 x 100 I need to do the t.test for each row on the two subsets of columns, ie to compare a b d group against e f g group at each row. subset 1: a b d 1 2 3 4 5 ... 100000
2012 Dec 16
1
Upgraded to Syslinux 5.00 - Failed to load ldlinux.c32
...nt=1 conv=notrunc if=/usr/share/syslinux/mbr.bin of=/dev/... 3) Updated extlinux using extlinux --update /boot/extlinux (I also tried "extlinux --install") 4) Removed everything in /boot/extlinux excluding "extlinux.conf" and "ldlinux.sys". 5) Copied *.c32 from /ush/share/syslinux to /boot/extlinux: sysresccd# ls -l /boot/extlinux total 1292 -rwxr--r-- 1 root root 1512 Dec 16 15:51 cat.c32 -rwxr--r-- 1 root root 22860 Dec 16 15:51 chain.c32 -rwxr--r-- 1 root root 1264 Dec 16 15:51 cmd.c32 -rwxr--r-- 1 root root 1412 Dec 16 15:51 config.c32 -rwxr--r-- 1...
2004 May 10
0
SPAM-Check: Re: Message Error
SPAM-Check AutoReply:Wir haben Ihre Mail erhalten! >>tech-support at ush.de
2010 Mar 03
5
[PATCH, PV-GRUB DOC] Add details to PV-GRUB documentation
Add a couple of documentation details about PV-GRUB support - the menu.lst content can be passed as a ramdisk. - virtual partitions are not supported. Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org> diff -r b8d2a4134a68 stubdom/README --- a/stubdom/README Wed Mar 03 17:41:58 2010 +0000 +++ b/stubdom/README Wed Mar 03 20:42:53 2010 +0100 @@ -52,11 +52,17 @@ extra =
2009 Sep 07
0
Cannot install mdac28
Wine v1.1.29 in Ubuntu 9.04 I am trying to install mdac28 ushing sh winetricks mdac28. It will download and start the installation but then return this error message: The program dasetup.exe has encountered a serious problem and needs to close. We are sorry for the inconvenience. This can be caused bu a problem in the program or a deficiency in wine. I trie...
2002 Jan 30
1
Patch: update zlib/* to 1.1.3
...1998 Jean-loup Gailly "; + " deflate 1.1.3 Copyright 1995-1998 Jean-loup Gailly "; /* If you use the zlib library in a product, an acknowledgment is welcome in the documentation of your product. If for some reason you cannot @@ -608,11 +608,13 @@ deflate_state *ss; ushf *overlay; - ss = source->state; - if (source == Z_NULL || dest == Z_NULL || ss == Z_NULL) { + if (source == Z_NULL || dest == Z_NULL || source->state == Z_NULL) { return Z_STREAM_ERROR; } + + ss = source->state; + *dest = *source; ds = (deflate_st...
2012 Aug 20
13
[PATCH 00/12] Multidisk support
Hello, the following patches should get multidisk access working. The syntax accepted is the following: (hdx,y)/path/to/file where x is the disk number and start at 0 and the y is the partition number starting at 1. So (hd0,1) is the first partition of the first disk. the other accepted syntax is using MBR's 32 bits disk signature so for example: (mbr:0x12345678,2)/foo/bar would address
2003 Dec 01
0
No subject
...ytes = HASHBYTES; GetTimeOfDay(&tp_start); @@ -703,10 +711,29 @@ DEBUG(0,("Error writing local file\n")); break; } - + + if (hash) { + while (nread >= hashbytes) { + (void) putchar('#'); + hashbytes += HASHBYTES; + } + (void) fflush(stdout); + } + if (tick && (nread >= hashbytes)) { + printf("\rBytes transferred: %ld", nread); + (void) fflush(stdout); + while (nread >= hashbytes) + hashbytes += TICKBYTES; + } + nread += n; } + if (hash || tick) { + (void) putch...
1999 Feb 26
0
Samba failing to start!
Hi there, Each time I try to start my samba, I get this error in my log.. bind failed on port 139 socket_addr=0.0.0.0 (Address already in use) I am unsure how to cure this, and allow smbd to start correctly. nmbd and smbd always ran as deamons on my Debian 2.0 system, but now a 'ps aux' fails to show 'smbd' although nmbd is still there. I am unsure what I may have changed to