search for: aorund

Displaying 9 results from an estimated 9 matches for "aorund".

2005 Mar 20
2
[Q] Scrolling a tabbook?
I am using the Tabbook widget to manage multiple files in an editor. One problem is when there too many files loaded the new tabs get created on the far right of the Tabbook and cannot be accessed. Any hint, tip or work aorund for this? (using FOX 1.2) Thanks! Laurent
2003 Apr 02
8
[Bug 530] problems with port forwarding
http://bugzilla.mindrot.org/show_bug.cgi?id=530 Summary: problems with port forwarding Product: Portable OpenSSH Version: 3.5p1 Platform: ix86 OS/Version: FreeBSD Status: NEW Severity: normal Priority: P2 Component: ssh AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: gilbert at
2004 Jun 10
0
TFTP: error code 2 received - Only absolute filenames allowed
Hey ppl, This is probably something very basic i'm doing wrong but I can't seem to get aorund it after reading the man page, it goes between error 2 and 1, im trying to tftp from a cisco router to my linux box. my in.tftpd.conf file looks like this: INTFTPD_PATH="/usr/tftp" INTFTPD_OPTS="-l ${INTFTPD_PATH}" and ive done a chmod 777 on the above path just to be 100% s...
2006 May 16
1
regexp
Hi, I'm trying to match a few of numbers in a GotoIf; numbers are not starting with but contain some strings: GotoIf($["${CALLERIDNUM}" =~ "984836|984899|498993|644110"]?8:11) Expression result is always '0'. Where am I wrong? Domenico Viggiani
2005 Nov 08
1
[LLVMdev] llvm-test configure problem
>>> What's the config.log from this run? >> >> its attached. > > Odd...this one seems to indicate that it exitted without error...:-( Hmm. I think that it does default to bash after all (found something in my .cshrc that was resettting CONFIG_SHELL). Its still an error with /bin/sh.. so it should be fixed, but not a release blocker. -Tanya
2009 Nov 27
5
Installing CentOS 5.4 64bit on server with LSI SAS 1068E controller.
I'm trying to install CentOS 5.4 on a machine with a LSI SAS 1068E controller. I've googled all over the place and found a few different drivers for RHEL5 for it.. and tried a few of them.. Some will load, some complain that this isn't the correct version.. non of them work when it comes to showing Hard Drivers in the partition manager. The machine is a Supermicro SYS-6015V-M3
2010 Feb 08
17
ZFS ZIL + L2ARC SSD Setup
I have some questions about the choice of SSDs to use for ZIL and L2ARC. I''m trying to build an OpenSolaris iSCSI SAN out of a whitebox system, which is intended to be used as a backup SAN during storage migration, so it''s built on a tight budget. The system currently has 4GB RAM, 3GHz Core2-Quad and 8x 500GB WD REII SATA HDDs attached to an Areca 8port ARC-1220 controller
2005 Jan 31
4
aggregating dates
I have a frame which contains 3 columns: "date" "defectnum" "state" And I want to get the most recent state change for a given defect number. date is POSIXct. I have tried: aggregate(ev$date, by=list(ev$defectnum), max) Which appears to be working except that the dates seem to come back as integers (presumably the internal representation of POSIXct). When I
2008 Aug 15
2
Design-consistent variance estimate
...ems svymean() is using a different N size that what I think the formula from the taylor series expansion would dictate. Now, this is what I cannot seem to reconcile. I am certain there is either another difference somewhere or a good reason why this is occuring, I just can't seem to get my head aorund the reason and would appreciate anyone with insight into this problem. SessionInfo and LaTex are below. Many thanks, Harold Below is the minimal LaTeX code for additional transparency. \documentclass[12pt]{article} \usepackage{bm,geometry} \begin{document} First define the ratio estimator of...