Displaying 20 results from an estimated 20 matches for "ugg".
Did you mean:
ogg
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...
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...
2015 Oct 06
2
does res_pjsip support ZRTP?
...their internal Protocol.
>
> Can you clarify what you mean here? There's an anonymous endpoint
> identifier which can be used for anonymous inbound messages basically.
Something like auth_message_requests:
http://lists.digium.com/pipermail/asterisk-users/2015-September/287516.html
(ugg formating)
In short:
- GOIP gate (successfully registered as endpoint) send SIP MESSAGE
- asterisk send registration request
- nothing.
I now understand that the reason may be exactly the same described below.
>
>> - found hardphones and software phones that don't accept "long no...
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 s...
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
v5:
- rebase, patches 1,3,5 were merged
- 1/3: we still need to discuss whether to detect compressed discs
- 2/3:
- renamed argument noempty to keep_empty
- tests were not run
- 3/3:
- using JSON module to generate JSON (as suggested by Pino)
- all the other comments raised by Pino
v4:
- rebase to more recent master
- 1/6: using just "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,...
2016 Dec 18
9
[PATCH v4 0/6] Import directly from OVA tar archive if possible
v4:
- rebase to more recent master
- 1/6: using just "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....
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 invocat...
2017 Feb 04
8
[PATCH v8 0/4] Import directly from OVA tar archive if possible
...as moved to
mllib and renamed to subdirectory
v6:
- just rebase
v5:
- rebase, patches 1,3,5 were merged
- 1/3: we still need to discuss whether to detect compressed discs
- 2/3:
- renamed argument noempty to keep_empty
- tests were not run
- 3/3:
- using JSON module to generate JSON (as suggested by Pino)
- all the other comments raised by Pino
v4:
- rebase to more recent master
- 1/6: using just "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,...
2017 Jan 30
6
[PATCH v6 0/3] Import directly from OVA tar archive if possible
v6:
- just rebase
v5:
- rebase, patches 1,3,5 were merged
- 1/3: we still need to discuss whether to detect compressed discs
- 2/3:
- renamed argument noempty to keep_empty
- tests were not run
- 3/3:
- using JSON module to generate JSON (as suggested by Pino)
- all the other comments raised by Pino
v4:
- rebase to more recent master
- 1/6: using just "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,...
2017 Feb 03
3
[PATCH v7 0/1] Import directly from OVA tar archive if possible
...as moved to
mllib and renamed to subdirectory
v6:
- just rebase
v5:
- rebase, patches 1,3,5 were merged
- 1/3: we still need to discuss whether to detect compressed discs
- 2/3:
- renamed argument noempty to keep_empty
- tests were not run
- 3/3:
- using JSON module to generate JSON (as suggested by Pino)
- all the other comments raised by Pino
v4:
- rebase to more recent master
- 1/6: using just "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,...
2020 Feb 27
2
[PATCH] Update the 5 year logo to 10 year logo
...&T0}qsr%CjUg4Vc(UnD_2L2x?Tw~+;RC(y
zQ}Rp6S6fD^ggv2?KeNnF--5MDTv-)%UBD|Q-$ojBn8&$0?)k?9ape=!`&)F=S)zdI
zX|@ZU_qm1XkWJGXXWfobHaw8SX;!8F30_LeH++U!vl}*>l0?92u9kJ8-4kL+zP-EJ
z#0X7;ZaPv7wlk~K-}4xi|224i;<YYaTIFuEoMP<cyz0l@_$+As&>e`}zugS?-rT4m
z*VG6yWVyoWA#$xNp)aQj6&5)H-Kwg(*ugG)4n5OgCVyF+VXI`<L6a>xuk|+-`oZH;
z52XPX>B5bSRFs^`mn2}I8c5T?fkxJsd01pi##Hcdr#<viQ}U&X_BQ~J+iil-U<}_N
zR{1ud3!hz5uNJCVV)j-_z0k2@mi+LMCV%scrJrBp?%!V(NzL01-=Ilax{MMSs&CVv
zSzMR@rzjR_AJAvlF#Gjh((_~Ka<A$mA@%iBP3K+vaRdkl*FEf;QOj!oOwvXd&!Y8Z
ze}g4-A`LR_3YnUPRQ6%_!0k4go^~o7Uma)sW...
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
...> on samba 2.0.7 for me but not 2.2.0
>
> note:testlock program is proprietary, but it looks like they will distribute
> source code, if wanted by developers(after non-disclosure), to see exactly
> what it does.
>
> Is this possibly fixed in 2.2.1?
>
> I would definitely suggest a good look at the testlock program suite, as it
> may help the samba team.
>
> regards,
> Mark
>
>
>
>
>
> *******************************
> Mark E. Nehemiah Urschel Laboratories, Inc.
> Network Administrator http://www.urschel.com/
>...