similar to: (no subject)

Displaying 20 results from an estimated 500 matches similar to: "(no subject)"

2008 Jan 11
3
Date range queries return zero results
Hello, I am having trouble getting data ranges to work correctly. I am using the following command to load the db: index << {:title => row[7].to_i, :date => Date.strptime(row[3], ''%Y-%m-%d''), :page_id => row[5].to_i, :page => row[6].to_i, :content_type => row[1].to_i,
2006 Aug 14
4
Controller method problem
Hi, I have a def in my controller see below where i want to find the page object based on a parameter value and then use the page_id to then find all the contents that belong to that page in the same method. Controller def aboutus @page = Page.find_by_name(params[''About Us'']) @contents = Content.find(:all, :conditions => "page_id = #{@page.id}") end
2007 May 27
3
Scaffold and foreign keys
Hello, I create a migration to add a foreign key ''page_id'' to a table ''main_sections''. After running the migration and adding the column, the scaffol that I have on the main_setions table does not add the foreign key into the CRUD. Any ideas why this is the case? Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because
2010 May 17
1
Corefonts problem
When I attempt to apply corefonts under winetricks, I get a message saying: "Prefix creation exited with error You find a logfile to help with debugging on your desktop." I'm not entirely sure what this means, or where I should find said logfile to debug with. Any suggestions?
2006 May 10
4
Single Table Inheritance problem
I have two tables I am using single table inheritance with: Page and Item. "Page" has many "Items"; "Item" belongs to "Page". Item Model: class Item < ActiveRecord::Base end class Article < Item belongs_to :page end Page Model: class Page < ActiveRecord::Base end class Issue < Page has_many :articles end In my controller, when I
2011 Dec 22
2
Please Help!!!
Hi, I'm nota very good with computers and i'm dealing with a little problem and the problem is this. Okay, so I am trying to download WOW (World Of Warcraft) trial version and to dwl it there opens up a window that starts dwl the game and it is split in 3 parts so it is no problem to dwl the first part but when I started to dwl the second part it starts for few minutes and then there opens
2006 May 31
7
Rails, Transactions, and statements
Hi, I have a problem where I need an auto-incremented id back from the database for a statement that has yet to be committed. The operation that uses the id may fail, and if so, I need to rollback the database. I can''t figure out how to send only the statement to the database without the commit without sending over hard coded SQL. This is what I started out with: 1 def add_album
2009 Feb 23
3
Recommended wireless card (or is there a chance to get either iwi or ath fixed)?
Hi, after some time without FreeBSD I installed 7.1 on an IBM Thinkpad T30 (with ZFS root on encrypted geli, works great). Config is: FreeBSD hasking.alashan.nongo 7.1-STABLE FreeBSD 7.1-STABLE #3: Thu Feb 5 21:10:45 CET 2009 root@hasking.alashan.nongo:/usr/obj/usr/src/sys/HASKING i386 I tried using my ath based D-Link DWL G650, which still seems to have some issues in regard to interrupt
2006 Mar 21
3
WiFi phones and WDS (Wireless Distribution System)
I'm about to start working with WiFi phones on my Asterisk installations. Can anyone tell me if they are using WiFi phones on wireless network that is extended with WDS and how well the phone handles jumping from access point to access point while on a call? Do any WiFi phones support WPA encryption or are they all still under the impression they are only being used on public hot spots?
2006 Jun 20
2
about fw classifier
Hi all! On http://lartc.org/howto/lartc.adv-filter.html I read that a classifiers available bases the decision on how the firewall has marked the packet and on http://lartc.org/howto/lartc.qdisc.filters.html the following example: "tc filter add dev eth1 protocol ip parent 1:0 prio 1 handle 6 fw flowid 1:1" "iptables -A PREROUTING -t mangle -i eth0 -j MARK --set-mark 6" My
2006 Jun 02
1
ath(4) for D-Link G520M on 5.5-R?
I just got the D-Link DWL-G520M PCI wireless card. I'm not interested in super-G or any other post-802.11b feature in particular; the reason I got it was because the marketing materials hinted that (at least some revision of it) had the Atheros chipset. It isn't recognized at all by ath(4) on 5.5. Here is the pciconf -lv section: none0@pci0:14:0: class=0x020000 card=0x3a681186
2008 May 29
9
Low-memory Centos5?
Good morning, I've inherited an old laptop from my wife that I'd like to use when I travel (it's fairly small with a 12" screen). The bad part is that it is maxed out on memory with 384MB. Has anyone played with using Centos5 on systems with little memory? Ideally, I don't need too much - Firefox, Openoffice, a little Perl/Python/C here and there. I was thinking about using
2003 May 30
2
WLAN support
Hi folks! First post here, so please don't bother if it's not the right place to post those kind of questions. I'm currently running a 4.7-release (upgrade to 4.8 planned but not yet started) on my production box. As I would like to setup a small WLAN (major use for my notebook, other clients are possible) I need to know which cards are really supported. The handbook is IMHO not
2006 May 16
5
Google Map problems
I followed the setup from http://cartographer.rubyforge.org/ but keep getting this error - NoMethodError in Sandbox#map Showing app/views/layouts/sandbox.rhtml where line #4 raised: You have a nil object when you didn''t expect it! You might have expected an instance of Array. The error occured while evaluating nil.[] Extracted source (around line #4): 1: <html> 2: <head>
2003 Apr 14
3
Annother Wireless network card annother problem
OK What client cards do work? For each of the following: 802.11a 802.11b Media: PCI PCMCIA USB OS: FreeBSD 4.7 Recomendations please Thanks David ----- Original Message ----- From: <john@critchley.biz> To: "vizion communication" <vizion@ixpres.com> Sent: Monday, April 14, 2003 2:04 PM Subject: Re: Annother Wireless network card annother problem > > > > I
2012 Mar 03
4
Hardware-based Icecast source client
Hi all, I'm in the midst of creating a turnkey Icecast source client embedded in a plug computer, using Ices2. I've hacked together some scripts to automate the starting and stopping of a live stream (launched by pressing buttons on the device). It's dead easy once the network/server is configured - you just plug it in, push a button and you're live. It accepts any Debian
2017 Mar 18
2
dovecot problem with ssl
Em Thu, 16 Mar 2017 23:06:08 -0700, Doug Barton escreveu > On 03/17/2017 01:21 AM, Nilton Jose Rizzo wrote: > > > > > > Hi all, > > > > > > I already searched for this error on google and nothing > > > > I never install dovecot, this is a first time. > > > > This error, I know, is too newbie and stupid, but I > >
2017 Mar 18
2
dovecot problem with ssl
On 2017-03-18 07:19, Nilton Jose Rizzo wrote: > Em Fri, 17 Mar 2017 22:35:40 -0300, Nilton Jose Rizzo escreveu >> Em Thu, 16 Mar 2017 23:06:08 -0700, Doug Barton escreveu >> > On 03/17/2017 01:21 AM, Nilton Jose Rizzo wrote: >> > > >> > > >> > > Hi all, >> > > >> > > >> > > I already searched for this
2009 Feb 26
3
Question about Do Not Disturb
Hello, Some of my users have phones lacking a DND button. I need to provide an extension they can dial that will put them in DND, i.e. tell the server not to send them any calls until they get off the DND. I've researched it for almost 3 days now and tried a range of configurations. I'm hoping somebody here has an answer. Currently, I have this in extensions.conf [app-dnd-on]
2007 Oct 10
3
Wifi - Managed access points...
Hi, I'm working on a Wifi VoIP project specification. It will have almost 8 APs and 20-30 wifi phones. And after some research, I still having some questions ... 1) Are Managed Access Points (and switch controllers) really important to implement good wifi woip (w/ low latency and acceptable handover time) ? 2) What is the difference between (3com WX1200 + 3com AP 3750) and (DES-1228P +