Displaying 20 results from an estimated 24 matches for "foxy".
Did you mean:
fox
2005 Jan 07
2
Loading module app_realtime.so failed!
Can anyone help me with this: -
root@foxy:~ > asterisk
root@foxy:~ > asterisk -r
Asterisk CVS-v1-0-12/28/04-11:37:32, Copyright (C) 1999-2004 Digium.
Written by Mark Spencer <markster@digium.com>
=========================================================================
Connected to Asterisk CVS-v1-0-12/28/04-11:37:32 currently...
2007 Dec 10
0
Foxy Fixtures updates for 1.2.x
Foxen,
I''ve updated the plugin for 1.2.x to match the final Rails 2.0
features, including support for STI, polymorphic belongs_to, and "rake
db:fixtures:identify". Enjoy.
SVN: http://svn.geeksomnia.com/plugins/trunk/foxy_fixtures
Comments: http://geeksomnia.com/2007/12/10/more-foxy-fixtures
~ j.
--~--~---------~--~----~------------~-------~--~----~
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-tal...
2007 Nov 14
1
New Foxy Fixtures (Rails 2) & STI (Single Table Inheritance)
I''ve got some problems right now using the new model for relationships
in fixtures (by label, not by id) and STI. What I''ve got, is a couple
of models:
Attachment
--> FileDownload
Version
Version has_one file_download with file_download_id on the versions
table
In my fixtures, I have two FileDownloads in my attachments.yml like
so:
hemingway_alpha_zip:
size: 100
2004 Apr 24
1
Error loading profiles -- Samba 3.02a & LDAP
...# next line is a great way to secure the profiles
force user = %U
# next line allows administrator to access all profiles
# valid users = %U "Domain Admins"
[root@rho samba]# pdbedit -Lv debra
Searching for:[(&(objectClass=sambaDomain)(sambaDomainName=FOXY))]
smbldap_open_connection: connection opened
ldap_connect_system: succesful connection to the LDAP server
Searching for:[(&(objectClass=sambaDomain)(sambaDomainName=FOXY))]
smbldap_open_connection: connection opened
ldap_connect_system: succesful connection to the LDAP server
init_sam_from_lda...
2005 May 16
3
ip_conntrack limit --- torrent , DC++ , eMule
Hi all,
i need advice how can i limit ip_conntrack per IP.
clients of network that i support often uses torrent , DC++ , eMule
clients and i have lost packages because they open too many ports.
i have traffic control limits but this obviously isn''t enough
Any advance how to prevent server from this kind problems will be welcome.
Best regards
Emil
2007 Dec 01
10
Fixtures Cleanup
All,
I''ve been playing a bit with some patches to make the fixture loading
and management code a little bit easier to maintain. If I were to
start chopping out features, how would you feel about losing:
Fixture instantiation,
Old school single-file fixtures,
CSV fixtures,
The ability to specify a subset of fixtures (everything''s always
loaded instead),
The ability to
2006 Sep 05
2
dovecot-sieve with FreeBSD
Hello,
I've a test system with postfix (SMTP), dovecot (IMAP only) and covecot-LDA (MDA) under FreeBSD-6.1. Currently everything works fine. But I wasn't able to install dovecot-sieve from the CVS. Does anyone has a small documentation howto install dovecot-sieve on FreeBSD.
Thanks.
--
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal f?r Modem und ISDN:
2008 Mar 23
2
Internet Explorer PDF Plugin
Hello Guys,
first, thank you for wine, its great.
Currently I am trying to run a MS-HTML Application on wine....Everything is working fine, except one thing. The application needs to open a PDF in the browser.
I tried acrobat 6, foxy-reader and pdf viewer. They work if i open the PDF file with the program standalone, but don't if the program is embed in Internet Explorer.
Anyone got this up and running? Please help!!!
2004 Apr 18
1
No local SID -- net getlocalsid fails
...ba]# testparm
Load smb config files from /etc/samba/smb.conf
Processing section "[homes]"
Processing section "[printers]"
Loaded services file OK.
Server role: ROLE_DOMAIN_PDC
Press enter to see a dump of your service definitions
# Global parameters
[global]
workgroup = FOXY
netbios name = RALPH
server string = PDC [Samba %v]
interfaces = 172.30.128.0/17, 172.30.64.0/18
passdb backend = tdbsam
log level = 10
log file = /var/log/samba/log.%m
max log size = 50
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_S...
2003 Dec 02
2
Problem with , in Common Name when running samba3 as ADS Member (Problem with Group-Contents)
Hi,
today we found the reason for a problem with Group-Memberships when
running Samba as an ADS Domain Member.
1. Short Summary of the Environment
===================================
= "old" Systems:
- donald: Microsoft Windows 2000 as ADS Controller
with 2 (daisy, tick) Backup Controller
- 800 Users mostly replicated from Microsoft Exchange
- 65 Groups
- fix: Samba 2.2.8 on
2006 Jan 30
3
P4 dual core vs AMD64 dual core with HTB
...Deban Linux for my router. Can I
expect problems with HTB and iproute 2 over ATHLON DUAL CORE/BOX or single
box ?
Currently my problem is that i have too big system load over CPU / 60-80%/
and packet dropping. at every 15-20sec i have traffic freeze for 1-2sec.
when more users are online.
Regards
foxy202
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2008 May 07
3
IE barks at getInlineOpacity, makePositioned and a catch
Hi fellow sufferers of IE''s JS hell
I''m working on this little JS animation here, works just fine on Foxy,
Opera, Safari and friends:
http://www.ard.ch/newpage
Then comes IE7:
Object doesn''t suppot this property or method (line 530) (effects.js):
var oldOpacity = element.getInlineOpacity();
Object doesn''t suppot this property or method (line 597)
(prototype.js):
} catch (e) {
Obj...
2005 May 23
1
linux tc + contab
Hi I have strange problem.
same traffic control rules when i started it manual they work OK,
but when i started it from crontab / twice per day / doesn''t work
correctly ... look like delete rules doesn''t work
... any ideas where to look for problem ?
i use debian sarge Linux 2.6 kernel ,
#!/bin/bash
TC=/sbin/tc
DEV=eth1
echo "Delete all rules"
$TC qdisc
2009 Mar 06
9
Association broken when upgrading from rails 1.2.6 to 2.2.2
I have an app with the following models:
course
belongs_to :semester
semester
has_many: courses
belongs_to :education
education
has_many :semesters
In my old app (rails 1.2.6) I was able to access variables via
controller
@courses = Course.find(:all)
view file:
<% for course in @courses %>
<%= course.name %> <- this line works
<%= course.semester.name %> <- this is now
2006 Apr 11
1
strange iptables mangle problem
Hi all,
I manage network with two connections with l00Mbit
In the past when network wasn''t so load everything was OK, now
in pick hours load over border server from 1.0 to 1.5 / it isn''t so big /
and for me is very strange why I have increasing of ping timeout
from 0.5- 5ms in normal hour to 50-100 ms in pick hours..
server is with good hardware
AMD 64 Dualcore
2012 Jun 22
6
Definition list as image caption
recently though about image captions, then i realized that this could be achiebed by Markdown Extra's definition list feature:
![alttext](http://exampl.com/img.jpg)
: here goes the *caption*
What do you think?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Jul 05
5
Does RSpec work nicely with UUID primary keys?
I have my application happily generating UUID primary keys using the
uuidtools gem.
But the auto-generated specifications created by "script/generate
rspec_scaffold...", etc, assume that one is using a sequential integer
primary key.
For those who have hit this same issue, is it just a matter of rewriting
the auto-generated specifications to take this into account, or does one
have to
2011 Aug 29
4
Kerberos GSSAPI - proper item name in keytab
Hello, ALL.
I am trying to organize a transparent single sign-on concept for my
Active Directory users into Dovecot via IMAP. On the user's desktop I
use Thunderbird 6.0 as a mail client (MUA), Windows XP as an operating
system. Domain is controlled by Windows 2008 Server SP2 with Active
Directory.
I have installed on my Mail server Debian GNU/Linux 6.0.2 (Squeeze) and
Dovecot 2.0.13 from
2008 Jul 20
10
STI and fixtures
Hi all !
Loading fixtures doens''t seems to associate my 2 objects, do know what''s
wrong ?
In app/
class Manager < Employee
has_many :employees,
:foreign_key => :reports_to
end
class Employee < Person
belongs_to :manager,
:foreign_key => ''reports_to''
end
class Person < ActiveRecord::Base
belongs_to :address
end
fixtures for
2007 May 25
1
email the silly fuckers instead.
An alle finanzinvestoren! Diese aktie wird durchstarten! Dienstag 29.
Mai startet die hausse!
Firma: Talktech Telemedia
Kurzel: OYQ / OYQ.F / OYQ.DE
WKN: 278104
ISIN: US8742781045
Preis: 0.54
5-T Prognose: 1.75
Realisierter kursgweinn von 450% in 5 tagen! OYQ Wird wie eine rakete
durchstarten! DIENSTAG 29. MAI STARTET DIE HAUSSE!
But thanks for drawing my attention to it anyway. These