Displaying 20 results from an estimated 52 matches for "poop".
Did you mean:
loop
2006 Jul 27
2
Creating multiple objects from form data
...alidation failed: Username can''t be blank, First name can''t be
blank, Last name can''t be blank, Email address can''t be blank"
However, values for user are present in the request parameters:
*Parameters*: {"company"=>{"name"=>"poop", "account_id"=>29},
"user"=>{"password_confirmation"=>"poop", "username"=>"poop",
"company_id"=>29, "time_zone"=>"International Date Line West",
"first_name"=>"poop&qu...
2009 Jan 17
10
Cucumber Scenario Outlines Output Insufficient
I''m having problems knowing what a scenario outline I''ve created is doing.
In particular I have no idea about what steps are being matched when the
outline is run so when I break something I can''t find out what is wrong. Is
there any progress on getting better output for scenario outlines.
TIA
Andrew
-------------- next part --------------
An HTML attachment was
2006 Jul 05
3
mongrel - server pooping out..
i am using the following comman to fire up mongrel:
[sergio@vb_workstation chatlogger]$ mongrel_rails start -d -p 8088
** You have sendfile installed, will use that to serve files.
and everything works fine until some point at night.. i think it is
pooping out some time in the middle of the night.. if i try to hit the
app in the morning, it just stalls out..
if i restart it, it''s fine the rest of the day..
anyone have any ideas?
thanks in advance..
--
Posted via http://www.ruby-forum.com/.
2009 Oct 05
4
[LLVMdev] getting gold plugin to work?
Attached is the start of a patch to make the gold plugin work on
Darwin for use as a cross-compiler. There needs to be a build step
somewhere in llvm-gcc that copies it into libexec/<gcc
poop>/libLLVMgold.so, but I've been doing that manually for now.
It doesn't seem that simple use of -O4 results in the plugin learning
what subtarget is desired. I presume that the llvm-gcc driver needs to
pass -mcpu down through collect2 into ld somehow. Has anybody solved
this already? Per...
2003 Sep 08
1
extension.conf and SIP phones.
...the
demo features.
No CO line interface. Just experimenting with IP.
SIP.conf configured
voicemail.conf configured.
extensions.conf configured.
sip.conf
[user]
callerid="User Name"
type=friend
nat=no
username=user
secret=password
host=dynamic
canreinvite=no ; Cisco poops on reinvite sometimes
qualify=200 ; Qualify peer is no more than 200ms away
defaultip=10.1.1.53
dtmfmode=rfc2833
mailbox=1115
voicemail.conf
1115 => 1234,User Name,user@somecomapany.com
extension.conf
exten => 1115,Macro(stdexten,1115,${user})
exten => 1115,1,Dial,SIP/user/s|15
exte...
2009 Oct 09
0
[LLVMdev] getting gold plugin to work?
Sandeep Patel wrote:
> Attached is the start of a patch to make the gold plugin work on
> Darwin for use as a cross-compiler. There needs to be a build step
> somewhere in llvm-gcc that copies it into libexec/<gcc
> poop>/libLLVMgold.so, but I've been doing that manually for now.
With this patch, it seems that it produces a file named LLVMgold.so
instead of libLLVMgold.so. Any ideas?
I'll look into it later if you're not sure why, but that's the only
thing blocking committing it.
> It doe...
2003 Jun 27
1
defaultip= in sip.conf doesnt work?
...is supposed to do, but
it doesn't work. I get a busy tone when dialing the extension until the
phone reregisters. Here is what the entry looks like for a Cisco7960:
[cisco]
type=friend
username=cisco
secret=supersecret
host=dynamic
defaultip=192.168.0.55
canreinvite=no ; Cisco poops on reinvite sometimes
qualify=200 ; Qualify peer is no more than 200ms
away
context=local
callerid="Cisco Phone" <2010>
mailbox=2010
Of course, if I set the host= parameter to the phone's IP and set the
phone not to register, everything works also, but the...
2008 Feb 28
1
rake aborted! Don't know how to build task 'db_schema_dump'
Oh noes! What do I do?
Just installed RoR and SQLite3 yesterday, watched a screencast that said
the db_schema_dump will slaughter my enemies and make my poop smell like
rainbows. Now I get rake telling me that it doesn''t know how to. Any
help?
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"...
2003 Jun 11
0
Problems configuring Asterisk with SIP
...ovider
;register => 9874@192.168.0.2
;register => 2345@148.243.196.14/1234 ; Register 2345 at sip provider as
1234 here.
;allow=g729
;
;[cisco]
type=friend
username=9873
secret=pwd
;nat=yes ; This phone may be natted
host=dynamic
canreinvite=no ; Cisco poops on reinvite sometimes
qualify=200 ; Qualify peer is no more than 200ms away
defaultip=192.168.0.5
mailbox=9873
;[cisco2]
type=friend
username=9874
secret=pwd
nat=yes ; This phone may be natted
host=dynamic
canreinvite=no ; Cisco poops on...
2003 Jun 12
1
Regarding hashing, ext3, and kjournald
...ed /dev/hda5 using 'md5sum
/dev/hda5' I get value XXX.
- when I hash mounted /dev/hda5 using 'md5sum
/dev/hda5' I get value 'YYY'.
MISC:
- no matter how I mount the volume read only I get the
same result - differing hash values!
<example1> mount /dev/hda5 -o ro /mnt/poop
<example2> mount /dev/hda5 -o ro -t ext2 /mnt/poop
- From my testing I'm thinking 'kjournald' has
something to do with it?
- I've used both live operating systems as well as
bootable CD distros, all with same result;
----- when the volume is *not* mounted I get one value...
2005 Feb 23
1
Sipura 2000 w/fax machine oddities
...t. using the fax machine, I can send a fax out to
another fax machine fine (using VoipJet). but when i try to fax
something directly to my asterisk server on my LAN, the sound is very
bad, choppy/static and it can't send at all.. however, my IAXy
atleast gets good sound, but spandsp seems to poop out and give me
fakinginput errors.
I'm at a loss. the voice echo test works fine, hold music works fine,
sipura line 1 to line 2 works fine, inbound calls from PSTN to both
lines is fine, faxing in/out to physical machine is fine. faxing to
asterisk via LAN connection w/sipura=bad audio/con...
2009 Oct 05
0
[LLVMdev] getting gold plugin to work?
...patch to make the gold plugin work on
> Darwin for use as a cross-compiler.
Nice. I checked that it still builds correctly on linux. I think it is
fine, but Nick should probably have a look.
> There needs to be a build step
> somewhere in llvm-gcc that copies it into libexec/<gcc
> poop>/libLLVMgold.so, but I've been doing that manually for now.
Yes, this is bad. The problem is that we build the plugin in llvm, not
llvm-gcc. Another option is to add a new search directory to llvm-gcc.
That way you could configure llvm-gcc with a --gold-plugin-dir=<path>
and the resul...
2015 Jun 16
3
PXE question
I was wondering, where is the format and options of files like
/usr/share/system-config-netboot/pxelinux.cfg/default from
system-config-netboot-cmd described? There are plenty of PXE tutorials
with examples out there, but nothing that looks like actual
documentation.
2003 Sep 13
1
Caller-ID name delivered in double-quotes
...tes, since the local telco doesn't quote the
names, and it cuts off precious characters.
I'm defining the phones this way in sip.conf:
[200]
callerid = ATA-57 1 <200>
type = friend
secret = xxxx
host = dynamic
defaultip = ata-57.my.com
canreinvite = no ; Cisco poops on reinvite?
[201]
callerid = ATA-57 2 <201>
type = friend
secret = xxxx
host = dynamic
defaultip = ata-57.my.com
canreinvite = no
It doesn't seem specific to the ATA-186.. the BudgeTone caller-id is
also quoted.
How can I remove the double-quotes to make the Caller-ID more normal?...
2003 Oct 03
3
Message Waiting on Cisco 7940 does not work
I have a cisco 7940 with the following sip.conf config:
[Desk1.1]
type=friend
secret=******
defaultip=192.168.1.14
insecure=no
mailbox=102
callerid="Desk1.1"
qualify=500
canreinvite=no
context=extensions
host=dynamic
group=2
I do not get message waiting indicator (mwi) on this phone. Is the
another .conf file invilved in configuring this function other than the
mailbox=xxx in the
2004 Apr 29
7
Cisco Message Waiting Indicator
Hi,
I have just upgraded my Cisco 7960 phone to SIP firmware today and I have to say it's working great with Asterisk.
At work (which uses Cisco Call Manager), when a voicemail is recieved the read light remains lit until the voicemail is retrieved. Is there any way to achieve the same effect with Asterisk ?
Thanks, Paul.
-------------- next part --------------
An HTML attachment was
2003 Jan 15
3
Profiles ...
Greetings ...
This is a stupid question which have been wanting to ask for awhile,
and hope somebody can help me.
Profiles, if I understand it correctly come in two forms, local and
roaming? Now local in on the computer the user uses and roaming is one
that is download from the server when the user logs in.
Now, where my problem is, when I have some users who have huge
documents folder,
2002 Nov 22
1
SAMBA doesn't like me anymore :(
Hi All,
Okay, SAMBA officially doesn't like me or something.
Here's the poop:
- Brand-new FreeBSD 4.7 box
- SAMBA 2.2.6pre2 (built from the ports tree)
- I have dual NICs, one on 192.168.1 (students) the other on 192.168.2 (staff)
- I need two operational workgroups "STUDENTS" & "STAFF" each tied to their
own interface.
- This machine needs to do...
2003 Aug 07
1
Sip Trunk config
incominglimit is already implemented for SIP. Just specify under the
endpoint how many incoming connections are allowed.
For example,
[cisco]
type=friend
username=cisco
secret=blah
nat=yes ; This phone may be natted
host=dynamic
canreinvite=no ; Cisco poops on reinvite sometimes
qualify=200 ; Qualify peer is no more than 200ms away
defaultip=192.168.0.4
incominglimit=20 ; set limit to 20 voice channels
setting the limit to 0 (incominglimit=0) is unlimited.
to view the current lines in use --- sip show inuse from t...
2010 Apr 08
3
Puppet commands giving nothing but a stack trace
...9;'
... 10 levels...
from /usr/lib/ruby/site_ruby/1.8/puppet/application/puppet.rb:1:in `require''
from /usr/lib/ruby/site_ruby/1.8/puppet/application/puppet.rb:1
from /usr/bin/puppet:70:in `require''
from /usr/bin/puppet:70
It seems that `facter` also poops its pants:
# facter
Could not retrieve kernel: stack level too deep
/usr/lib/ruby/site_ruby/1.8/facter/util/resolution.rb:31:in `exec'': stack level too deep (SystemStackError)
from /usr/lib/ruby/site_ruby/1.8/facter/kernel.rb:6
from /usr/lib/ruby/site_ruby...