search for: fastenal

Displaying 20 results from an estimated 29 matches for "fastenal".

Did you mean: factanal
2000 Feb 29
0
smb transfer
...and take anywhere from 1-2 hours to complete. I don't want to have to spend any money on a software product if I don't have to. Just wondering if smbclient transfers would ever (in the future) have the ability to start where they left off?? Am I grasping at straws???? Craig Weatherhead Fastenal Company Phone: (507)-453-8146 Fax: (507)-453-8333 E-mail: cweather@fastenal.com <mailto:cweather@fastenal.com> URL: http://www.fastenal.com <http://www.fastenal.com>
2000 Apr 07
3
DG/UX R4.20MU03
...: (Each undeclared identifier is reported only once packet.c:803: for each function it appears in.) packet.c:815: `IPTOS_THROUGHPUT' undeclared (first use this function) suggestions would be nice but I am figuring I will be here awhile figuring this out. -- Dave Dulek System Administration Fastenal Company E-mail: ddulek at fastenal.com Phone: (507) 453-8149 Fax: (507) 453-8333
2011 Jan 25
3
How to fasten btrfs?
Hi, I am using 2.6.36.3 kernel with btrfs, 512MB memory and a very slow disk, no special options for mounting btrfs except noatime. Now I found it very slow. When I rm a 5GB movie, it took 20 secs. -- 竹密岂妨流水过 山高哪阻野云飞 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at
2009 Apr 22
1
[PATCH 1/1] OCFS2: fasten dlm_lock_resource hash_table lookups
#backporting the 3 patches at http://kernel.us.oracle.com/~smushran/srini/ to 1.2. enlarge hash_table capacity to fasten hash_table lookups. Signed-off-by: Wengang wang <wen.gang.wang at oracle.com> -- diff -up ./svnocfs2-1.2/fs/ocfs2/dlm/dlmdebug.c.orig ./svnocfs2-1.2/fs/ocfs2/dlm/dlmdebug.c --- ./svnocfs2-1.2/fs/ocfs2/dlm/dlmdebug.c.orig 2009-04-22 11:00:37.000000000 +0800 +++
2008 Dec 07
1
[LLVMdev] opts do not occur in some situations?
Hi, I'm trying to understand the optimization passes. I was wondering why some seemingly obvious optimizations don't occur in some situations. For example, the attached file, main.opt.cpp compiles to main.opt.ll ( after running opt -std-compile-opts ). %0 = tail call double @_Z9factorialIdET_S0_(double 0.000000e+000) ; <double> [#uses=1] which could easily be determined as 1. And
1999 May 18
0
Printer connection question
...in the queue until another print job pushes it out. Basically, I'm just wondering if you can print to an NT printer utilizing the smbprint utility through smbclient without having to use lpr because my machine is running lpsched. Does anyone have any experience with this? Craig Weatherhead Fastenal Company Systems Administrator Phone: (507)-453-8146 Fax: (507)-453-8333 E-mail: cweather@fastenal.com
1999 Jun 24
0
Write access to share
...which is a valid Sun login-id on my machine )?.....I'm kind of stuck? I'd rather not have to create a "user10" login-id on my Sun box if I don't have to, and I don't want to maintain a smbpasswd file (hence the security=DOMAIN setup). Any suggestions? Craig Weatherhead Fastenal Company Systems Administrator Phone: (507)-453-8146 Fax: (507)-453-8333 E-mail: cweather@fastenal.com
2013 Mar 28
1
make R program faster
Hi there are some good tips in "The R Inferno" http://www.burns-stat.com/documents/books/the-r-inferno/ or connect C++ to R with Rcpp http://dirk.eddelbuettel.com/code/rcpp.html or byte code compiler (library(compiler)) or library(data.table) but do you have an idea to fasten standard R source code, with the following Rprof output self.time self.pct total.time
2006 May 19
3
relocation time about 20sec? and yours?
Hi List, i have running xen-3.0.2 and my migration time for DomU from Server A to Server B is about 20sec. The Servers A and B are connected over 1GBit/s Links and the storrage is connected via iSCSI. The iSCSI volumes have a performance about 20-40MByte/s. Servers A is a 2x2GHz Xeon with 4GB Ram and Server B is a 1.8GHz AMD with 2GB Ram. The documentation states about some 60-300msec, so my
2006 Jan 11
3
Regular expressions
Matching regular expressions Dear useRs! I have the following problem. I would like to find objects in my environment that have two strings in it. For example, I might want to find objects that have in their names "MY" and "TARGET". I do not care about the ordering of these two substrings in the name, neither what is in front, behind or between them, the only thing important
2000 Aug 05
8
Testers wanted
To ensure that future releases of portable OpenSSH are as bug-free as possible, we need to recruit a team of testers. Each tester would be responsible for a particular OS platform and would be called upon to test snapshots before they are marked as official releases. The release would not go out until it had been given the OK by testers on each supported platform. A corollary of this is that
2014 Feb 25
2
[LLVMdev] [GSoC 2014] Using LLVM as a code-generation backend for Valgrind
On 02/25/2014 04:50 PM, John Criswell wrote: > > I think a more interesting idea would be to use LLVM to perform > instrumentation and then to use Valgrind to instrument third-party > libraries linked into the program. > > What I'm imagining is this: Let's say you instrument a program with > SAFECode or Asan to find memory safety errors. When you run the program >
2011 Feb 28
0
[LLVMdev] Building clang with mingw/msys/gcc 4.4
I managed to build clang on mingw/msys today. Running configure, make install worked for both debug and optimized builds in general. However there were a few hitches along the way. Make would fail with: ln: creating symbolic link `/d/super/dump/code/llvm/llvm-project/llvm/build.clang/Release+Asserts/bin/clang++.exe' to `clang.exe': No such file or directory ln: creating symbolic link
2009 May 01
0
[PATCH 0/3] OCFS2: speed up dlm_lock_resouce hash_table lookups
backporting from mainline. --http://kernel.us.oracle.com/~smushran/srini/ #I think the first line of the 3 patches contain mainline git commit, does them? enlarge hash_table capacity to fasten hash_table lookups.
2005 Dec 28
1
segmetation fault
Hey, I don;t know if anyone has come across this error before... I am running R on the terminal of my MAC OS X 10.3.4 and I have written C code and compiled it using R CMD SHLIB mycode.c There were no problems in compiling so I now have mycode.o and mycode.so. I used dyn.load("mycode.so") and again, no problems. But when I try to use the code .C("mycode",x)
2001 Mar 05
2
Samba on vxfs
Has anyone had any experience with samba on a Solaris 2.6 system using vxfs file system?
2006 Nov 09
1
unsubscribe
Adam Mattina Networking & Systems Support Layer 8 Group, Inc. 585.442.8888 amattina@layer8group.com <mailto:amattina@layer8group.com> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061109/023a0a3e/attachment.htm
2004 Dec 10
0
analog FXO debug suggestions
[resend in plain text format] > On Tue, 2004-12-07 at 09:34 -0600, asterisk-users- > > request@lists.digium.com wrote: > > > I've been struggling with a test * install for a couple months now in a > > > small office and am just about ready to give up on it. It's not that the > > > system itself is a problem. I've got everything (attendant,
2004 Dec 07
0
Subject: Re: Analog FXO Woes Continue
> On Tue, 2004-12-07 at 09:34 -0600, asterisk-users- > > request@lists.digium.com wrote: > > > I've been struggling with a test * install for a couple months now in a > > > small office and am just about ready to give up on it. It's not that the > > > system itself is a problem. I've got everything (attendant, voicemail, > > > FXS
2008 Sep 18
3
USB DVD drive disappearing during kickstart install.
Hi folks. I maintain a bunch of centos based machines that are built using a somewhat stripped down (limited number but mainly stock rpms) centos distro. The installation process is plain anaconda stuff with a kickstart file on the root of the DVD/iso. The current hardware and media i'm using is DVD based. On machines that have internal DVD drives (all IDE CD/DVD drives), everything