search for: uggly

Displaying 20 results from an estimated 20 matches for "uggly".

Did you mean: ugly
2010 Aug 27
2
Virtualdub on kubuntu
I'm getting this problem when I try to open a video file. An out-of-bounds memory access (access violation) occurred in module 'wined3d'......reading address 00000030. Is their anything that can be done?
2005 Feb 19
1
Solved problem : ole problem on chess game.
...t;(0x4069f690): stub > fixme:ole:OleLoadPictureEx > (0x4160edb4,914,1,{00020400-0000-0000-c000-000000000046},x=0,y=0,f=0,0x4069f71c), > partially implemented. > > Do you have any idea to fix the problem. With the Wine version 20050211 my problem is solved. I still have an "uggly font" problem, but I shall have a look in forums and wine documentation before crying on this mailing list. Regards. Eric.
2011 Jun 14
4
How about add 3D-stereo-features in future?
I think this feature may be realesed more easly(because wine get all 3d-calls) than other programs like vrizer (now vrizer is dead).
2009 Apr 21
1
Functions in lists or arrays?
...each rule against the dataset for (i in models) { # Get the rules for the model rules <- eval(substitute(foo[,1], list(foo=as.name(i)))) cls <- eval(substitute(foo[,2], list(foo=as.name(i)))) res <- lapply(rules, dispatch, dat) #... Now, this seems way too uggly to me. Can someone give me a hand and/or point me into a more sane direction to explore? One option I have thought of, is to get rid of the *_B?() functions and just fill in a 3 dimensional array using something like: x <- NULL dimnames(x) <- c(colnames(mat),colnames(dat), c("lbound&q...
2014 Oct 28
1
Query on connecting 3G MSC with Asterisk PBX Server via SIP Interface.
Hello, I am new to Asterisk forum :). I have a requirement of terminating 3G Mobile originated calls (coming through 3G-MSC) to EPBX Phones via Asterisk PBX. Setup: Mobile ----> Mobile Switching Center ( 3G)-----SIP interface--->Asterisk PBX--->SIP Phone. I wanted to know if I require SIP licenses to integrate 3G MSC with my Asterisk server. I know there is a
2006 May 12
4
validates_uniqueness_of with a condition
Hi, I need to check the uniqueness of an attribute (a doc number) using a condition (a specific year), I''ve found validates_uniqueness_of :number, but I need to tell it I just want to check a specific year. I''ve found :scope but I haven''t really understood it''s meaning, Can I scope on a specific year? Thanks, Enrico -- "The only thing necessary for the
2006 Mar 29
1
schema dump corrupts date defaults in mysql
...days...so please let me know if this is known, or if you can confirm. Just upped to Rails 1.1. When I run `rake test` I get: rake aborted! ./db/schema.rb:17: parse error, unexpected kEND ./db/schema.rb:21: parse error, unexpected $, expecting kEND (See full trace by running task with --trace) Uggly. In schema.rb: t.column "valid_until", :date, :default => #<Date: 4976867/2,0,2299161> Whoa, an object ID? that can''t be right....and if I change schema.rb to a string, rake re-writes the damn thing before running the tests anyway. Is this confirmed/disprooved? Is i...
2015 Oct 06
2
does res_pjsip support ZRTP?
06.10.2015 1:22, Joshua Colp ?????: > On 15-10-05 05:58 PM, Dmitriy Serov wrote: >> 05.10.2015 23:24, Joshua Colp ?????: >>> On 15-10-05 05:22 PM, Dmitriy Serov wrote: >>>> Hello. Do I understand correctly that the current implementation >>>> res_pjsip does not support ZRTP? >>>>
2015 Oct 05
4
does res_pjsip support ZRTP?
05.10.2015 23:24, Joshua Colp ?????: > On 15-10-05 05:22 PM, Dmitriy Serov wrote: >> Hello. Do I understand correctly that the current implementation >> res_pjsip does not support ZRTP? >> http://lists.digium.com/pipermail/asterisk-dev/2013-December/064401.html > > ZRTP is not supported in Asterisk itself. > >> Nothing has changed since 2013? P.S. I greatly
2004 Oct 18
11
how can i log everything?
...ons are not rejected. our sysadms look through the rules and can''t find the reason. after that list all iptables rules (ie. iptables -L -t ...) and examine that (which is ~900 lines) and can''t find the reason. to put into all policy and rules file a logging directive is rather uggly and still can''t put lines into masq and nat files. i don''t insert here our rules since imho the problem is not specific to us (our rules) rather than someone who don''t know or can''t find the reason a general logging would be useful. my sugestion would be a sho...
2015 Mar 05
31
[Bug 2361] New: seccomp filter (not only) for aarch64
https://bugzilla.mindrot.org/show_bug.cgi?id=2361 Bug ID: 2361 Summary: seccomp filter (not only) for aarch64 Product: Portable OpenSSH Version: 6.7p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: sshd Assignee: unassigned-bugs at
2017 Jan 11
3
[PATCH v5 0/3] Import directly from OVA tar archive if possible
...t "quote" instead of "Filename.quote" - 2/6: reformated block of code according to Richards suggestion - 4/6: added tests for nsplit v3: Addressed Pino's comments, namely: - input_ova.ml - untar takes list of paths - renamed untar_partial to untar_metadata - replaced uggly regex with nsplit - tests - test changes are part of the main commit - renamed test-data/guestfs-hashsums.sh to test-data/test-utils.sh - renamed qemu_version to qemu_is_version and moved it to test-data/test-utils.sh - normalize paths in expect files v2: - rewritten the tar invocatio...
2016 Dec 18
9
[PATCH v4 0/6] Import directly from OVA tar archive if possible
...t "quote" instead of "Filename.quote" - 2/6: reformated block of code according to Richards suggestion - 4/6: added tests for nsplit v3: Addressed Pino's comments, namely: - input_ova.ml - untar takes list of paths - renamed untar_partial to untar_metadata - replaced uggly regex with nsplit - tests - test changes are part of the main commit - renamed test-data/guestfs-hashsums.sh to test-data/test-utils.sh - renamed qemu_version to qemu_is_version and moved it to test-data/test-utils.sh - normalize paths in expect files v2: - rewritten the tar invocatio...
2016 Dec 07
12
[PATCH v3 0/6] Import directly from OVA tar archive if possible
v3: Addressed Pino's comments, namely: - input_ova.ml - untar takes list of paths - renamed untar_partial to untar_metadata - replaced uggly regex with nsplit - tests - test changes are part of the main commit - renamed test-data/guestfs-hashsums.sh to test-data/test-utils.sh - renamed qemu_version to qemu_is_version and moved it to test-data/test-utils.sh - normalize paths in expect files v2: - rewritten the tar invocatio...
2017 Feb 04
8
[PATCH v8 0/4] Import directly from OVA tar archive if possible
...t "quote" instead of "Filename.quote" - 2/6: reformated block of code according to Richards suggestion - 4/6: added tests for nsplit v3: Addressed Pino's comments, namely: - input_ova.ml - untar takes list of paths - renamed untar_partial to untar_metadata - replaced uggly regex with nsplit - tests - test changes are part of the main commit - renamed test-data/guestfs-hashsums.sh to test-data/test-utils.sh - renamed qemu_version to qemu_is_version and moved it to test-data/test-utils.sh - normalize paths in expect files v2: - rewritten the tar invocatio...
2017 Jan 30
6
[PATCH v6 0/3] Import directly from OVA tar archive if possible
...t "quote" instead of "Filename.quote" - 2/6: reformated block of code according to Richards suggestion - 4/6: added tests for nsplit v3: Addressed Pino's comments, namely: - input_ova.ml - untar takes list of paths - renamed untar_partial to untar_metadata - replaced uggly regex with nsplit - tests - test changes are part of the main commit - renamed test-data/guestfs-hashsums.sh to test-data/test-utils.sh - renamed qemu_version to qemu_is_version and moved it to test-data/test-utils.sh - normalize paths in expect files v2: - rewritten the tar invocatio...
2017 Feb 03
3
[PATCH v7 0/1] Import directly from OVA tar archive if possible
...t "quote" instead of "Filename.quote" - 2/6: reformated block of code according to Richards suggestion - 4/6: added tests for nsplit v3: Addressed Pino's comments, namely: - input_ova.ml - untar takes list of paths - renamed untar_partial to untar_metadata - replaced uggly regex with nsplit - tests - test changes are part of the main commit - renamed test-data/guestfs-hashsums.sh to test-data/test-utils.sh - renamed qemu_version to qemu_is_version and moved it to test-data/test-utils.sh - normalize paths in expect files v2: - rewritten the tar invocatio...
2020 Feb 27
2
[PATCH] Update the 5 year logo to 10 year logo
Already outdated, but rounded ;) I literally just opened the 5yrs logo, changed the text and then done: inkscape -z -o logo/fish-10yrs.{png,svg} cp {logo,website}/fish-10yrs.svg and then updated the rest of the files. Signed-off-by: Martin Kletzander <mkletzan@redhat.com> --- Makefile.am | 2 + logo/fish-10yrs.png | Bin 0 -> 65790 bytes logo/fish-10yrs.svg |
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking
2003 Dec 01
0
No subject
<-----------------------------------------------------------------------> Changes to user passwords are captured by a special DLL, which traps and then stores the password changes in encrypted form in a private area. On each synchronization schedule, the synchronization service first examines the SAM file for changes, and then checks this private area for passwords to be synchronized. Once