search for: blunder

Displaying 20 results from an estimated 112 matches for "blunder".

2006 Mar 28
2
plural to singular blunder
...ized constant PriceCurf After much head scratching I remembered the Rails plural to singular mapping rules. My table is price_curves, my object is PriceCurve ... whereas I am guessing Rails thinks the singular ought to br PriceCurf ?! I''m sure there is a simple way around this linguistic blunder that doesn''t involve the use of pigeon English. Funny though. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060328/f06df3b4/attachment.html
2015 Jan 30
2
Winbindd dies instantly
...ip=192.168.1.6 bcast=192.168.1.255 netmask=255.255.255.0 added interface eth0:0 ip=192.168.254.6 bcast=192.168.254.255 netmask=255.255.255.0 initialize_winbindd_cache: clearing cache and re-creating with version number 2 Added domain BUILTIN (null) S-1-5-32 Added domain BLUNDER (null) S-1-5-21-2504862038-22785804-3050049357 Could not fetch our SID - did we join? unable to initialize domain list smb.conf: [Global] netbios name = BLUNDER workgroup = DOMAIN realm = SMBDOMAIN.HOST.COM server string = %h ArchLinux Host security...
2006 Nov 29
4
SAS Controllers
Hi All, first time post so please excuse any blunders We are specifying two servers using supermicro X7DBE+ MB and want to add on a SAS controller for Raid 10. We want to use the CentOS 4.4 X86_64 distro. We are currently considering an Intel CC SRCSAS144E SAS Raid Controller for the servers using 4 Fujitsu 147 GB SAS HDD, and a Adaptec SASC RAI...
2015 Jan 23
3
Orwell's 1984 from Freedesktop,org?
...ab root shell for that. This is, BTW why I prefer plain ASCII text human readable config files, and hate the move towards GUI only based administration. One single case is different for me: I do prefer 3ware web RAID admin interface anything else (it more transparently prevents me from making fatal blunders - probably just me). And yes, disabling root user and having sudo instead is on my evil list too: yet another SUID-ed binary, and potential holes due to some garbage in config file... BTW, su (with the same password for root as regular user has), and attempt to use sudo are the fist two things ba...
2008 Oct 15
2
formatting large volume
...izing in RAID 10 which will give me just about 2 terabytes. I vaguely recall reading that fdisk wasn't suitable for partitioning and wonder if I shouldn't be using partd instead. I am also wondering if I should use lvm or just mkfs to create the filesystem. Anyone have suggestions before I blunder in? Thanks Craig
2006 May 11
3
Semi-OT: Backing up maildir
...he destination, and running without gzip, all three take an amazingly long time to complete (> 14 hours). Ours is a modest server with about 1300 users, about 300GB of mail total. The whole thing sits on hardware RAID-10, so I'm primarily guarding against a MAJOR hardware failure, a config blunder, or a hacker wiping out files. How do you guys back up your maildir? I've considered exporing the maildir with NFS and backing it up from another server.. Any opinions on that? Thanks, Shayne -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://dovecot....
2015 Jan 23
1
Orwell's 1984 from Freedesktop,org?
...at kicp.uchicago.edu> > wrote: > >> As a matter of fact I tend to not use GUI admin tools since long ago. > > Bring back Xconfigurator! > >> I do prefer 3ware web RAID admin >> interface anything else (it more transparently prevents me from making >> fatal blunders - probably just me). > > No, not just you. tw_cli is needlessly confusing in its command > structure. > > Compare the operation of the ZFS and btrfs command line tools, to see how > it should have been done. > >> And yes, disabling root user and having sudo instead is o...
2015 May 28
2
New controller card issues
On 05/28/2015 09:12 AM, Kirk Bocek wrote: > I suggest everyone stay away from 3Ware from now on. My experience has been that 3ware cards are less reliable that software RAID for a long, long time. It took me a while to convince my previous employer to stop using them. Inability to migrate disk sets across controller families, data corruption, and boot failures due to bad battery daughter
2005 Nov 20
2
Nortel Extranet Client Installer
Hi, My first post to the list so hopefully I'm not making any newbie blunders. Searched high and low for solutions to get the Nortel vpn Extranet client installer to run properly using wine. I get a ton of fixmes like these and lots of other errors, in particular ones to do with DLL32/DLL16/NETDI/SETUP16 - details follow... fixme:key:GetQueueStatus QS_xxxx flags (4000) ar...
2005 Apr 11
2
R_LIBS difficulty ?
...ll flaky at all this. Let me dare nevertheless, who knows, just in case... Please don't kill me! :-) Not so long ago, I wrote to this list: > (For now, [the library code] works only for me when I do _not_ use `-l > MY/OWN/LIBDIR' at `R CMD INSTALL' time, I surely made a simple blunder > somewhere. Hopefully, I'll figure it out.) Now using this line within `~/.Renviron': R_LIBS=/home/pinard/etc/R my tiny package is correctly found by R. However, R does not seem to see any library within that directory if I rather use either of: R_LIBS=$HOME/etc/R R_LIBS=...
2003 Dec 07
3
FARFON lives!
Some of you have been following our progress on http://farfon.convergence.com.pk as we blundered our way through the development of a low-cost ethernet IP phone that does IAX and augments the client options currently available for the kick-assterisk server. With help from the denizens of #asterisk and kind words of advice from Mr. Spencer and the rest of the gang ... we're proud to have...
2023 Mar 24
1
Internal DNS not coming up in 4.18.0
...; that you had done this, I would have asked why. Normal practice. Instead of typing those 4 or 5 additional lines for RFC, TLS, NTLM and other security related settings, copying the whole file was easy. Copying the file is fine, but not observing the "netbios name" and Host name was a blunder. > Rowland >
2000 Oct 03
1
strings
I am attempting to analyse some behaviour sequence data. The input is an alphabetic string "ASDFGH ... ". I wish to start at one end of the string, peel off each character, and convert to an integer to develop transition matrices etc. My blundering through the ref manual hasn't produced any light. Can this be done easily in R or should I pre-process? I recollect an item similar to this on R-help around 6 mo ago but I can't find it in the archive. If there is such an article can someone please send me the date and I will track i...
2007 Jun 18
0
[PATCH] sftp-server argument error handling
When you give sftp-server a bogus -l or -f parameter, it logs a useful error message then blunders on to call log_init() with the bogus value. log_init() then prints a less useful message to stderr and exits. The following patch tidies this up by only printing the more useful error to stderr and not blundering on afterwards. --- sftp-server.c.orig Mon Jun 18 16:37:46 2007 +++ sftp-server.c Mon...
2013 Mar 27
1
lmer, p-values and all that
...l function lmer by using the syntax anova(lmModel,lmerModel). Apparently I've not understood the recommendation or the proper likelihood ratio test in question (or both) for I get this error message: Error: $ operator not defined for this S4 class. Would someone be kind enough to point out my blunder? Thank you, Michael Grant [[alternative HTML version deleted]]
2006 Jun 09
1
[LLVMdev] Why Is This Illegal?
Can anyone tell me where my blunder is in the following program? llvm-as reports: llvm-as: testit.ll:11: Can't store 'opaque *' into space of type 'opaque *'! Which doesn't seem to make sense to me. What is it that is illegal about storing a pointer to opaque in a space that is of type pointer to opaque?...
2008 Jun 19
5
R web site-Useability & finding varous bits of documentation
...ot; (main page) and then click on "Contributed Documentation" which takes one to "Contributed Documentation" This seems less than optimal. Am I missing some more direct ways to get to "Publications related to R" and "Contributed Documentation"? I remember blundering around the site for some time (days in elapsed time?) before I managed to find these documents. If I am not we may be losing a lot of potential users who just cannot find basic documentation. The Intro and the FAQs are invaluable but not exactly the best way for a complete noivice to get star...
2005 Apr 15
1
winbind problems. it just wont work
hi, I am still batteling with winbind, and frankly, i am getting desperate enough to long for a weekend without any computers in sight (that is bad for an addict) I know I probably make a small stuid blunder but still, I cant find it. The attachment is my smb.conf file. I created the needed paths, I even made sure the ermissions are set! I created asmbusers file with contains the following line: root = Administrator admin Then I added a user root to the smbpasswd file smbpasswd -a root password: XX...
1998 Feb 19
1
R-beta: t.test
...d me, because of the idiosyncratic choice of a confidence interval for the mean of the population from which the sample was drawn. I asked my colleague Bob Henery about this, and his reply is appended. Is there a good reason for choosing this rather unconventional behaviour for R, or is it just a blunder as Bob suggests? At any rate Bob's fix is easy enough for those of us who prefer our confidence intervals to include the sample mean, until or if the developers modify the main code to change this. Magnus Peterson *********************************** Magnus, It appears (from inspecting t...
2015 Jan 08
0
Design changes are done in Fedora
...uing to program in those languages. These people usually aren?t programmers, though, so I?m not inclined to give their opinions much weight. PostgreSQL, MySQL, or SQLite? How many DBMSes do we really need? SQLite simply cannot replace a lot of PostgreSQL installations. Likewise, it?s usually a blunder to try to use PostgreSQL in places where SQLite is most often found. (I?ve only seen it tried once; it was indeed a blunder.) MySQL can stretch to touch either extreme, but it?s not best used at these extremes. Subversion, Git, or Fossil? Do we really need all the version control systems we hav...