search for: flail

Displaying 20 results from an estimated 30 matches for "flail".

Did you mean: fail
2010 Feb 14
2
paperclip is making me crazy
...t;true"}, "action"=>"create", "authenticity_token"=>"-", "controller"=>"admin/ads"} But the SQL Insert for pic_1_file_name, pic_1_file_size, pic_1_content_type and pic_1_updated_at are all NULL and I''ve googled and flailed and googled and flailed but I cannot make this work. Can anyone toss me a bone here? Craig -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -- You received this message because you are subscribed to the Google Groups "Ruby...
2005 Mar 20
2
Troubleshooting help
...snit, such that I can no longer access my INBOX. When Thunderbird tries to get the INBOX content (or get new mail) it reports "The current command did not succeed. The mail server responded: Invalid messageset: -2147483648:*." Scouring logs and googling has come up empty. Now I'm flailing at trying to get to a state that this problem does not exist. I'd like to understand how this situation arose and how to deal with it better if it happens to any other users on my mail server. Thanks, -pmr
2007 Jul 04
1
Edge Rails required for ActiveResource
Just wanted to make sure I''m not missing anything here... I''m trying to use ActiveResource and I was trying to avoid using Edge Rails. However, since ActiveResource depends on the edge version of activesupport, I appear to be stuck going edge... have flailed around for a while trying to get ActiveResource to work with 1.2.3 but it just ain''t happening. Am I right? Gotta go edge to get the ARes goodness? thanks Ben --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Gro...
2006 May 06
1
depot test-driven development exercise
...as the same name as the action, right? Unless you do a "redirect_to :action => ''results''" in which case the "assert_response :success" would now fail because we are redirecting to a page with a different name. This really confused me and caused me to flail around much longer than necessary to solve this problem. Or is the test correct and I can have an action named "search" rendered by a view named "results"? cr
2005 May 06
4
How to understand packages, namespaces, environments
...s, a list that may include environments, or something else? What is actually designated by a character vector of form "package:foo"? In what ways can I use the character vector "package:foo" when interacting with R? Many thanks, Alex Stoddard P.S. It took me a long time of flailing about to discover the 'search' function. Perhaps it could be included in the "See Also" section of the help for 'ls'.
2008 Sep 09
8
Cucumber and fixtures/FixtureReplacement
Hey guys, I''d never used RSpec Stories before, so I decided to follow the apparent direction of the wind and just jump right into cucumber. I''m dabbling with/using Cucumber and really like it. Good job, aslak! Where i''m struggling right now is using either fixtures or a model factory methodology like the FixtureReplacement. In both cases, I''m not
2011 Jul 25
5
Arel quiz: complex queries with associations
I have a real-world application with some complex queries that I want to convert to Arel (as part of an upgrade to Rails 3.1). So that I can understand what I''m doing before I flail around in my real app, I wrote a little sample app (just the models) with some similar associations -- one table joined with itself and more tables that join to another table, so there are some queries that require disambiguation of column names. I''m having trouble finding good docs that c...
2011 Sep 15
1
CentOS 5.6 to 5.7 upgrade
Hi all, Almost wish I had something more exciting to say regarding the 5.6 to 5.7 upgrade, but it just worked flawlessly. Physical as well as virtual machines. Thanks CentOS-team for your good work! -- BW, Sorin ----------------------------------------------------------- # Sorin Srbu [Sysadmin, Systems Engineer] # Dept of Medicinal Chemistry, Phone: +46 (0)18-4714482 >3 rings> GSM # Div
2003 Jun 24
1
Samba 3.0.0beta1 box drops out of ADS network periodically.
...ple of days though, the win2k and XP users (there are no WinNT or 9x clients) started getting an error. It would say "A device attached to the system is not functioning properly". This puzzled me, as with my Linux boxes I could attach without any problems (all using smbclient 3.0). After flailing around a bit, I decided to re-join the domain. Instantly, all became well again. Then a day or two later the same thing happened. At this point, I'm running net ADS join every morning, and considering running it in a nightly cron job. This seems pretty stupid to me, so I ask you all. Any id...
2013 Feb 06
12
Certificate nightmares
...ificate and waitforcert is disabled # Now, I have auto-signing enabled (my systems are on a private network) and when I go to my master: # puppet cert list # There''s nothing. Nothing in the logs. No one is talking to my puppetmaster this morning. I *did* delete a bunch of certs in my flailing attempts to get puppet & puppetdb talking and suspect that may be the cause; but how can I get my remote agents talking to the puppet master again? Thanks. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from th...
2004 Jan 15
2
Crypto API and Shorewall
A number of you are flailing around trying to get the subject combination to work. You should all be aware that there are parts of this that don''t currently work and that won''t work well until there are enhancements made to Shorewall (and probably to Netfilter). I. There is no clean way currently to s...
2015 Jan 16
0
Socket behavior change from 6.5 to 6.6
...eiving images. You?re relying on undocumented behavior here. I don?t know exactly what was going on before [*] but the new behavior is at least legal, and probably better. It is preventing a bogus reconnection, which could be used for nefarious purposes. (Connection hijacking, etc.) [*] Your ?flailing about? diagnosis is somewhat lacking in its level of rigor. :) I think if you look more deeply into it, you?ll be shocked at how thin the ice you?ve been dancing on is. > Possibly relevant facts: Oh, yeah. Relevant like rashes are to a diagnosis of chicken pox. > - The DOS box uses th...
2018 Aug 24
0
Samba 4.8.4 + BIND 9.9.4 - possibility of nonsecure DNS updates
...hat I changed DNS backend to BIND. Now samba_dnsupdate --verbose --all-names run as expected (without TSIG errors). Also, I have one problematic client joined to domain during troubleshooting and it cannot do DNS update with Bind. So I also cloned it to LAB like DC01. At the first start Bind again flailed to update DNS A record for that machine. So I deleted this A record from Samba and rejoined that machine. And after that, client can do update by ipconfig /registerdns. Have I been wrote that I was confused? No, NOW I have total chaos in my mind. Can somebody explain me this behavior? In LAB wi...
2006 May 05
1
Agile Rails (1st edition), depot TDD "exercise"
...as the same name as the action, right? Unless you do a "redirect_to :action => ''results''" in which case the "assert_response :success" would now fail because we are redirecting to a page with a different name. This really confused me and caused me to flail around much longer than necessary to solve this problem. Or is the test correct and I can have an action named "search" rendered by a view named "results"? cr -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (Darwin) iD8DBQFEW9yFtEOEsNMQp04RAnLJAJ9KltH+wGA1jp4Fc+SQMUaCo...
2008 Apr 18
0
Vista SP1 performance fix - maybe!
...Eventually, I come across a reference to Mark Minassi's blog that deals with the autotuning feature of the new TCP stack and that even relatively new switches and routers may not like the autotuning 'feature'. (SP1 by default undoes all the tweaking that poor bastards like me have been flailing away at to try and fix this EVIL.) So I enter the following into an Administrative cmd window: C:\> netsh interface tcp set global autotuninglevel=disabled Now I tried that pre-SP1 and it didn't make a darn bit of difference. But Lo and behold! The 61 MB file now comes down the pipe in...
2012 Dec 10
2
IMAP instead of Maildir on Ubuntu Precise
Why is dovecot using Maildir and not IMAP. Or is it using even using Maildir at all? Currently I'm using mailman, postfix and dovecot to manage a mailing list. Mail is sent to thufir at dur.bounceme.net which the "mail server delivery agent stack provided by Ubuntu server team" of dovecot-postfix handles fine, keeping it locally, so far as it goes. The mail ends up in
2010 Mar 26
2
What does this error message mean
I get this when my brother in law tries to call in from his box to mine. WARNING[4855]: chan_sip.c:12675 check_auth: username mismatch, have <100>, digest has <s> or after changing the register line: WARNING[4855]: chan_sip.c:12675 check_auth: username mismatch, have <100>, digest has <199> I have done everything I can think of and still failure. Currently the
2017 Jun 08
4
using autofs on C-7
...g to mount it. so I've read several howtos on it, including the one on the CentOS Wiki. but what I've got isn't working right, and I don't know why. I'm trying to follow the "even-better method", but am finding I don't understand the syntax of entries, so I'm flailing around trying different things. so, here's what I have now: in /etc/auto.master: /mnt/syno-fredex /etc/auto.syno-fredex I added /etc/auto.syno-fredex: /mnt/syno-fredex -fstype=cifs,rw,credentials=/root/.smbcred,defaults,uid=fredex,gid=fredex,noauto,users,exec,vers=3.0 ://nasbox/home my...
2013 Mar 17
1
ANNOUNCE: Unplanning network maintenance/outage
Good morning, GnuCashers, Some (many?) of you may have noticed the outage of 'code.gnucash.org' starting with a lot of packet loss on Thursday and escalating into a complete outage by Friday. This took out our Subversion, Wiki, Email List, everything server. Well, as of 2:15pm US/EDT on Saturday (yesterday) everything should be back to normal and operational. If you don't want to
2011 Nov 08
6
Couple of questions about ZFS on laptops
Hello all, I am thinking about a new laptop. I see that there are a number of higher-performance models (incidenatlly, they are also marketed as "gamer" ones) which offer two SATA 2.5" bays and an SD flash card slot. Vendors usually position the two-HDD bay part as either "get lots of capacity with RAID0 over two HDDs, or get some capacity and some performance by mixing one