Displaying 20 results from an estimated 24 matches for "stoopidly".
2004 Dec 29
2
Asterisk, she no hang uppa the phone!
I've been working on the local side of asterisk for several days, and I have
the in-house dial plan pretty well corn fingered to my satisfaction.
Today I began working on the other side to make asterisk do things like place
an outgoing call to PSTN and route an incoming call from PSTN.
I'm using a TDM11B with a single fxs and a single fxo. My analog handset is
plugged into the port
2011 Dec 19
4
Learn from MY Mistake: "false" != false
Sharing my stoopid mistake in the hopes of saving someone else the same grief:
I had a boolean toggle that was not performing as expected.
Long story short: I had put quotes around the word "false"
class { ''foo'' : boolFlag => "false" } was coming up TRUE
To fix it, lose the quotes
class { ''foo'' : boolFlag => false }
“Sometimes I
2005 Nov 08
1
Reducing the deleterious effects ofego related issues on the list
Bryan... NOBODY CARES how many times Chris is wrong.
NOBODY CARES what you prove on this point.
Whether Chris is right, wrong or stoopid is NOT proper fodder for this (CENTOS) list.
Chris being wrong is *strictly* a "Bryan Fixation".
Part of YOU growing up is YOU realizing that whether Chris is or is not
wrong is UNIMPORTANT to ANYTHING that you or anybody important
to you think is
2004 Aug 06
2
No source buffering
On Friday 20 February 2004 00:09, Renaud Waldura shaped the electrons to
shout:
> 1- this is such a stoopid question I should be ashamed of myself --
> RTFM
>
> 2- this is a well-known issue that everybody's aware of, it doesn't
> need further discussion thank you, as it is actively being worked on
>
> 3- it is meant to be that way and will not change.
No, if you
2004 Aug 06
3
No source buffering
There appears no source buffering in Icecast 2.0. Please correct me if I'm
wrong -- my C skills are a bit rusty -- it looks like apart from a tiny 4K
buffer, there is no buffering done when relaying a source.
Is this an explicit design decision? The Internet being what it is,
unreliable and all, it seems harsh to drop a source that's even slightly
lagging, when a bit of buffering could
2008 Sep 06
5
Unreal Tournament
I installed unreal tournament '99 on WINE and whenever I try to open it, it says "Starting Unreal Tournament" in a new tab at the bottom and then it disappears and nothing happens. Any suggestions?
I'm using a x64-Opteron 1.8Ghz Dual-Core, x64 Ubuntu, 2gb of RAM, Nvidia 6150 with Restricted Drivers.
P.S. - Please give me a somewhat step-by-step because I'm all-knowledgeable
2005 Oct 24
7
More than 1 gcc version?
Hi
CentOS4.2 - Is it possible to have an older version of gcc as well as
the one that ships with this OS? I need to compile aspseek to run on
this distro but it seems to only like older gcc's
any ideas?
2006 Feb 14
8
Assigning has_many child in parent creation question
If I have...
class Parent
has_many :children
end
class Child
belongs_to :parent
end
...then...
* Assigning a _new_ child during parent''s creation saves the child
record with the parent''s id.
child = Child.new
Parent.create(:children => [child])
# Results in child being associated with parent
* Assigning an existing child after a parent''s creation
2006 Apr 26
10
Rails Document must be more detailed otherwise...
In java/c++ the method signature provide a good details on which parameters
the method accept, but in rails the ability to send hash as parameters make
it impossible
to know which parameters can be send.
This ability make the rails API doc a must to be full of details and not
supply partial examples of usage.
When for example I see *link_to_remote*(name, options = {}, html_options =
{})
I would
2004 Aug 06
0
No source buffering
My email has gone without an answer. Is it because:
1- this is such a stoopid question I should be ashamed of myself -- RTFM
2- this is a well-known issue that everybody's aware of, it doesn't need
further discussion thank you, as it is actively being worked on
3- it is meant to be that way and will not change.
<p><p>----- Original Message -----
From: "Renaud
2004 Aug 06
0
No source buffering
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Ricardo Galli wrote:
|On Friday 20 February 2004 00:09, Renaud Waldura shaped the electrons to
|shout:
|
|>1- this is such a stoopid question I should be ashamed of myself --
|>RTFM
|>
|>2- this is a well-known issue that everybody's aware of, it doesn't
|>need further discussion thank you, as it is actively being worked on
2007 Aug 07
0
how to specify a channel inside txfax command
Hi,
I've compiled rxfax and txfax on my Asterisk box.
I've made a small extensions.conf for test so that when I call a number
with my Idefisk softphone I activate txfax command.
My goal is to try to send a fax using an analog line first and then an
ISDN line but I do not know how to specify the channel inside txfax command.
Sorry if it may sound a stoopid question but found no docs on
1998 Sep 14
0
NT Problems with Samba
Okay - all I'm trying to do here is smbclient from my Slackware Linux box
(SNUFFY) to my Windows NT 4.0 SP3 Server (BURT). Burt is a BDC and is
participating in WINS via my internal WINS Server. The Scope ID for the
WINS Server is HARVESTWEB - but I'm not sure how to set that in SAMBA. My
password server (I assume) should be my PDC with is GROVER (146.115.109.8)
Eventually, I want to be
2003 Sep 03
1
SLOW copying files
The system has latest redhat and samba stable versions compiled from source
and all works except when coping files from windows (2000/XP) to samba
server. When copying it is very slow, extremely slow and locks up the copy
most of the time. I checked DNS and Network and all is working fine. Samba
is configured in share mode as we just share a few directories.
Any help is greatly appreciated.
2012 Jul 04
0
General Linux VM question regarding Xen support
Hello, all.
I''d like to get some feedback on why Linux support for Xen environments is
(seemingly) poor, compared to other virtualisation software. I do a lot of
testing of different types of VMs; firewalls, SMB servers, etc. and find
myself increasingly frustrated that, though most of these systems I test run
Linux almost exclusively, the vast majority have no Xen support.
2005 Mar 20
2
IPSwitchBoard-BETA Update
Release 0.66 of IPSwitchBoard is now available for FREE download at:
http://www.voip-info.org/tiki-index.php?page=IPSwitchBoard+BETA
Enhancements:
Support for Call Parking and retrieve/forward them again.
Last Call on the Queues Page now displays a date-time in human readable
format.
Added CallerID on the Queue Members listing on the Queue page.
New page with Agent information.
Minor bug
2009 Mar 01
1
Combining 2 arrays into a third array via a function
I'm completely stumped and seem to be going around for 2 days in the wrong
circles. Here's what I have in 2 dataframes:
> dim(params.data); head(params.data, n=2)
[1] 284 6
item a1 a2 b1 b2 c
1 1 0.6671587 0.9588642 -3.5 -3.437961 0.2
2 2 1.1296298 1.4899307 -3.5 -4.146118 0.2
> dim(examinees.data); head(examinees.data, n=2)
[1] 1600 3
examinee
2006 Mar 29
3
Loading records during class definition
I''ve created a look-up table in my database that currently has 4
rows. I want to access these as constants in the application because
that''s effectively what they are. I tried this...
class StockRuleLevel < ActiveRecord::Base
has_many :stock_rules
SITE = find(:first, :conditions => "type_code = ''site''").id
MAKE
2003 Aug 08
0
Reposted: Please help! Samba 3 beta3 and windows XP - SP1 client!
Sorry to post again, but this doesn't seem to be showing on the news server.
"Jon Fanti" <jon.fanti@stoopid.me.uk> wrote in message news:...
> Hi,
>
> I have a samba PDC running at home as the domain "WONDERLAND". I have a
> Windows 2000 SP4 machine and a Windows XP SP1 machine. The Windows 2000
> machine will join and allow user logins to the domain
2003 Nov 21
3
PRI problems
I've got a couple of PRIs coming in from a SUMA 4 switch with some 800
numbers routed through it.
When the calls come in, I get the following message on the console and the
call never makes it through:
(800 number is fake)
Extension '8005551212' in context 'nonauthenticated' from '232102749585'
does not exist. Rejecting the call on span 4, channel 1.
I do have the