Displaying 19 results from an estimated 19 matches for "exeception".
Did you mean:
exception
2005 Jan 25
9
Ftp Broken in Dmz
I have had a web server listining sql-1433, www 80,
ftp-21 using proxy arp with sub-netting in a three interface DMZ.
All these ports are in the rules file as ACCEPT.
With one exeception that 1433 allows a few host from
the net. 21 and 80 allow all net to dmz connections.
The policy is DMZ to net ACCEPT
This has been working great for about a month or more until I rebooted
the shorewall
box last night, since then reboot vendors cannot ftp through
the firewall, also shorew...
2017 Mar 03
2
Icecast status-json.xsl improvements
...The server_name and server_description is included since those could
change between DJs (and are nice to display in the webplayer to the
listener).
The date for each song is somewhat useful for a webplayer, not only can
a webplayer show the start time for each song to the listener but (with
the exeception of the current song) it can calculate and show the
duration of songs.
With Shoutcast v1 you have the scrape the pages for this info (stream
title/description is one url, history is another url, and a third url to
try and get server datetime).
With Shoutcast v2 there is luckily JSON support but...
2006 Aug 11
0
habtm in a standalone ruby script broken?
Hi,
i have a ruby script which uses the activerecord models of my rails
application. this is achieved with
$LOAD_PATH << ''...../availdb/app/models''
require ''rubygems''
require_gem ''activerecord''
require ''host_downtime''
require ''host_scheduled_downtime''
And in .../app/models/host_downtime.rb:
class
2010 Dec 29
1
filling up holes
I have a data frame with three columns
client ID | date | value
For each cilent ID I want to determine Min date and Max date and for
any dates in between that are missing I want to insert a row
Client ID | date| NA
Any help would be appreciated.
2002 Aug 08
1
Permission nightmares
SAMBA Gurus, I'm sure this has been experienced & addressed by
somebody.....but here's the issue:
Running version 2.2.2 on Solaris 2.8.....some users who try to copy a
file from a Novell share into a mapped Unix SAMBA share (copy, drag &
drop via windows explorer) cannot - they get this error message:
"Cannot copy geology: Access is denied."
"Make sure the disk
2012 Apr 26
1
PSpice has stopped working in newer versions of wine
...he message "Unable to start application 'pspicead.exe'"
(There is indeed no pspicead.exe anywhere in the installation, neither in Wine nor in a working Windows installation).
When I try to launch the simulation manually (Starting PSpice, load the circuit), it fails as well: "Exeception calling SimServer loadProfile".
Steps to reproduce:
- Create a new Wine bottle
- Install (http://www.electronics-lab.com/downloads/cnt/fclick.php?fid=513) PSpice 9.1
- Start Schematics, create a simple circuit and click "Simulate"
What I tried so far
This error has been reported in...
2013 Feb 02
0
Validations
Given the following:
class Topic < ActiveRecord::Base
attr_accessible :text
validate :text
end
raises no Exeception. It''s seems a little bit strange. I''d like to
understand if it is a correct behavior or not
I Think that validate should raises exception when it has attibutes as
argument.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core...
2007 Apr 18
1
[Bridge] 2.6.12: iptables connection tracking broken on bridge interfaces
Hi!
As noted by Chris Rankin on a mail to netfilter-devel and to the
linux-kernel mailing list (subject: 2.6.12: connection tracking broken?),
there is a problem with the connection tracking of iptables when one of the
interfaces is a bridge.
On my tests here I have setup a connection between two machines using a real
interface (eth0) and then the same setup using a bridge interface (br0) to
2006 Apr 18
6
Help with Forms
Hello,
Ive been trying to sort out this problem for a couple of days now.
Here''s my problem:
Im builing an ajax form that has a repetitive sequence of similar form
elements (tracking_id).
<%= text_field "asset", "tracking_id", "index" => i, "class" => "case"
%>
<%= text_field "asset", "tracking_id",
2017 Mar 03
0
Icecast status-json.xsl improvements
...r_description is included since those could
> change between DJs (and are nice to display in the webplayer to the
> listener).
> The date for each song is somewhat useful for a webplayer, not only
> can a webplayer show the start time for each song to the listener but
> (with the exeception of the current song) it can calculate and show
> the duration of songs.
While this in theory works, it requires that you do _not_ use ICY
metadata (which is used for MP3 and AAC), as ICY metadata can't be very
accurate,
due to the way ICY works.
>
> With Shoutcast v1 you have the...
2017 Mar 03
3
Icecast status-json.xsl improvements
...luded since those could
>> change between DJs (and are nice to display in the webplayer to the
>> listener).
>> The date for each song is somewhat useful for a webplayer, not only
>> can a webplayer show the start time for each song to the listener but
>> (with the exeception of the current song) it can calculate and show
>> the duration of songs.
>
> While this in theory works, it requires that you do _not_ use ICY
> metadata (which is used for MP3 and AAC), as ICY metadata can't be
> very accurate,
> due to the way ICY works.
Not sure why...
2010 Dec 22
0
Rcpp 0.9.0 and RcppClassic 0.9.0
...not need to manage memory directly (via
calls to new / delete or malloc / free) as this is done by the Rcpp classes
or the corresponding STL containers.
A few key points about Rcpp:
- a rich API covering all core R data types including vectors, matrices,
functions, environments, ... (with the exeception of factors
which are less useful in C++)
- seamless (bi-directional) data interchange between R and C++
- possibility of inline use permitting definition, compilation, linking and
loading of C++ functions directly from R
- extensive documentation now covering eight vignettes
- excepti...
2010 Dec 22
0
Rcpp 0.9.0 and RcppClassic 0.9.0
...not need to manage memory directly (via
calls to new / delete or malloc / free) as this is done by the Rcpp classes
or the corresponding STL containers.
A few key points about Rcpp:
- a rich API covering all core R data types including vectors, matrices,
functions, environments, ... (with the exeception of factors
which are less useful in C++)
- seamless (bi-directional) data interchange between R and C++
- possibility of inline use permitting definition, compilation, linking and
loading of C++ functions directly from R
- extensive documentation now covering eight vignettes
- excepti...
2017 Mar 03
0
Icecast status-json.xsl improvements
...uld
>>> change between DJs (and are nice to display in the webplayer to the
>>> listener).
>>> The date for each song is somewhat useful for a webplayer, not only
>>> can a webplayer show the start time for each song to the listener
>>> but (with the exeception of the current song) it can calculate and
>>> show the duration of songs.
>>
>> While this in theory works, it requires that you do _not_ use ICY
>> metadata (which is used for MP3 and AAC), as ICY metadata can't be
>> very accurate,
>> due to the way I...
2013 Mar 28
9
Rock Ridge. Was: Allowed code pages and encodings to write f0.txt through f1.txt?
Hi,
i began to implement a common lookup function for SUSP and Rock Ridge
entries:
/* Obtain the payload bytes of all SUSP entries with a given signature.
@param fs The data source from which to read CE blocks.
@param dir_rec Memory containing the whole ISO 9660 directory record.
@param sig Two characters of SUSP signature. E.g. "NM", "ER", ...
2011 Jul 23
0
[LLVMdev] RFC: Exception Handling Rewrite
...hat has no successors. Its operand must have
> the same type as the result of any landingpad instructions in the same function.
>
> // Semantics:
>
> Resumes propagation of an existing (in-flight) exception.
>
> // Example:
>
> resume { i8*, i32 } %eh.val ;; Resume exeception propagation out of
> ;; current function.
>
> Note that there is no way with this proposal for pure IR to actually start an
> exception throw. Instead, use of __cxa_throw or something similar is required.
>
> //===---------------------------------...
2011 Jul 23
14
[LLVMdev] RFC: Exception Handling Rewrite
...t;op>
This is a terminator instruction that has no successors. Its operand must have
the same type as the result of any landingpad instructions in the same function.
// Semantics:
Resumes propagation of an existing (in-flight) exception.
// Example:
resume { i8*, i32 } %eh.val ;; Resume exeception propagation out of
;; current function.
Note that there is no way with this proposal for pure IR to actually start an
exception throw. Instead, use of __cxa_throw or something similar is required.
//===--------------------------------------------------------------...
2008 Feb 25
6
[PATCH 0/4] ia64/xen: paravirtualization of hand written assembly code
Hi. The patch I send before was too large so that it was dropped from
the maling list. I'm sending again with smaller size.
This patch set is the xen paravirtualization of hand written assenbly
code. And I expect that much clean up is necessary before merge.
We really need the feed back before starting actual clean up as Eddie
already said before.
Eddie discussed how to clean up and suggested
2008 Feb 25
6
[PATCH 0/4] ia64/xen: paravirtualization of hand written assembly code
Hi. The patch I send before was too large so that it was dropped from
the maling list. I'm sending again with smaller size.
This patch set is the xen paravirtualization of hand written assenbly
code. And I expect that much clean up is necessary before merge.
We really need the feed back before starting actual clean up as Eddie
already said before.
Eddie discussed how to clean up and suggested