search for: excpet

Displaying 20 results from an estimated 24 matches for "excpet".

Did you mean: except
2006 Feb 27
1
Trapping specific errors
Hi, I have a begin rescue clause and want to trap for specific errors begin cause error rescue Excpetion => err case err when SocketError do stuff when ... # trap for ErrNo::EINVAL end end Say I get the error ErrNo::EINVAL ... how/where can I find out what the Excpetion for it is named? I have tries ErrNo::EINVAL, ErrNo::EINVALError, EINVALError, but none of these seem to t...
2008 Apr 08
1
ACL/Excel file issue
Hi, I've just upgraded an organisation from 3.0.23a to 3.0.25b on CentOS. Everything went fine excpet they're having an issue with Excel files going RO which perhaps is related to acls. $ ls foo.xls -r--rwxr--+ 1 mr.bogus staff 101376 Apr 8 12:59 08-04-04 foo.xls and getfacl gives: # owner: mr.bogus # group: staff user::r-- user:mr.test:rw- group::rw- mask::rwx other::r-- This is the test...
2007 Apr 18
5
[BUG] worker stopping abruptly
...thod: :do_work :trigger_args: :start: <%= Time.now + 5 %> :repeat_interval: <%= 40*60 %> So story is, worker stops working suddenly. no exception thrown either in background.log or background_server.log. To also, to make sure that backgroundrb threads doesn''t eat my excpetion my code looks like this: def do_work(args) begin logger.info "Starting the Yahoo feed worker on : #{Time.now}" yahoo_url = "http://finance.yahoo.com/rss/headline?s=" symbol_list = NasdaqSymbols.find_all() symbol_list.each do|sym| temp_sym = sym.symbo...
2001 Feb 08
0
still having some troubles wiht two machines.
...reason the samba servers like static better. also in coupleing the static IP address I also listed each machine in the HOSTS file on the samba server. I also made a cron daily entry to restart smb every morning at about 6:45, right before anyone shows up in the morning. well everyone can now log in excpet for two machines. mine and one other guy. everyione else, being 5 other machines, log in flawlessly. I just don't get it. again we are running a mixed network, novell, nt and linux. all clients are running win98...thanks for any help...larry
2002 Oct 23
1
Samba 2.2.6 and RAS
Hi ! Does anyone know a possibility to allow RAS-Dialin for users in a fully Samba-controlled Domain ? Tried usrmgr in Windows, but got only errors. (Should this work ?) Is there a possibility to make it on the command-line ? (Need not store the callback-number) Thanks in advance and kind regards Andreas Lindenbauer EDV-Technik Salamander in Austria GmbH Zeleborgasse 21 A-1120 Wien Tel.: +43 1
2004 Sep 14
3
Problems with Theora DirectShow filters
Hi, I'm trying to capture video and audio from a webcam in order to encode it with the Theora and Speex DirectShow-filters. For audio, this filter graph plays fine: http://www.huitl.de/mic-speexenc-speexdec-out.png. The video part is problematic. Please have a look at http://www.huitl.de/cam-theoraenc-theoradec-out.png. 1. The webcam provides the color formats RGB24, I420 and IYUV. The
2003 Aug 12
2
password file recovery question
I've got a possibly silly question and I believe I have an answer, but I want to see if what I think is the answer is feasible. I've had to rebuild a mail server from scratch, upgrading from 4.6-STABLE to 4.8-STABLE in the process. The other mail server had crashed, with disk errors so sever it wouldn't fsck clean. I was able to get it together enough to pull my configuration files
2020 Jan 27
11
Floating point semantic modes
...ics are enabled. For us, this would mean: denormal_fp_math { IEEE } denormal_fp32_math { IEEE } no_signed_zeros { off } allow_reciprocal { off } allow_approximate_fns { off } allow_reassociation { off } The MSVC documentation also says you can't use the float_control pragma to turn excpetion semantics off when precise semantics are enabled, and you can't use the float_control pragma to turn precise off when fenv_access is on. I believe we should follow the MSVC restrictions. ========================= Code-visible identifiers ========================= __FAST_MATH__ This symbol...
2006 Apr 11
12
RJS
I am trying to use RJS as shown in this tutorial : http://www.codyfauser.com/articles/2005/11/20/rails-rjs-templates However it does not seem to work. I am not getting any excpetions in the logs. Here is what the logs say : Parameters: {"action"=>"add", "controller"=>"homepage"} Rendering homepage/add The homepage/add is named add.rjs I know that this file is being accessed, if I put some incorrect code there it complains i...
2002 Mar 09
1
labels outside plotting region
Hello, I've just started R, and I'm getting a bit mad using it. I've managed to produce a barplot with the labels for the ytick marks placed horizontally (perpendicular to the y-axis) usiing par(las=1). The problem is that most of my labels are in part beyond the plotting area because they are rather long (e.g. "H. sapiens", "D. melanogaster" ...). What is the
2020 Sep 18
1
[libnbd PATCH] nbdsh: Hide nbd.Error from abrt-python3-handler
...ception was unhandled. See https://github.com/libguestfs/nbdkit/commit/e13048fd9 for an example of client cleanup made more verbose if we don't patch libnbd. --- Is it worth a command-line option, off by default, but that the user can opt in to, where the option being set says we re-raise the excpetion instead of handling it ourselves? python/nbdsh.py | 18 ++++++++++++------ sh/Makefile.am | 4 +++- sh/test-error.sh | 36 ++++++++++++++++++++++++++++++++++++ 3 files changed, 51 insertions(+), 7 deletions(-) create mode 100755 sh/test-error.sh diff --git a/python/nbdsh.py b/python/nbds...
2000 Feb 24
1
Making password driven SSH 'immune' to MTM attacks.
...hould be xored into the key used for SSH channel encryption (this would be rekeying because the ssh encrypted channel is already established at authentication time). This would make passworded SSH almost entirely immune to active MTM in the common case, while not reducing security at all (with the excpetion of potential implimentation bugs). This would also provide improved compatibility for systems that are using both SSH and SRP (for other services perhaps, or clients that can't use strong encryption). This would probably require a minor change in the protocol that could still operate in a b...
2017 Sep 14
2
JRE 8.1 for CentOS6
....0_144/bin/jav And switch to the second one. When I did that it still failed with IcedTea, but then there was a javaws. I ran that and it did completely different things and finally failed with "Login error". They they had me go into ControlPanel and put the IP address of the IMM in the excpetion site list. I did that and then I get: KVM Java: Duplicate exists. Then they gave up and said they don't know. > And at last, please check the security options with jcontrol. Newer java > version are more restricted about security settings. I don't seem to have jcontrol
2017 Sep 14
2
JRE 8.1 for CentOS6
On Thu, Sep 14, 2017 at 3:08 PM, Stephen John Smoogen <smooge at gmail.com> wrote: > On 14 September 2017 at 14:51, Larry Martell <larry.martell at gmail.com> wrote: >> On Thu, Sep 14, 2017 at 2:32 PM, Ulf Volmer <u.volmer at u-v.de> wrote: >>> On 14.09.2017 19:54, Larry Martell wrote: >>> >>>> Where would I do that? This is something
2003 Sep 10
3
UDP streaming vorbis
Hello.. I've searching the mailing lists archives for udp streaming, but i only found some references to using rtp, but it doesnt answer all my questions.., I'm trying to implement a vorbis client/server for doing streaming over udp. Currently, using the examples in the vorbis source code I managed to make it work. (BTW, im using multicast, and it works fine). The problem is that
2020 Jan 29
2
Floating point semantic modes
...ics are enabled. For us, this would mean: denormal_fp_math { IEEE } denormal_fp32_math { IEEE } no_signed_zeros { off } allow_reciprocal { off } allow_approximate_fns { off } allow_reassociation { off } The MSVC documentation also says you can't use the float_control pragma to turn excpetion semantics off when precise semantics are enabled, and you can't use the float_control pragma to turn precise off when fenv_access is on. I believe we should follow the MSVC restrictions. ========================= Code-visible identifiers ========================= __FAST_MATH__ This symbol...
2009 Feb 26
3
[PATCH 0/3] ocfs2-1.4: Backport inode alloc from mainline.
Hi all, this patch set are the backport of inode alloc improvement from mainline to ocfs2-1.4. the patches are almost the same excpet one thing: Joel has added JBD2 support to ocfs2, so he has added "max_blocks" to alloc_context and add a new function "ocfs2_reserve_clusters_with_limit". We don't have that in ocfs2-1.4. So there are some great difference in patch 2. Regards, Tao
2009 Feb 09
7
tinydns/djbdns opinion poll
Good morning: We're about to start moving our public DNS to in-house managed servers. My first thought was "Linux + BIND" and we're done. Someone in another business unit's IT dept. has suggested tinydns be used. >From what I could find, it looks like this software hasn't really had any community drive behind it in a while. The latest RPMs on rpmforge are for red hat
2020 Jan 28
3
Floating point semantic modes
...> denormal_fp32_math { IEEE } > > no_signed_zeros { off } > > allow_reciprocal { off } > > allow_approximate_fns { off } > > allow_reassociation { off } > > > > The MSVC documentation also says you can't use the float_control pragma to > turn excpetion semantics off when precise semantics are enabled, and you can't > use the float_control pragma to turn precise off when fenv_access is on. > > > > I believe we should follow the MSVC restrictions. > > > > ========================= > > Code-visible identifiers...
2020 Jan 29
3
Floating point semantic modes
...: > denormal_fp_math { IEEE } > denormal_fp32_math { IEEE } > no_signed_zeros { off } > allow_reciprocal { off } > allow_approximate_fns { off } > allow_reassociation { off } > > The MSVC documentation also says you can't use the float_control pragma to turn excpetion semantics off when precise semantics are enabled, and you can't use the float_control pragma to turn precise off when fenv_access is on. > > I believe we should follow the MSVC restrictions. > > ========================= > Code-visible identifiers > ======================...