Displaying 20 results from an estimated 10000 matches similar to: "connection error in console UI"
2013 Nov 20
4
puppet testing
Hi There,
I am kind of lost, understood something wrong. I have written a module.
Now how can I test this module? Do I need to copy it to agent or server? Is
it possible to test it as a standalone module where I have a machine with
puppet agent or server installed? It is a simple module I dont want
complicate things with cucumber or some rspec etc.
How can I test it with puppet apply
2013 Jul 29
1
NT4 clients
I'm attempting to get an old NT4 client participating in a Samba4 domain.
Users can logon to the machine locally and access network shares on other
machines in the network. However, no one can access shares on the NT4
machine using the machine name. Attempting this results in an error "The
account is not authorized to log in from this station." Using the IP
address does work however.
2013 Nov 28
2
File handling
Hi There,
I am trying to do the following using puppet
1. Create a dir call mydir
2. Download a file from internet using Exec
3. Change the mode of the file
3. Install it and ensure running and service is enabled.
4. Delete it the installer file.
When I do this until 3 rd step I am fine. But when I create the file
resource again for deleting the installer files, it says it is already
2005 Jul 17
2
DNS SRV
I have added in my zone file;
_sip._udp.elmit.com. IN SRV 20 0 5060 vpbx.elmit.com.
As I understand it should mean that any sip connection to
<anyname>@elmit.com should go to the udp port 5060 at the host
vpb.elmit.com.
In Asterisk's extensions.conf I have in the context [default]
exten => ronald,1,Dial(${PHONE_615},60,tr)
exten => ronald,2,Voicemail,u615@office
exten =>
2013 Jun 28
0
ruby on rails couldn't find file 'jquery.ui.all'
couldn''t find file ''jquery.ui.all'' which is a known issue, I added
*=require jquery.ui.all to application.css and //= require jquery.ui.all to
application.js but still get the error.
http://bpaste.net/show/1RqTDUte2XLBoj8fdTbf/
Sprockets::FileNotFound in Preorder#index
Showing
/var/www/localhost/htdocs/selfstarter/app/views/layouts/application.html.erb
where line
2011 Oct 31
1
Starting asterisk turns bash console text white in rxvt
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="sans-serif">Hello all,<br>
<br>
I've googled
2013 Nov 27
1
Duplicate declaration
I have module, for which if I add the class in the UI and run the agent
with --test it fails with the following error. But If I just add the
include <classname> in the init class and run, it works. Any idea?
Error: Could not retrieve catalog from remote server: Error 400 on SERVER:
Duplicate declaration: Class[classname] is already declared; cannot
redeclare on node nfaxen-ubu1.fqdn
2009 Jun 17
1
Specifying ui and ci such that ui %*% theta - ci >= 0
Hi,
I am a bit stuck on specifying ui and ci.
I have read Lange's book ((1999) Numerical Analysis for Statisticians) to
his approach and unfortunately his descriptions were not helpful for me.
Here is what I have:
ui <- rbind(c(0, -1, 0), c(0, 0, -1))
ci <- c(0, -1, -1))
theta <- c(0.5, 0.5, 0.1)
My goal is to feed these into constrOptim
2006 Jan 25
1
xm console oddity
Hi Fellas,
When I connect to a domain''s console via
xm console vmid
I have to press an enter to get the console prompt. I am wondering if anyone
else has seen this and if there is a remedy for this?
Thanks,
-Himanshu
--
-------------------------------------------------------------------------
Himanshu Raj
PhD Student, GaTech (www.cc.gatech.edu/~rhim)
I prefer to receive
2010 Aug 28
1
DEFAULT versus UI
I'm posting this as I'm trying to evaluate DEFAULT versus UI.
As it stands right now, the use of the UI directive means that DEFAULT
is effectively ignored from the command line. If you specify UI and
DEFAULT and use (vesa)menu.c32, (vesa)menu.c32 will use DEFAULT unless
a MENU DEFAULT option exist in the current context. If the attempt to
execute a command fails, returning you to the
2011 Jul 28
1
Help install jquery ui
I tryed rails generate jquery:install --ui but my draggable method still
does nothing.
Can anyone help me ?
What is the proper way to install jquery ui (specially for dragging
elements)?
Thank you,
Rodrigo
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2008 Dec 14
1
New "UI" directive broken?
The new directive doesn't seem to work here. Looks like DefaultLevel is never
changed:
core/parseconfig.inc:pc_default: cmp ax,[DefaultLevel]
core/parseconfig.inc:DefaultLevel dw 0 ; The current level of default
core/ui.inc: cmp word [DefaultLevel],1 ; Active UI statement?
- Sebastian
diff --git a/core/parseconfig.inc b/core/parseconfig.inc
2009 Jun 16
0
ui and ci explanatory documentation
Hi Livia and everyone,
Did you ever get a response on this question from last year (Jan 2008)?
I am also looking for more explanatory documentation on the
ui and ci parameters for the function constrOptim().
The examples provided in the R help and the full reference
manual are not working for me. Goodle and Nabble searches have not resulted
in any explanation
2007 Aug 22
0
Branch 'vivi' - 2 commits - libswfdec-gtk/swfdec_source.c vivified/ui
libswfdec-gtk/swfdec_source.c | 4 ++--
vivified/ui/vivi_movie_list.c | 13 ++++++++++++-
2 files changed, 14 insertions(+), 3 deletions(-)
New commits:
diff-tree 73e6028c89191b80deaf5858ea468522749bf451 (from 32192c024105f03a19dcf93ca92ca56f43fd5b56)
Author: Benjamin Otte <otte at gnome.org>
Date: Wed Aug 22 09:34:46 2007 +0200
clear the model when the player gets reset
2017 Dec 06
2
No DEFAULT or UI configuration directive found!
Hi.
I have setup virtualbox with a windows 10 that is acting as a DHCP and TFTP
server.
I have created folder like this:
c:\tftpboot
in that folder "pxelinux.0" and "ldlinux.c32" is located.
another folder is created:
c:\tftpboot\pxelinux.cfg
In that folder "default" is located.
I have another testpc that I want to startup with pxe, but I get this error:
2007 May 29
2
Selenium, Spec:Ui and ... forks?
I am using Spec:UI to run my Selenium tests, and I want to start
Selenium only once, for many descriptions.
I''ve come quite far solving it by declaring a main ui spec like the following:
require ''pathname''
require File.dirname(__FILE__) + ''/selenium''
$base_url="http://localhost:3000"
$browser =
2007 Apr 13
1
HTML report and Spec::Ui improvements
The trunk now has some nifty improvements to the HTML report (--format
html). Each failing spec will (in addition to the backtrace) have a
box with a source code snippet of the offending code.
If you have Jamis Buck''s syntax gem installed the code will also be
syntax highlighted 8-D
There has also been some major improvements to Spec::Ui, and it should
be much easier to set up than
2007 Jan 11
1
Nice UI Tabs - based on a click
Hi:
I have a piece of UI, basically tabs. The number of tabs will be
variable. the tab itself will contain fields that will change
depending on the tab (pretty standard). The UI could be Ajax-like, or
just nice scriptaculous, or whatever works. Can someone point me in
the right direction? Also, I''m a newbie, so simple is better, although
of course I''m willing to figure
2006 May 11
0
link_to_remote() can do something like Yahoo! UI "argument"?
Hi,
I am using Rails'' link_to_remote() and I want to do the same thing
Yahoo! UI''s connection manager "argument" can do. From the Yahoo! UI
docs:
"argument: an object, string, number, or array containing data that
your success and failure functions might need in order to successfully
process the server response."
So, you use argument when you make the ajax
2011 Mar 22
0
Error on ajax forms/links in jQuery UI tabs
I''ve implemented jQuery UI tabs, and I get an error:
When i submit a ajax form or link, it gets submitted multiple times.
As seen in this Doom console output:
DELETE http://localhost:3000/innmeldings/101 404 (Not Found)
DELETE http://localhost:3000/innmeldings/101 404 (Not Found)
DELETE http://localhost:3000/innmeldings/101 404 (Not Found)
DELETE http://localhost:3000/innmeldings/101