search for: commet

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

Did you mean: comment
2005 Aug 20
2
Realtime sip_buddies "register=>" how?
...realtime using mysql, an have a little question that could not find the answer to or maybe its not posible at this time. Is there a way use "register=>......" on a DB using realtime. For the moment I use it in sip.conf. It will help me a lot if this could be store on a DB somehow. commets or sugestions .... ? thanks Billy
2012 Jun 19
2
Puppet Versioning
Hello everyone, everytime I run on a puppet host: #puppet agent --test I see this commet: info: Applying configuration version ''000001'' then lets say I deploy a new package from my local repository, from which I would get a different configuration version. #puppet agent --test info: Applying configuration version ''000002'' ...question: is there a w...
2007 Apr 18
1
[Bridge] ppp0 to eth0
...crosspair cable attached to a eth0 in my linux box . i was following the article http://www.linuxjournal.com/article/8261 does anyone knows where i can find that information the FAQ of bridge http://bridge.sourceforge.net/ mencion that ppp it's posible. thanks in advance for clarification, commets etc
2012 Apr 27
1
hardware compatibility list
Hi, i dont have technical information about ups so much. so i send hardware compatibility list to my friend who worked at ups manufacturer factory. his commet : "ups at the list are, one phase support,not 3 phase. there are 3 phase support ups at market" and "ups in the list are not very big, maximum 6 kva. there are bigger ups at market." are there any limitation about 3 phase support and power of ups? cheers,Ramazan --...
2013 Feb 28
2
Create polymorphic resources
Hi I have created a polymorphic association for comments since I need commenting functionality on several models. The issue is that when I create the comment in my Commets#create action, I really don''t know what type the parent is of. So, let''s say I have Foo, Bar and Comment. Comment have this: belongs_to :commentable, polymorphic: true And Foo and Bar both have: has_many :comments, as: :commentable In my routes.rb I nest the comments: r...
2006 Apr 13
4
ORA-12663 and @connection.describe with Oracle7
I am trying to use Rails and an Oracle 7 database. I have the following error message: (eval):3:in `__send__'': ORA-12663: Services required by client not available on the server (OCIError) from (eval):3:in `describe'' and the line oracle_adapter,rb:361: (owner, table_name) = @connection.describe(table_name) Do I need this describe line? Can I replace with something else just
2009 Aug 30
4
Multiple Network Cards + Multiple Bridges on debian lenny
Hi all, I''m searching for a tutorial how to setup multiple network cards with xen network bridge setup in debian lenny. My problem is, bridges seams only to work if i put an ip adress in dom0 to them. Thanks, Alex _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2005 Nov 11
1
[Fwd: Thanks for win32-service]
Nice. :) -------------- next part -------------- An embedded message was scrubbed... From: Jamey Cribbs <cribbsj at oakwood.org> Subject: Thanks for win32-service Date: Fri, 11 Nov 2005 11:33:13 -0500 Size: 2505 Url: http://rubyforge.org/pipermail/win32utils-devel/attachments/20051111/5b46cd4f/Thanksforwin32-service.eml
2005 Nov 23
0
Some code change suggestions of thenwin32-service package
...5 6:16 AM > To: Development and ideas for win32utils projects > Subject: [Win32utils-devel] Some code change suggestions of > thenwin32-service package > > > Hi, > > I''d like to suggest some code modifications and tests. > > In service.c > line # 50 : Commet out 1 line > // SetTheServiceStatus(SERVICE_RUNNING, NO_ERROR, 0, 0); > > line # 260 : Insert 4 lines > if(rb_respond_to(self,rb_intern("service_init"))){ > rb_funcall(self,rb_intern("service_init"),0); > } > SetTheServiceStatus(SERVIC...
1999 May 12
1
Big problem 2.0.3 and M$ Office shares
...tory Pubblica write ok = yes path = /home/samba valid users = @users write list = @users create mode = 0770 force create mode = 0770 directory mode = 0770 force directory mode = 0770 force group = users wide links = No Commet the directory /home/root is uid/guid root:users with attribute 0770 ******************************************************************************************** Thank you very much , i hope someone can solve this trouble because is very strange , it seams that the samba 2.0.3 do not respe...
2010 May 11
1
[PATCH RFC] vhost: fix barrier pairing
According to memory-barriers.txt, an smp memory barrier should always be paired with another smp memory barrier, and I quote "a lack of appropriate pairing is almost certainly an error". In case of vhost, failure to flush out used index update before looking at the interrupt disable flag could result in missed interrupts, resulting in networking hang under stress. This might happen
2010 May 11
1
[PATCH RFC] vhost: fix barrier pairing
According to memory-barriers.txt, an smp memory barrier should always be paired with another smp memory barrier, and I quote "a lack of appropriate pairing is almost certainly an error". In case of vhost, failure to flush out used index update before looking at the interrupt disable flag could result in missed interrupts, resulting in networking hang under stress. This might happen
2005 Jan 05
4
May i ask a question?
my version of wine is 20040408 when i use wine to install a software named "flashpgm" it start the installshield,and a windows shows"The operation system is not adequate for running Flash programmer",and installation stoped. All the imformation showed is as below: fixme:nls:init_default_lcid charset GB18030 was not recognized err:dc:DCE_FreeWindowDCE [0x90031] GetDC() without
2008 Oct 22
2
suboptimal lp solutions
Hi list, I want to find the total maximum resources I can spend given a set allocation proportion and some simple budget constraints. However, I get suboptimal results via lp and friends (i.e. lpSolve and simplex in the linprog and boot) . For example: library(lpSolve) proportions = c( 0.46, 0.28, 0.26) constraints = c( 352, 75, 171) lp(objective.in = proportions, const.mat =
2011 Apr 11
2
ordered logistic regression - cdplot and polr
Hi, I have a dataset that I am trying to analyze and plot as an ordered logistic regression (y = ordinal categories 1-3, x = continuous variable with values 3-9). First is a problem with cdplot: Produces a beautiful plot, with the "right" trend, but my independent factor values are transformed. The factor has values from 3-9, but the plot produces an x-axis with values from 20-140.
2010 Sep 17
25
Trying to look up comment through an ID, but failing
I am trying to allow users to reply through comments by allowing users to click a reply link next to the parent comment. It will send in a parameter to the ''new'' comment view, like so: | <%= link_to "Reply", new_comment_path(:in_reply_to => comment.id) %> The form will use the :in_reply_to parameter in order to save that id as the parent id, like so:
2015 Oct 05
0
[PATCH 2/4] Remove unused linker scripts
...got)) - __got_end = .; - } - - . = ALIGN(4); - - .dynamic : { - __dynamic_start = .; - *(.dynamic) - __dynamic_end = .; - } - - . = ALIGN(16); - - .data : { - __data_start = .; - *(.data) - *(.data.*) - *(.lowmem) - __data_end = .; - } - - .reloc : { - *(.reloc) - } - - .comment : { - *(.commet) - } - - .symtab : { - *(.symtab) - } - - .strtab : { - *(.strtab) - } - - .bss : { - /* the EFI loader doesn't seem to like a .bss section, - so we stick it all into .data: */ - __bss_start = .; - *(.bss) - *(.bss.*) - *(.bss16) - *(.hugebss) - *(COMMON) - __bss_end = .; - *(.sb...
2015 Oct 05
7
[PATCH 0/4] Improve linker scripts
From: Sylvain Gault <sylvain.gault at gmail.com> These patches basically remove unused linker scripts and port a change that was made to an unused script. Those are to be applied on top of the gcc 5 bug fixes as they would conflict otherwise. Sylvain Gault (4): diag/mbr: fix dependency to linker script Remove unused linker scripts core: Make symbols defined in linker script HIDDEN
2003 Dec 01
0
No subject
...nd... I've running Samba 2.0.7 for a long time.... never got this problem. It is happened only after I upgrade to 2.2.x. Is this a bug or just some error configure ? Any suggestion ? or downgrade back to 2.0.7 ? here is my global configure: (there is some configure I commet out for testing... but it don't work) [global] printing = bsd printcap name = /etc/printcap load printers = yes guest account = nobody invalid users = root security = user netbios name = HYDRA workgroup = WORKGROUP server string = TeaTime's Samba Server %...