search for: bummer

Displaying 20 results from an estimated 320 matches for "bummer".

Did you mean: summer
2004 Jul 06
2
Re: errors in randomization test
...uite as wrong as setting them equal to 0. > secondly, how do i capture and deal with the error. is it possible to > construct an "if" statement so that "if error, do this, if not continue" This should be do-able using try(). Something like: c.list <- list() save.bummers <- list() K <- 0 for(i in 1:42) { repeat { X <- generate.random.data.set() Y <- try(glm.nb(X,whatever)) if(inherits(Y,"try-error")) { K <- K+1 save.bummers[[K]] <- X } else break } c.list[[i]] <- coeff(Y) } This should give you a sample...
2014 Dec 02
1
demmio
...> >> >> "You basically never need to do the mmiotrace, unless you're a nouveau developer."? >> >> I did everything by the book[1]. >> Though I don't need this, I still wanted to see how it works with 'nouveau.config=NvGrUseFW=1'. >> Bummer. > > You don't just not need it -- you can't possibly use it. Context > switching firmware of this sort only exists on nvc0+ (fermi and > newer). As the page you got the instructions from suggests > (NVC0_Firmware). > > -ilia > AHA! Maxwell and Maxwell only. Bu...
2002 Dec 18
3
summary stats including NA's into new dataframe
List, I am trying to extract summary statistics from a data frame with several variables (and NAs) into a dataframe with the columns: Variablename (ie the colnames of original data), mean, stdev, max, min, Valid N, Missing Values. Extracting the statistics is straightforward using stack and aggregate. However, I haven''t succeeded in obtaining the number of Missing Values. I can extract
2014 Dec 02
2
demmio
...page you got > that from for clues as to why.] > "You basically never need to do the mmiotrace, unless you're a nouveau developer."? I did everything by the book[1]. Though I don't need this, I still wanted to see how it works with 'nouveau.config=NvGrUseFW=1'. Bummer. [1] https://wiki.ubuntu.com/X/MMIOTracing >> >> $ modinfo nvidia -F version >> 304.123 >> >> $ stat -c %s mmiotrace.log >> 134659197 >> >> $ file mmiotrace.log >> mmiotrace.log: ASCII text >> >> $ grep -i lost mmiotrace.log ; ec...
2005 Sep 19
9
more fixes for Grid classes
I am still hunting the bug where the cell editor finishes and crashes on Mac OS. In the process I have gone over these Grid related classes in great detail and found most were %importing wxObject.h and wxEvtHandler.h and they were not needed. I added a *.i file for ClientDataContainer not sure if it is needed out side Grid. I also added GridCellCoords. Sean
2020 Apr 02
2
CentOS 7 host with guests as bridge cannot access host
This is unfortunate. https://wiki.libvirt.org/page/TroubleshootMacvtapHostFail To the "normal" user - BRIDGE means guest is on the same network and has access to the host. Bummer. Jerry
2010 Nov 22
3
oddsock.org?
anybody any idea what happened to http://www.oddsock.org/ ? --u
2010 Nov 22
2
oddsock.org?
Phil: > Bummer.. I've been using Edcast / Oddcast for years. same for me... > the WinAmp plug-in is awesome! that was my reason to check the page... it was still up last night. any mirror out there where i can download it? thx, --u
2011 Apr 11
2
ext4 not on a bootable partition
Just tried running a configuration on 5.6 with ext4 as the "/" partitition. I got the error that cannot boot ext4 partition. bummer.... I know this is just a boot issue and make the ext3 but I was disappointed. Maybe 6.0 will have ext4 bootable. jerry
2004 Oct 07
3
- Advice on NetFinity 5000 series
...2 gig RAM for very little $$$ I have seen this: http://www.mail-archive.com/asterisk-dev@lists.digium.com/msg00719.html In it, there is a passing remark to the Digium cards having problems with NetFinity's. Can anyone here comment on whether this is still an issue with * 1.0? It'd be a bummer if compatibility is a showstopper here 'cause these are sweet servers at a sweet price.
2015 Nov 04
3
Using samba-python to query AD? Status of API?
...ecutable > > I gave the commands because they help to find where are really these files. > They could be in some other directory on your system. > There are a lot of other (python) files in there. Hmph. This command doesn't look like its shipped in the standard samba4 CentOS RPMS. Bummer. Alright, I will grab it from the source tree and take a look! Thanks! -aps
2017 Dec 16
3
New Dovecot service: SMTP Submission (RFC6409)
On 12/16/2017, 5:10:14 AM, Stephan Bosch <stephan at rename-it.nl> wrote: > Op 12/14/2017 om 6:07 PM schreef Tanstaafl: >> One other point. >> >> Adding support for something like this that also requires Clients to add >> support for it is just begging for a feature that never gets used. >> >> Stephan, are you sure there is no (fairly simple) way to
2005 Oct 25
2
Support for SLES9
...ompile current source on SLES9 x86_64? 1.1.2, 1.1.6 and trunk all fail to compile on SLES9.SP2 2.6.5-7.191-smp SMP x86_64 [3]. ocfs2-1.0.7 is the latest tarball I got to compile. Problem here is that we loose IP heartbeat and node1 fences shortly after mounting a shared LV on the second node [4]. Bummer. Anybody more luck? --Mike [1] http://oss.oracle.com/projects/ocfs2/ [2] http://www.novell.com/products/linuxpackages/enterpriseserver/SP2/i386/index_all.html [3] http://oss.oracle.com/bugzilla/show_bug.cgi?id=589 [4] http://oss.oracle.com/bugzilla/show_bug.cgi?id=590
2004 Aug 06
2
newby question: Is there a way to direct streams to a mount point?
...got two different streams I'm encoding that I'd like to make available on the same server. Currently, I have one going to /icy_0 and the other to /icy_1. That's okay for the moment, but if either the server or the two encoders reboot, the streams might reconnect in the other order. Bummer. So I'd like to tell icecast to always name the stream from one IP one thing, they other the other. Is there any way, either simple or tricky, to do this? -- Bryan Walls My words are not NASA policy. Bryan.Walls@msfc.nasa.gov (256)544-3311voice,544...
2006 Aug 31
2
[LLVMdev] compiling the full SPEC CPU2000 suite to LLVM bytecode
...versions broke our makefile. > > If you'd like to investigate what is required to make it work with > NAG 5.1, and modify Makefile.nagfortran as appropriate, we can > merge it back into mainline adding code that autodetects the nag > version and does the right thing. > Bummer. I think I'll contact the NAG support for more info on this. Can you show me the content of your Makefile.nagfortran? Also, it is possible to tell make only to compile benchmark X? How can I enforce this? I'll try and get to the bottom of this. My evaluation period of the NAG compile...
2006 Jan 16
3
ACL set up yet Security Properties not sticking.
...ick - properties - Security. select add, add a user or group, hit Apply and the user/group I just added is removed. ACL support is properly configured as far as I am aware on the linux file server. any one with any idea as to what I should look at, that would be great, thanks! It has been a bummer modifying all the permission change requests by hand. ====================================================== samba is built with ACL support: smbd -b |grep ACL HAVE_SYS_ACL_H HAVE_POSIX_ACLS ====================================================== Kernel has ACL support built in as does the...
2005 Aug 08
4
wxruby2 swig retooling "complete"
I just re-integrated fixdeleting.rb, the last of the post-processors. Running minimal.rb no longer segfaults on exit. Running dialogs.rb and immediately exiting doesn''t segfault, but bringing up a dialog and then exiting does. So there are still memory problems, but fewer than yesterday :-/ I''m not sure how it compares to last week. I probably won''t have much time
2004 Aug 06
3
livestreams, anyone have good success ?
buggz wrote: > Oct 20 10:30:43 buggz1 kernel: Sound: Recording overrun > Oct 20 10:31:14 buggz1 last message repeated 345 times > Oct 20 10:32:11 buggz1 last message repeated 601 times > > Anyway to correct this ? yes, your system is too slow, and can not keep up with the sound card input. are you running darkice as root? what is the system load when you run darkice or liveice?
2004 Aug 06
2
livestreams, anyone have good success ?
Sounds like a sound driver issue. Might want to try the SMP version of OSS (www.opensound.com). Do other sound apps work OK? -bg > On Sat, 20 Oct 2001, Akos Maroy wrote: > > /me cries, bummer deal. > Yes, running as root. > The load was in the 'teens as I remember, I looked @ that too. > One CPU was like 15% and the other 11%, something like that. > 2.2.19ext3 #2 SMP, 200nhz ppros, 128mb ram. > Yeah, I know it's an old boxen, but it has been very good to me so far...
2006 May 18
10
new user.
Question please. I''ve bought the beta ''Agile web dev with rails''. Are book related questions valid on the list please? regards -- Dave Pawson XSLT XSL-FO FAQ. http://www.dpawson.co.uk