similar to: [OT] Searching for SNetTerm author

Displaying 20 results from an estimated 2000 matches similar to: "[OT] Searching for SNetTerm author"

2006 Sep 01
2
Making Mongrel play well with Monit
Hi! I run a mongrel cluster with 6 mongrels in it. I want to monitor them individually for process hangs (and then restart them) and this is the solution I came up with: Here''s my configuration file for monit (/usr/local/etc/monitrc): [snipped relevant bits] ------ #check lighttpd process check process lighttpd with pidfile /var/run/lighttpd.pid start program =
2016 Aug 12
4
Numlock
We have encountered an anomaly that appears to be related somehow to Samba. When users are moved to the new domain hosted by Samba4.3 then the numlock on their keyboards is always turned off when they log onto the domain regardless of its previous setting. This in itself is just a nuisance. However we have an application called SnetTerm, an ssh client, which will not recognise the numlock at
2005 Feb 21
0
mounting win xp shares always logs in as gues
Hi, I'm using samba 3.0.11 on debian linux. I've got a problem when mounting windows xp shares on a linux box. smbmount //$sServ/$sShare /mnt/$sDir/$sShare -o username='$sUser',password='$sPassword',unicode,ro,iocharset=iso8859-2,codepage=cp852 When looking at the Windows event viewer I can see that I always log in as guest: I won't give you an exact text of what
2006 Aug 22
0
Re: Problem with find condition and habtm relationship.
OK. This may help, but it will also make your head hurt. The basic problem that you''re running into is that you want a "for all" operator and sql doesn''t have one. Instead, you have to think of the query in terms of the logically equivalent "not exists not". Effectively, a proposition is true for all x if you can''t find a counter-example in
2011 Feb 22
4
Segmentation fault on running program
I'm trying to run a home design program, Grand Designs 3D Renovation & Interior, and I'm getting a segfault. This program does not have an AppDB entry. Any ideas, anyone? My system is as follows HP G6000 laptop Ubuntu 10.04 Wine 1.3.14 nVidia C67 [GeForce 7000M / nForce 610M] with nVidia-173 driver (if that's relevant) The program has been installed into its own prefix, but
2006 Mar 14
3
Help doing find - look for nonempty habtm
I''ve got a Cuisine and a Restaurant model, with a habtm. One thing I want to do is find all the cuisines that have at least one restaurant associated with them. Right now I''m using the following SQL query: SELECT DISTINCT(cuisines.*) FROM cuisines, restaurants, cuisines_restaurants WHERE cuisines.id = cuisines_restaurants.cuisine_id AND restaurants.id =
2009 Apr 04
1
OpenSSH sftp(1) renovation project for GSoC 2009
Hello, Please pardon me if this is off topic, but I thought I ought to introduce myself. I submitted an application (aka student proposal) to OpenSSH via GSoC on Thursday (2009-04-02 19:39:21Z). Of course, I cannot know if it will be accepted, but in any case, here is the abstract for anybody on the list who may be interested in offering feedback: The objective of the OpenSSH sftp(1)
2006 Jul 31
9
Multiple Pagination
I have the following: def index begin @restaurant_pages, @restaurants = paginate :restaurants, :order => (params[ :sort ] || "name"), :per_page => 2 @cuisines = Cuisine.find_all rescue redirect_to :action => :index end end # sort by cuisine def
2006 May 01
0
PostGIS and MySql Spatial Extensions in Rails
Hello, This post is to announce a new release of the Spatial Adapter for Rails, which is a plugin that adds support for columns of geometric types (point, linestring, polygon,etc...) to ActiveRecord. Currently the only supported databases are MySql and PostGIS. With this release, geometric columns should behave like columns of any other basic types in all areas: migration, data access, dumping
2006 Mar 22
1
How do you clean up this cryptic code?
So, I''m coding my school project in Rails. There are two models, User and Restaurants. I noticed that in Restaurants, when you use the belongs_to method, you could specify the condition of the associated table. There are a few types of users, in the user_type column of the users table - owners is type 1, users are type 2. So in my haste to hand in enough code, in the Restaurant model,
2006 May 03
0
Newbie Help
Is it my environment? Is something wrong, cause I thought this should just work? I have a simple table and I created a model and a controller: ruby script/generate controller Restaurant ruby script/generate model Restaurant I edited the controller to this: class RestaurantController < ApplicationController scaffold :Restaurant end I run it and: http://0.0.0.0:3000/Restaurant works
2002 Oct 04
0
New High Performance Rink System Installed In Washington State
New Lynnwood Ice Rink Reopens In September With New High Performance Rink System LYNNWOOD -- A new ice arena will open in Lynnwood Sept. 15, about four months after the SnoKing Ice Arena closed. Washington Ice Skating Association, which owns both the former SnoKing rink and the Olympicview private ice rink in Mountlake Terrace, is remodeling and reopening the rink as the Lynnwood Ice Center.
2016 Aug 12
0
Numlock
On Fri, Aug 12, 2016 at 12:14:36PM -0400, James B. Byrne via samba wrote: > > We have encountered an anomaly that appears to be related somehow to > Samba. When users are moved to the new domain hosted by Samba4.3 then > the numlock on their keyboards is always turned off when they log onto > the domain regardless of its previous setting. This in itself is just > a nuisance.
2006 Jul 09
1
Quick Question
I have this method in a controller def sort_by_cuisine #@restaurants = Restaurant.find(:all, :conditions => ["cuisine_id = :id", params], :order => params[:sort]) @cuisines = Cuisine.find_all end And I want to put the bulk of it in the model, but still call it from the controller. How can I do this? I''m fairly new to Ruby on Rails and I''ve tried
2000 Jul 04
1
Win2000 connecting to Samba 2.0.6 server
Greetings: I have just upgraded my Win98 client machines to Win2000, and now, I am no longer able to connect to my Samba Server, nor any of the samba shares. The ip addresses of the Client workstations are in the range of 192.168.0.200 tto 192.168.0.250. The ip address of the samba server is 192.168.0.4. The client workstations belong to the 'workgroup' group. Below is a copy
2006 May 04
9
Help: wrong number of arguments (0 for 1)
Is it my environment? Is something wrong, cause I thought this should just work? I have a simple table and I created a model and a controller: ruby script/generate controller Restaurant ruby script/generate model Restaurant I edited the controller to this: class RestaurantController < ApplicationController scaffold :Restaurant end I run it and: http://0.0.0.0:3000/Restaurant works fine,
2007 Jan 16
1
dhcpd errors
Hello Everyone, I'm running a dhcp server on CentOS 4.4. It's providing IPs and remote booting for a number of thin clients. I've recently had problems rebooting a few thin clients. Here is the error I've been seeing: Jan 16 14:16:45 at01 dhcpd: DHCPRELEASE from 00:40:63:e5:71:4f specified requested-address. Jan 16 14:16:45 at01 dhcpd: DHCPRELEASE of 10.1.1.150 from
2007 Aug 20
1
Application for Home Delivery Restaurants
Hello All We have developed an application for Home Delivery Restaurants using Asterisk, Java (JSP/ JSF) and MySQL. Here is listing of its features. If someone is interested then we can provide him more details. - POP up window with caller data containing his/her name, address and transactions history. - In case of new customer, Pop up window with blank form to add customer data and
2013 May 09
0
Replace rows in dataframe based on values in other columns
Hi, dat1<- read.table(text=" Restaurant owner purchase_date ??????????? 23 Chuck 3/4/2011 ??????????? 23 Chuck 3/4/2011 ??????????? 23 Chuck 3/4/2011 ??????????? 23 Chuck 3/4/2011 ??????????? 23 Bob??????? 1/1/2013 ??????????? 23 Bob??????? 1/1/2013 ??????????? 23 Bob???????? 1/1/2013 ??????????? 15 Hazel 4/11/2010 ??????????? 15 Hazel 4/11/2010 ??????????? 15 Hazel 4/11/2010 ???????????
2012 Apr 07
0
RAILS HIGHCHART HEROKU PRODUCTION illegal character
HI am using Highchart on rails on heroku. View Source of : http://localhost:3000/highchart RAILS_ENV=production series: [{name: "Restaurants",pointInterval: 86400000,pointStart: 1207526400000,data: [[1325462400000, 4], [1325462400000, 5], [1325462400000, 3], [1328140800000, 5], [1328140800000, 3], [1328140800000, 4], [1330646400000, 3], View Source of :