similar to: relating to image

Displaying 20 results from an estimated 10000 matches similar to: "relating to image"

2009 Jul 07
2
Xen : Time issues
Hi everyone, I''m working in a firm that monitor wan networks. We have several nagios installed on virtual machines. Recently we noticed that the DomU''s clocks are not synced with the Dom0 and the clocks are wrong. So we tried to sync DomU''s via openntpd but it generates errors in nagios. Logs indicate "Time goes back". So we want to sync DomU with Dom0 and
2008 Jun 06
1
Wineprefixcreate error messages
I'm not qualified to interpret the following messages I get when I do a wineprefixcreate from the console after an upgrade: preloader: Warning: failed to reserve range 00000000-60000000 preloader: Warning: failed to reserve range 00000000-60000000 err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, please report preloader: Warning: failed to reserve range
2008 Jun 13
11
Have 2 DomU share a same Logical Volume
Hi xeners, I am trying to have 2 DomU share a single Logical Volume. I need that at least one of the DomU has read-write access to the LV. I have tried, but up to now, it only works if both DomU have read-only writes to the LV. That''s a problem for me, because I wanted to set up Nginx on a DomU, and Rails on another one, and have Nginx get read access to an LV that would hold the public
2011 Jul 11
4
How to Install ruby 1.9.2/1.9.1 and Rails 3.x on Ubuntu
Hello All, I have Ubuntu 11-04, I would want to install ruby 1.9.2/1.9.1 and Rails 3.x. I need the least complicated way of doing this. Rgds, Janus -- *Satajanus Nig. Ltd * -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2011 Dec 31
3
Oh btw...
HAPPY NEW YEAR from my I&iPhone -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more
2010 Jun 21
14
Controllers, what? why?
Hi, I am starting to learn rails and I went through the guide and a couple of tutorials. Even though I understand controllers or at least I can use them I can''t see yet the whole picture. Why do you need several controllers for a single application? If a controller is just a class whose methods interface with models and views, why not have a single controller for the whole application?
2007 Apr 02
2
Changed: Was: Re: Beta question - initial install of packages Now: Turn off unneeded services after installation
>Date: Sun, 01 Apr 2007 05:38:20 -0500 >From: Johnny Hughes <mailing-lists at hughesjr.com> >Subject: Re: [CentOS] Beta question - initial install of packages >To: CentOS mailing list <centos at centos.org> >Message-ID: <1175423900.13599.88.camel at myth.home.local> >Content-Type: text/plain; charset="us-ascii" <snip> <Even with the mostly
2011 Aug 05
1
carrierwave tutorial
Is there a tutorial for `carrierwave` other than in RailsCasts that you recommend? Thanks. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email
2008 Sep 17
1
xls export
how can i do xls export?plugin recquired? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to
2012 Jan 16
1
Package "maps": what is the name of county # 2395?
I am using "maps". I am running the following code to get this list of all the counties: map('county', plot=FALSE)$names In the output, all counties have first the state listed and then, after a comma, the name of the county. However, county # 2395 (State = south dakota) has no county name. Anyone knows what this county is? Thank you! -- Dimitri Liakhovitski
2008 May 02
7
SecuRom - "A required security module cannot be activated."
Always when I try to run any program protected by SecuRom I get this message: Code: A required security module cannot be activated. This program cannot be executed (7000). Please have a look at http://www.securom.com/message.asp?m=module&c=7000 for further, more detailed information. I've read SecuRom works in Wine, so why doesn't it work for me?
2008 Aug 24
6
entering a password to have access to a sip account?!
Hi all, i;m obviously a newbie, its been 2 days that im trying to figure out a way to deny a specific extension (300) from calling another specific extensions (03) except if the caller punch a specified password.. sorry if im not explaining myself well.. heres an example: i called my pstn line(with 300 as its sip account), an attendant answers and asks me to punch in an extension number right
2011 Jul 19
3
What does "require tree" do in Rails 3.1?
In Rails 3.1.... This is my application.css: /* *= require_self *= require_tree . */ This is my application.js: //= require jquery //= require jquery_ujs //= require jquery-ui //= require_tree . What does the "require_tree ." do? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web
2008 Mar 24
4
estimation on phone network capacity
Hi I am working on deploying voip for my company and would like to seek some advice on the number of E1 lines we need to rent. Our telco told us that there can be at most 30 concurrent channels on an E1 line. Typically, what is the maximum number of DIDs that we can allocate to that E1 line before users get frequent "all lines are busy"? We are running a support center with mostly
2012 Sep 25
1
mapping data from table to .csv template
I have a .csv table named mailing.csv as below. It consist a receiver, subject and sender. Receiver subject sender 1 Adrian Cole RE: [WHIRR-117] Composable services Tom White 2 Adrian Cole RE: [WHIRR-117] Composable services Tom White 3 Adrian Cole RE: [WHIRR-117] Composable services Adrian Cole 4 Adrian Cole RE: [WHIRR-117]
2009 Aug 31
3
Getting this error
HI friends, After updating ruby 1.8 to ruby1.9.1.......& on firing script/server to start a server, I am getting the following errror..... /home/HUNT/WEBlog/config/boot.rb:86:in `load_rubygems'': undefined method `>='' for nil:NilClass (NoMethodError) from /home/HUNT/WEBlog/config/boot.rb:52:in `load_initializer'' from /home/HUNT/WEBlog/config/boot.rb:38:in
2003 Dec 11
2
cwRsync 2.5.7
Tevfik On Tuesday 09 Dec 2003 18:13, Tevfik Karag?lle wrote: > I would also like to inform that I updated my cwRsync package with the > latest rsync binary (2.5.7). http://itefix.no/cwrsync I have tried your rsync 2.5.7 in cygwin under Windows 2000, synchronising to a windows share on an unknown (probably Windows) file server. Sorry to report that it hangs at the end of transfer, as did
2014 Jun 02
1
Called name not present error, but only once!
Hello: I am trying to use the net time command to sync a server: $ net ads time -S ale.hunt.com (hunt.com is just for internal use only) I see an immediate response like so: >>> NBT Session Packet NBT SessionReject Flags=0x0 Length=1 (0x1) Reason=0x82 Called name not present "Called name not present" - alright but.... # nmblookup -A 192.168.17.53 Looking up status of
2004 Jun 07
3
Multiple DDI & Hunting on Analog Lines (UK)
Hi everyone, I want to get multiple DDI's and hunting across those DDI's in case one of the lines is busy using analog phone lines. The system is for a large house so I want 3 x PSTN lines. 3 x DDI's and the ability for those DDI's to be presented across all three PSTN lines. BT say you can't have more than one DDI number associated with a PSTN line and that you can't
2008 Jun 12
4
problem with function "rep"
To whom it may concern, I am currently writing a program where I need to use function rep. The results I get are quite confusing. Given two vectors A and B, I want to replicate a[1] b[1] times, a[2] b[2] times and so on. All the entries of vector B are positive integers. My problem comes from the fact that if I sum up all the elements of B, I get a certain value x(for example 10000). And if