search for: ballard

Displaying 18 results from an estimated 18 matches for "ballard".

Did you mean: allard
2012 Sep 29
3
Removing lower whisker in boxplot to see the effects of the high values
Good Afternoon- I was wanting to alter the boxplot to remove the lower whisker, both the whisker line and staple just on the lower end. Is there a way to do this? As my code is currently: boxplot(log_loads~ind,data=nfmaum, horizontal=TRUE, notch=T, outline=FALSE, whisker=0, main="Maumee River Near Future Climate Scenarios", ylab="Log Load",xlab="Climate Scenarios")
2012 Sep 28
4
Merging multiple columns into one column
Good Evening- I have a dataframe that has 10 columns that has a header and 7306 rows in each column, I want to combine these columns into one. I utilized the stack function but it only returned 3/4 of the data...my code is: where nfcuy_bw is the dataframe with 7305 obs. and 10 variables Once I apply this code I only receive a data frame with 58440 obs. of 2 variables, of which there should be
2012 Sep 27
3
Comparing density plots using same axes or same axes scale
Good Evening- I have a set of nine scenarios I want to plot to see how the distribution is changing, if one tail is getting larger in certain scenario, currently I am using this code colnames<-dimnames(sag_pdfs)[[2]] par(mfrow=c(3,3)) for(i in 1:9) { d<-density(sag[,i]) plot(d,type="n", main=colnames[i]) polygon(d,col="red",border="grey")} where sag is
2006 Mar 14
3
what are those .nfsXXXXX files with mbox ?
On Solaris 9, using: default_mail_env = mbox:~/mail:INBOX=/var/mail/%u Here is a listing of ~/mail with UW IMAP: .: total 8 drwx------ 2 testu3 sysadmin 512 Mar 14 14:40 . drwxr-xr-x 4 testu3 sysadmin 512 Mar 14 14:40 .. -rw------- 1 testu3 sysadmin 496 Mar 14 14:40 Drafts -rw------- 1 testu3 sysadmin 496 Mar 14 14:40 Sent Items with Dovecot: .: total 16
2005 Dec 21
3
Another "Too many files open" post
...xxxx): open(/export/home/xxxxxxxx/mail/.Sent Messages/cur/1135013649.002916.mbox:2,Sab) failed: Too many open files I called the guy and asked him what he was doing... synching his folders. It hung for a while but finally finished. I searched the archives and found some related info from Jeff Ballard: >Actually on Solaris 9 you want to put something like this in >/etc/system: > >set rlim_fd_cur = 32768 >set rlim_fd_max = 65536 > >That sets the current fd's to 32k and max to 64k. Unfortunately, to >take effect you'll need to reboot. After the reboot, ul...
2004 Sep 10
1
VHDL Implementation?
...will sync when in range. I found this link: http://www.celoxica.com/home.htm They have a C to (V)HDL converter. I'm just now learning VHDL and was wondering if anyone has tried to implement it yet. If so I would like to see your code for reference/starting point. Thanks in advance Alijah Ballard
2007 Feb 27
2
Creating a PDF on the fly
...lem with that is that if the PDF gets sent elsewhere, we have to send the linked images with it. Any help would be appreciated. Thanks Paul -- PJ Net Solutions Ltd 0871 223 5370 http://www.pjnetsolutions.com Registered Number : 4131671 - Registered in England and Wales Registered address : 35 Ballards Lane, London, N3 1XW Office address : 17 Mortain Drive, Berkhamsted, HP4 1JZ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails...
2009 Jan 20
2
hot spare not so hot ??
I have configured a test system with a mirrored rpool and one hot spare. I powered the systems off, pulled one of the disks from rpool to simulate a hardware failure. The hot spare is not activating automatically. Is there something more i should have done to make this work ? pool: rpool state: DEGRADED status: One or more devices could not be opened. Sufficient replicas exist for
2013 Aug 30
1
Re: ext3 / ext4 on USB flash drive?
...thrash your drive) then you should stick to ext2? What then are the features a USB flash spec you should look for as the minimum required before installing ext4? cheers mb. On 29 August 2013 16:46, Theodore Ts'o <tytso@mit.edu> wrote: > On Thu, Aug 29, 2013 at 12:56:35PM +0100, Mark Ballard wrote: >> I think this is really an attempt at user feedback, rather than user >> discussion. But there's no such thing as a user-feedback mail list. >> >> Nevertheless, others may find this pertinent: why doesn't mke2fs >> handle USB's competently? And if...
2013 Aug 29
0
Re: ext3 / ext4 on USB flash drive?
On Thu, Aug 29, 2013 at 12:56:35PM +0100, Mark Ballard wrote: > I think this is really an attempt at user feedback, rather than user > discussion. But there's no such thing as a user-feedback mail list. > > Nevertheless, others may find this pertinent: why doesn't mke2fs > handle USB's competently? And if it does, why doesn&...
2013 Aug 30
2
Re: ext3 / ext4 on USB flash drive?
On Fri, Aug 30, 2013 at 10:56:17AM +0100, Mark Ballard wrote: > > This is incredible, Mr Sandeen. You mean USB flash manufacturers > (what's their body - the USB Implementer's Forum?) have simply not > provided a means for software to query the underlying hardware in a > USB flash? Have software producers asked them for this? N...
2008 Dec 23
1
device error without a check sum error ?
I have a system running in a VM with a root pool. The root pool occasionally shows a fairly stern warning. This warning comes with no check sum errors. bash-3.00# zpool status -vx pool: rpool state: ONLINE status: One or more devices has experienced an error resulting in data corruption. Applications may be affected. action: Restore the file in question if possible. Otherwise restore
2013 Aug 29
3
ext3 / ext4 on USB flash drive?
I think this is really an attempt at user feedback, rather than user discussion. But there's no such thing as a user-feedback mail list. Nevertheless, others may find this pertinent: why doesn't mke2fs handle USB's competently? And if it does, why doesn't it reassure me so? And how can I handle a linux-formatted USB flash drive in the absence of my system giving me any guidance?
2013 Aug 30
0
Re: ext3 / ext4 on USB flash drive?
> We'd like to help in software, but we can't; we have no reliable way > of knowing most of the necessary details of this class of hardware. > It's not exported in any way. > > So unfortunately we are as in the dark as you are in this case. This is incredible, Mr Sandeen. You mean USB flash manufacturers (what's their body - the USB Implementer's Forum?) have
2013 Aug 29
2
Re: ext3 / ext4 on USB flash drive?
On 8/29/13 10:46 AM, Theodore Ts'o wrote: > So this is fundamentally a problem with the quality of the hardware, > and that's not something the file system can really compensate for. > And there's no way to tell whether a particular USB device has has a > high quality flash device, or is a craptastic flash device. It's not > like we can query the device for "I
2013 Sep 03
0
Re: ext3 / ext4 on USB flash drive?
>From the little I have heard about control systems for cars, which was some years ago, they were blockhead proprietary. The analogy would only work if computing was customarily blackbox technology, which it isn't. I'd be surprised if there were any branded flash drives that contained less than their advertised amount of storage. That leaves the question of what is going on under the
2006 Apr 30
13
Programming with designers in mind
Gents, We''re hard at work on a new Rails app. We''re a small group of developers...not a web designer in the bunch. We know CSS enough to be dangerous, but we shy away from the "softer" skills (all the while envious of those with that capability). We intend to grow our application in terms of functionality, but I need to make sure we keep an eye towards
2004 Jan 13
0
Fun (or lack of) with asterisk & T100P
Hello, I'm trying to get a Wildcard T100P working with Asterisk and so far I haven't had any luck. No problems with the card itself from what I can see and the telco says that the problem is on our end (don't they always?). A small sample of what asterisk spews out on the console: Jan 13 15:45:32 WARNING[180236]: chan_zap.c:5834 zt_pri_error: PRI: Read on 43 failed: Unknown