search for: execept

Displaying 19 results from an estimated 19 matches for "execept".

Did you mean: except
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 sho...
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 b...
2006 Aug 11
0
habtm in a standalone ruby script broken?
...ass HostScheduledDowntime < ActiveRecord::Base has_and_belongs_to_many :host_downtimes ... this works fine, until i introduce a table_prefix with ActiveRecord::Base.table_name_prefix = "devel_" >From the database log i see that each tablename is correctly prefixed with _devel, execept the join_table host_downtimes_host_scheduled_downtimes I included a printf stament in Associations::join_table_name and saw that table_name_prefix was an empty string. If i comment out the require statements and write the class definitions directly in the standalone ruby script, it works perfect...
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
...;ve changed the create mask to 777 & that actually helped this behavior for some users....however, it still dogs others! I can't quite figure this thing out! In this example, if you look at the permissions on the Novell side, of the file being copied, the user has all Novell file rights execept S (supervisor) and A (Assign Rights?) Any suggestions as to what I can check/modify/alter/reconfigure/blow up??? Thanks, --G
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...
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: C...
2007 Apr 18
1
[Bridge] 2.6.12: iptables connection tracking broken on bridge interfaces
...64 ID=0 DF PROTO=TCP SPT=22 DPT=48448 WINDOW=5792 RES=0x00 ACK SYN URGP=0 doing a grep for 192.168.0.1 on /proc/net/ip_conntrack* returned nothing, however netstat showed the connection: tcp 0 1 192.168.0.2:48448 192.168.0.1:22 SYN_SENT I believe that iptables works ok execept for the connection tracking, but I have not tested this fully. Machines were I tried this were a Pentium III and an AMD K6II both with kernel 2.6.12, I know this is happening at least from RC5, but at that time I didn't have the time to check and I thought it was due to the kernel bridge firew...
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 t...
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 w...
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 - exce...
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 - exce...
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 wa...
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