search for: emos

Displaying 20 results from an estimated 44 matches for "emos".

Did you mean: cmos
2004 Oct 26
6
graphics HTB
Hi is it any tool like show.pl by Stef Coene to generate graph with classes but for HTB regards emil _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2004 Oct 11
6
NAT+mangle+tc
Hi All, I wonder can I do NAT+mangle+tc on same maschine? I want to shape outgoing traffic per IP on my gateway computer. Regards Emil Terziev _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2004 Oct 04
5
limited upload speed
HI all, What is best way to be limited upload speed from LAN users. I read that it is possible to be done with IMQ interface or with limitation over gateway interface of router(eth0 in my "scheme"), but i cannot chose what is preferred way and need from advice. Please for advise, any example scripts or URL with tutorial are welcome :) I read couple times Linux Traffic Control.
2003 Aug 12
1
Certification (was RE: realpath(3) et al)
Just saw this from eWeek. "IBM, which paid roughly $500,000 for the testing, and SuSE (pronounced "SOOS-ah") were announcing the certification jointly. " The article is here: http://www.eweek.com/article2/0,3959,1212529,00.asp --- Darren Reed <avalon@caligula.anu.edu.au> wrote: > In some mail from twig les, sie said: > > > > I actually just asked
2006 Apr 22
9
one to many question
1. A category has parent categories. 2. A product is in many categories and a category has many products. 3. Products and category both have images in the same image table. ie. a product and / or category could have multiple images.<=== my question is related to this So among other things I presume I have to do the following: class Category < ActiveRecord:Base #...
2004 Jun 19
1
Samba 3.0.2a and MS Access 2002
I think I've seen a few others with similiar issues, but so far no answers that have applied to me. Basically, I have a solaris 8 box with Samba 3.0.2a that serves up all my windows printers. All printers for windows are configured in cups 1.1.20 as raw queues and I have point and print setup to push drivers to all the users. I'm not having issues with any other office apps, but Access
2001 Dec 10
1
Error on start
...e software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type icense()' or icence()' for distribution details. R is a collaborative project with many contributors. Type ontributors()' for more information. Type emo()' for some demos, elp()' for on-line help, or elp.start()' for a HTML browser interface to help. Type ()' to quit R. Error: syntax error: evaluating expression 0 > however, make check passed without any warning / error. Torsten --please do not edit the information below-- Version: platform =...
2006 Jun 16
3
Does HABTM support non "id" FKs?
Quick question. Say I have a geographical database with counties and zip codes where counties have and belong to many zip codes. zip_codes (id, zip_code) counties (id, name) When I create the association table, the Rails way says to do the following: counties_zip_codes (county_id, zip_code_id). However, given that zip_codes.zip_code is itself a candidate key, I would much prefer to do the
2015 Sep 21
3
Respond to an out of call SIP MESSAGE
Hi, I'm having trouble configuring Asterisk to respond to an incoming out of call SIP MESSAGE. The transport protocol is TLS and the Asterisk version is 10 (it's old, but I'm kind of stuck with it at the moment). Currently I have roughly the following configuration and handling: sip.conf: [general] accet_outofcall_messages=yes outofcall_message_context=sip-im and extensions.conf
2007 Feb 05
1
Build error with last R-devel tarball
Hi, On Windows, with last R-devel tarball (r40647) from ftp://ftp.stat.math.ethz.ch/Software/R/R-devel_2007-02-04.tar.gz I get the following build error: E:\biocbld\bbs-2.0-bioc\R\src\gnuwin32> make ... ... ---------- Making package utils ------------ adding build stamp to DESCRIPTION installing NAMESPACE file and metadata installing R files Error in namespaceExport(ns, exports) :
2015 Sep 21
3
Respond to an out of call SIP MESSAGE
On Mon, Sep 21, 2015 at 9:45 AM, D'Arcy J.M. Cain <darcy at vex.net> wrote: > On Mon, 21 Sep 2015 06:48:52 +0000 > Emil Ohlsson <emo at svep.se> wrote: >> [sip-im] >> exten _X!, 1, NoOp(Got message) >> exten _X!, n, Answer() >> exten _X!, n, Agi(agi://localhost/messagehandler.agi?...) >> exten _X!, n, SendText(Message received) > > I am not
2007 Aug 23
3
ssh host keys
I''m trying to get two hosts exchange their ssh host keys using virtual exported resources. What happens is that one host gets both keys installed without problems, while the other one fails with the following error message: err: Could not retrieve configuration: Exported resource Sshkey[front.irb.lo] cannot override local resource I found some reference to this in ticket #731, but
2005 Mar 30
0
B&#8238; alcra&#8236; ys Ema&#8238; li&#8236; Veri&#8238; noitacif&#8236;
    D#8238;ae#8236;r B#8238;ra#8236;clays M#8238;rebme#8236;,     T#8238;ih#8236;s em#8238;lia#8236; was se#8238;tn#8236; by the Barc#8238;al#8236;ys s#8238;re#8236;ver to veri#8238;yf#8236; y#8238;ruo#8236; e#8238;liam#8236; add#8238;ser#8236;s. You m#8238;tsu#8236; c#8238;etelpmo#8236; t#8238;sih#8236; proc#8238;se#8236;s by c#8238;kcil#8236;ing on the li#8238;kn#8236; b#8238;le#8236;ow and
2001 Jun 30
0
Ogg Vorbis on MTV online
Dear Ogg Vorbis Lovers, I'm Dirk of oggmusic.de and I'm not a developer. I'm only a publisher, but I think it's interesting for you, to read some news. Oggmusic.de is the official Presenter of the first Ogg Vorbis Cover Contest in Germany. In Cooperation with the Donots, one of the leading Fun-Punk-Emo-Rock-Bands in Germany, oggmusic.de gives unsigned Bands the chance to win a
2006 Jun 04
3
passing a value in a hidden field inside a form
should be trivial but I can''t figure this out from api <%= hidden_field ''certifications'', ''personnel_id'', {value = #{@personnel.id}} %> I want to pass the value of ''id'' field in my form to the certifications controller as personnel_id Craig
2003 Aug 05
1
killing UUCP
Hey *, I'm getting an audit coming down the pipes and I have 2 4.6 release boxes to clean up. I say "clean up" because they have some requirements that I missed despite due diligence. My specific question is: To what extent can I get rid of UUCP? Aside from the SUID/SGID stuff that pops up via my finds, I simply see no reason to have any UUCP stuff on these boxes. Is this stuff
2015 Sep 28
2
Respond to an out of call SIP MESSAGE
On 15-09-28 10:19 AM, Emil Ohlsson wrote: > (Still no not receiving the mail, revisited the settings.) > > OK, so SendText doesn't work with this scenario. But can MessageSend > handle this, and respond even when the transport protocol is TLS? Or > do I need to modify Asterisk to add this support? MessageSend has no concept of TLS, it gets passed to chan_sip which then sends
2004 Aug 06
2
Streaming from South by Southwest
Hi: I read the following at http://www.vorbis.com/ot/20040209.html#xiph-org-at-sxsw In addition, SXSW will once again stream over 100 live performances in Ogg Vorbis with Icecast 2 for those who can't attend the festival. Some of the Xiph team will assist in this project where simultaneous streams will be sent from 10 stages through 4 days of the event. Is there anywhere I can
2013 Oct 09
1
mixed model MANOVA? does it even exist?
Hi, Sorry to bother you again. I would like to estimate the effect of several categorical factors (two between subjects and one within subjects) on two continuous dependent variables that probably covary, with subjects as a random effect. *I want to control for the covariance between those two DVs when estimating the effects of the categorical predictors** on those two DVs*. The thing is, i
2011 Oct 22
6
WHY IS WINE SO BROKEN!!?
Honestly I don't understand it. First Oneiric Ocelot splits Ubuntu users right down the middle, next thing I know WINE is very unstable after the 1.3.30 update. Here's my problem. I run WINE in Ubuntu Natty Narwhal (11.04). All my apps were running quite happily on version 1.3.28/29 this includes apps: Photoshop CS5 extended Live For Speed Cheat Engine and various other little mods