search for: web

Displaying 20 results from an estimated 46397 matches for "web".

Did you mean: we
2006 Jul 25
9
Can anyone explain this code? It uses Inject
def webs @webs ||= Web.find(:all).inject({}) { |webs, web| webs.merge(web.address => web) } end -- Posted via http://www.ruby-forum.com/.
2006 Nov 25
1
Possible memory leak in smbd?
...210.228.30) Service pid machine Connected at ------------------------------------------------------- netlogon 10295 boxwood Wed Nov 22 09:05:40 2006 IPC$ 13973 coconut Thu Nov 23 17:34:01 2006 Administrator 10442 maple Thu Nov 23 12:10:07 2006 web 10295 boxwood Thu Nov 23 13:03:44 2006 netlogon 10313 juniper Thu Nov 23 10:07:08 2006 web 10313 juniper Tue Nov 21 12:45:21 2006 web 10313 juniper Tue Nov 21 20:53:14 2006 IPC$ 13975 coconut Thu Nov 23 17:34:02 2006 web...
2007 Nov 29
1
Troubles with two node
Hi all, I'm running OCFS2 on two system with OpenSUSE 10.2 connected on fibre channel with a shared storage (HP MSA1500 + HP PROLIANT MSA20). The cluster has two node (web-ha1 and web-ha2), sometimes (1 or 2 times on a month) the OCFS2 stop to work on both system. On the first node I'm getting no error in log files and after a forced shoutdown of the first node on the second I can see the logs on the bottom of this message. I saw some other people is getting on...
2011 Jun 02
10
Application Error!!!!!!!!!!!!!!!!!!!!!!!
...roku.com/. it is working fine on localhost but i got APPLICATION ERROR. IN log wht i find that in photo.rb model not able to find "has_attached_file", I am not able to shout out this proble. It working fine at localhost. log file is below heroku logs [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from /app/.gems/gems/rails-2.3.8/lib/initializer.rb:413:in `load_application_classes'' [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from /app/.gems/gems/rails-2.3.8/lib/initializer.rb:411:in `each'' [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from /app/.gems/gems/rails...
2010 Apr 14
0
Processed: submitter 252771, submitter 268152, submitter 312829, submitter 418048, submitter 436960 ...
Processing commands for control at bugs.debian.org: > submitter 252771 Goswin von Brederlow <goswin-v-b at web.de> Bug #252771 [bsign] FTBFS: wrong architecture Changed Bug submitter to 'Goswin von Brederlow <goswin-v-b at web.de>' from 'Goswin von Brederlow <brederlo at informatik.uni-tuebingen.de>' > submitter 268152 Goswin von Brederlow <goswin-v-b at web.de> Bug #...
2014 Apr 23
0
Something went wrong
http://secret-brushlands-1375.herokuapp.com/users/sign_up Not sure why all of a sudden I am getting this error message when I try to save a new user - Here is the log file: C:\rails_projects\store4>heroku logs 2014-04-23T21:35:54.918695+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/act ivesupport-4.1.0/lib/active_support/callbacks.rb:113:in `call' 2014-04-23T21:35:54.918698+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/act ivesupport-4.1.0/lib/active_support/callbacks.rb:229:in `call' 2014-04-23T21:35:54.918696+00:00 app[web.1]: ven...
2012 Mar 12
0
Data consistency with Gluster 3.2.5
I have set up a replicated, four-node gluster config for a web farm. The idea is that each web node is its own Gluster server, and will have its own copy of the entire web root locally. It then serves the cluster to itself via a mount. We're running it over dual GigE NICs bonded. The problem I am having is when we switch live traffic to nodes in the...
2006 Apr 28
5
please explain web services
could someone explain some of the uses for a web service. i''m reading about how to make them, but i''m still not quite sure what they''re good for. i have multiple rails apps that i would like to pass user information back and forth to. i''m not sure if something like this could help me or not. thanks -- P...
2006 Jun 30
7
Inspiring Web 2.0 Rails Sites?
Anybody know of any Rails-using web sites that really capture the essence of the nebulous Web 2.Oh from which ideas, instruction, and inspiration can be drawn? BTW, what exactly IS Web 2.0? Joe -- Posted via http://www.ruby-forum.com/.
2005 Oct 11
4
Can't access files at localhost
I've created a symlink inside my /var/www/html/ folder called "web", which is points to a my /home/dave/web directory. Inside that directory, I created a folder for my web site called "website". I thought I should be able to access that web site through FireFox by going to either: httpd://localhost/web/website ... or: http://localhost/web/websi...
2001 Mar 16
0
smbclient tar problem
...ving a problem I can't figure out. I was backing up a coworker's machine using the smbclient tar capability. He's got Win2k. I was looking at the tar file that was generated, and in some of the deeply nested directories, I'd get stuff like this: ./Projects/From MM58836/SPC internal Web/New Site/groups/SLPG/projects/STRICOM_TIE_speech/_vti_cnf/activem.gif ./Projects/From MM58836/SPC internal Web/New Site/groups/SLPG/projects/STRICOM_TIE_speech/_vti_cnf/activep.gif ./Projects/From MM58836/SPC internal Web/New Site/groups/SLPG/projects/STRICOM_TIE_speech/_vti_cnf/collapse.gif ./Proj...
2014 Mar 24
2
Problem with web services
Hey oh i'm using one Ubuntu 12.04, and i set up a radio server automatized with airtime. The problem is, even i don't have any problem checking the airtime site or the icecast web service by my web browser, when i install my radio online player, which is basicaly a .html page with javascript & html language inside, the icecast web service can't find it, the same setup i use it on my CentOS & my Windows icecast services, but this is the only one who doesn't wo...
2007 Feb 18
1
Secure shared web hosting using MAC Framework
Hi all, I am looking at securing a web server using the FreeBSD MAC Framework. To make things clear I will call the hosted users "web users". Those are the issues I am dealing with: ** Network Security ** - Web users shouldn't be able to connect to reserved local ports apart from 25(smtp); 80(http); 443(https) and 3306(M...
2007 Dec 12
4
Route and patterns
In a wiki, routes are handling web_index /:web {:controller=>"wiki", :action=>"index"} web_topic /:web/:topic {:controller=>"wiki", :action=>"view"} action /:web/:topic/:action {:controller=>"wiki"} That is the default action is "view". Two q...
2006 Aug 19
2
Accounting
Hello, I want set the accounting function for web traffic, when I use shorewall show web it can''t show anything. accounting file: GROUP web:COUNT - eth1 eth0 tcp 80 80 web:COUNT - eth0 eth1 tcp 80 80 Thank ! _____________________...
2007 May 26
3
Web application to feed icecast
Hello, i guess this question appeared before, but I haven't found anything by searhing the whole morning. I know that some web radio stations use icecast2. They also have a web application that makes it possible to request songs, add items to the playlist of the source client and so on. Most of the web radios have developed the web application by itself (i guess so). I'm not able to develope such a piece of work by my...
2008 May 28
2
problem using icecast 2 Listener Authentication
...<option name="filename" value="myauth"/> <option name="allow_duplicate_users" value="0"/> </authentication> </mount> All works ok , the stream with testmount.ogg has the lock , but when I go to the admin web page for manage the user , when I try to add user I have an error , to see the error.log , that I post: [2008-05-28 20:01:55] INFO auth/auth_run_thread Authentication thread started [2008-05-28 20:02:03] INFO fserve/fserve_client_create checking for file /style.css (/usr/local/share/icecast/we...
2010 Oct 30
12
Anyone successfully ran JRuby 1.5.3, Rails 3, Tomcat6
Hi, I''ve been trying to get JRuby 1.5.3 with Rails 3 to run on the Tomcat6 server with little success. Has anyone been able to do this? If so, what issues did you have to overcome to get this to work? Also, is this a combination that you would recommend for a production site, or is it all too new and untested? The latest issue I''m stuck on right now is with the mysql-connector-
2012 Nov 05
2
barchart con abline en lattice
...a todos: soy nueva en R así que es posible que la pregunta sea simple, pero no encuentro la solución. El caso, quiero hacer un gráfico de barras sencillito, pero con una linea horizontal que represente la media. Pues bien, si hago el gráfico sin aplicar la linea, no hay problema: ----- barchart(web[,2] ~ web[,1], col="#2C575D", ylab=colnames(web)[2], xlab="Country", main= "Social Web Involvement") [image: Imágenes integradas 1] ------ Ahora bien, cuando trato de pintar la linea, las barras se vuelven horizontales (a pesar de que...
2010 Jun 01
3
Using R with Web services
Hello list helpers, I'm working at a research institute and I've been asked to develop a way of using R as a scripting and analysis tool which takes information from users via web forms, perform a query to an Oracle Database running on a Linux server and finally return formatted reports to the user via web. I'm sort of a newbie in web forms and web services so i've been reading about ROracle, RWeb and CGIwithR with little or no results so far, I need to know which is...