search for: hunch

Displaying 20 results from an estimated 482 matches for "hunch".

Did you mean: bunch
2015 Nov 07
3
Heads up on syslinux breakage in Ubuntu
...s perfectly. >> >> Ubuntu bug is here: >> https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/1499746 >> >> This is mostly in case anyone shows up on the mailing list with a >> mystery broken syslinux from latest Ubuntu. >> >> > > Just a hunch: this might be related to gcc5+. That was my hunch too, having been bitten with gcc5 and arm kernels during the same time. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: OpenPGP digital signa...
2006 Mar 17
2
domain users appear as local to samba
...le usage works fine: if I log in on a Win client as DOMAIN\user then I can map a drive on \\samba\user and read/write and so on. However if I look up the security properties of a file in \\samba\user, the owner shows up as local to the samba server, i.e. \\samba\user as opposed to DOMAIN\user. My hunch is that when a Win client is asking about ownership (or security) details, it does so in terms of SIDs, not usernames. And that Samba returns an SID which is arbitrary w.r.t the domain SIDs. How can I fix that? Or have I missed something obvious? Thanks Nikos This email has been independentl...
2015 Nov 07
3
Heads up on syslinux breakage in Ubuntu
Just a heads up that syslinux is broken in the current Ubuntu, syslinux just shows "Boot error". Downgrading to syslinux from 15.04 works perfectly. Ubuntu bug is here: https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/1499746 This is mostly in case anyone shows up on the mailing list with a mystery broken syslinux from latest Ubuntu. -------------- next part -------------- A
2006 Apr 10
6
"Pursuit of Happiness" ? Are you sure ?
I always kind of liked this title (the title of Davids super Rails presentation), but then I saw this quote today: "The pursuit of happiness is a most ridiculous phrase; if you pursue happiness you''ll never find it." by C.P Snow I''d have to agree with this quote. It''s the same as love... go looking for it, and you''ll never find it. Soooo... David,
2006 May 01
2
Error when creating table "left" in migration
Hi, I am getting an error when running a migration that is supposed to create tables called "bottom", "top", "left" and "right". Since "bottom" and "top" work just fine, my hunch is that in the SQL the "left" is mistaken for some join statement like "LEFT INNER JOIN". Couln''t one consider that a Rails bug? Shouldn''t Rails be able to escape names that match SQL keywords? Or is it in fact not possible to create tables named like that?...
2008 May 02
2
strip down install
What tactics would be recommended to start removing unneeded packages? I have tried to graph dependences before and using hunches, is there a better way? -jason -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100 -...
2014 Feb 10
2
Lots of calls, less memory
We're running Asterisk 1.8 on a 32-bit Debian machine, and it has been fine for some time now. But! We've got such a incoming call volume over the few weeks that we'll have Asterisk occasionally restart itself. My hunch is that it is in part memory pressure. I can't add RAM and have it help, because it's 32-bit. I intend to move to a 64-bit machine, but I was hoping to wait until summer. Does anyone have any immediate tips for dealing with this sort of rush? Justin Sherrill - American Rock Salt P: 585-...
2004 Sep 10
2
beta 10 candidate checked in
...gt; should be doing something like: > > $ aclocal && autoconf && automake -c -a -i > aclocal: configure.in: 45: macro `AM_PATH_XMMS' not found in library > > As you can see that still gives me an error though? Any ideas? This > is > FreeBSD 4.3-STABLE. my hunch is that your version of either automake or possibly autoconf is not recent enough. but I should have a release out tonight or tomorrow if you can't upgrade right now. Josh __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - o...
2015 May 08
4
[LLVMdev] Getting llc to emit debug info into a obj file from source .ll
Hello, I'm working on a binary translator project that emits an .ll file. I'm trying to debug it in Visual Studio and would like to be able to step through and see my generated .ll file in the debugger. Does LLVM support debug information corresponding to an input .ll file? My hunch is "no, as it expects debug info to come from Clang." I assemble it using: llc -filetype=obj -O0 -mtriple=x86_64-pc-windows-msvc -o=output.obj input.ll I've ran objdump on the file as follows: llvm-objdump -section-headers output.obj and see the following output: output.obj: f...
2019 Sep 20
2
build bot mails
At Arm we are not receiving any build bot mails from llvm.buildmaster at lab.llvm.org. Our IT is a bit in the dark what's going on here (they don't see anything in logs, no failures, no connections), their hunch is that is a "DNS (MX record) issue on llvm.org's end". I don't know who to contact or how to progress this. Anyone perhaps an idea? Cheers, Sjoerd. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attach...
2005 Jul 06
2
Composite Views
...er: <%= text_field ''person'', ''first_name'' %> In my contact controller I had to ammend the "new" method to this: def new @contact = Contact.new @person = Person.new end Which seemed a little ugly to me - no specific reason, just a hunch. So my question is - are there any patterns for creating a composite views in Rails? Cheers, Nicholas
2003 Oct 20
4
Processing logic for Huge Data set
...r of rows. I want to aggregate the matrix by x1 and perform statistic based on columns x2, x3, x4. I tried aggregate function but it gave me memory allocation error (which I am not surprised), so I ended up performing a for loop based on x1 and subsetting the matrix based on x1. However I have a hunch that their should be a less expensive way of doing this processing. Any ideas or tips to optimize this processing logic would be greatly appreciated. Manoj [[alternative HTML version deleted]]
2007 Sep 07
3
Fails to restart mongrel cluster after Capistrano rollback (PIDs not deleted)
...mongrels are restarted. When I execute ''cap deploy:rollback'', however, my script fails to restart the mongrels giving this error: !!! PID file tmp/pids/mongrel.5000.pid already exists. Mongrel could be running already. Check your log/mongrel.5000.log for errors. I have a hunch that the error is related to the fact that I link /tmp/ pids into the shared directory upon each release in the "after_update" task, but I''m not sure how I end up with this problem, as the old dir I''m rolling back also has the link setup. The mongrels are stopped,...
2017 Aug 24
3
duplicated notifications for suspend and resume
Hello, I am using domain event notifications from libvirt-event API in my application and it seems to work fine, except for 'suspend' and 'resume' events where I keep receiving duplicated notifications. Similarly, the example provided with libvirt (in examples/object-events/event-test) also produces twice as much notifications for 'suspend' and 'resume' than for
2009 Oct 25
3
mismatch_cnt after 5.3 -> 5.4 upgrade
...s as recommended, I only did: yum clean all yum update yum rpm -e --nodeps perl-5.8.8-18.el5_3.1.i386 (see today's perl thread) yum update perl.x86_64 yum update shutdown -r now I've taken a backup of /boot dump after the upgrade, but have not yet reenabled normal backups. My hunch is that something in the upgrade process touched sda1 but not sdb1, and that removing sdb1 from the mirror and reattaching it for resync would be sufficient, however I was looking for comments on this from anyone with experience or opinion on the matter. Googling the issue doesn't seem to tur...
2010 Dec 30
4
perl code to remove newlines
...="UP"GLOB(0x9fd587c)TITLE="Using RPM to Verify Installed Packages"GLOB(0x9fd587c)HREF="ch-rpm-verify.html"><linkGLOB(0x9fd587c).... --------- end snippet --------- The output I should say *is* all on one line, not line-wrapped the way you see it above. I have a hunch as to why there are the "GLOB(0x9fd587c)" thingies everywhere the newlines or spaces (' ') should be. If some expert here could explain them, that would be really good. More importantly though would be some instruction as to how to remove the newlines without creating all the GL...
2011 Jun 13
2
log2() and -min() very quick question
...nce <- log2(rel.abundance-min(rel.abundance)+1) I'm not sure what the second line is doing. I ran each line in R and couldn't see a noticeable difference in the output. I assume log2() takes the log base 2 of the values? I'm not clear what -min(rel.abundance) is doing either...my hunch would be that it would take the smallest value in each row? I'd really like to figure out: 1) What's actually going on? 2) Is there a good way to run a command over a large dataset in R and better be able to tell what is going on? More specifically, when I run each line in R it looks somet...
2008 Aug 08
2
[lme4]Coef output with binomial lmer
...nal survival I get the following output: > coef(m1) $`ass %in% pop %in% fam` (Intercept) harn1 harn2 foodn2 FALSE 1.0322375 -0.1939521 0.0310434 0.810084 TRUE 0.5997679 -0.1939521 0.0310434 0.810084 Where FALSE and TRUE refer to some attribute of the random effect My hunch is that it refers to the Coefficients with (=TRUE) and without (=FALSE) the random effects? Any help appreciated ........................................................................ ............ Dr Tom C Cameron Genetics, Ecology and Evolution IICB, University of Leeds Leeds, UK Office: +4...
2008 Oct 13
3
Support for CAF in flac command-line?
...as there are Windows users taking advantage of this underground format. As for the patent question, it's a very smart question, but I think as soon as any interested developer looks at the CAF specification from Apple, it should be readily apparent what the legal ramifications are. My hunch is that Apple does not want to encumber the format, but I'll let their public documents speak for them. In any event, it's a very good issue to be aware of from the start. Thanks again for the comments, and be sure to keep us informed if you do anything. Brian Willoughby Sound Cons...
2005 Oct 27
4
Nest sortables?
Hello All, I''m wondering if it''s possible to nest sortables: <ul id="first"> <li>One</li> <li>Two</li> <li> <ul id="second"> <li>Three</li> </ul> </li> <li>Four</li> </ul> <script> ... create sortables out of