Displaying 20 results from an estimated 200 matches similar to: "Menu system bug - MENU DEFAULT not working"
2020 Sep 27
1
"-f ._filterlist" syntax
Hello, A GUI program uses rsync for network transfers. It is able to
load filters from a file by putting a dot and underscore before it.
Example:mkdir 1 2; touch 1/a .empty; rsync -f ._empty 1/ 2/
Is the dot underscore specific to rsync or is it a general bash (or
similar?) feature to load arguments from a file? And is it documented
anywhere for rsync?
-------------- next part --------------
An
2009 Apr 29
1
R Macro Question
Dear all,
I am a new R user, and I have a question about R macro.
Here is the situation, I want to do item option analysis (options include: A
, B, C, D), below is the codes for option A analyses.
#option A analyses
optiona<-mat.or.vec(nrow(responsedata2), ncol(responsedata2))
# create A matrix by recoding
for (i in 1:ncol(responsedata2)){
2017 Feb 06
2
Regular users can't log in to Samba AD DC from Windows
On 02/06/2017 16:36, Rowland Penny via samba wrote:
> On Mon, 6 Feb 2017 16:16:28 +0200
> Alnis Morics via samba <samba at lists.samba.org> wrote:
>
>>
>>
>> On 02/06/2017 15:43, Rowland Penny via samba wrote:
>>> On Mon, 6 Feb 2017 14:47:21 +0200
>>> Alnis Morics via samba <samba at lists.samba.org> wrote:
>>>
>>>> I
2019 Jun 06
2
AD across sites
Hi Guys,
Just need some guidance regarding AD across sites. We have two sites, siteA and siteB. Until about a month ago both sites were running NT4 domains, separate domains but with the same names, let's say thedomain. We classicupgrades siteA to AD and now need to migrate siteB to AD.
The sites are connected with a WAN link
We think ,the steps involved will be the following
-
2012 Feb 11
3
9.0-RELEASE PV from scratch on XCP v1.1.0
Title: HOWTO-FreeBSD-on-XCP
Author: John D. "Trix" Farrar
Date: 2012-02-09
* The Challenge - ParaVirtualized FreeBSD 9.0-RELEASE under XCP 1.1.0
The idea here is to create a PV FreeBSD VM under Xen Cloud Platform
(XCP) without starting with an HVM first. The documentation I''''ve
been able to find on-line is at least a year old and is mostly written
for Xen (under
2013 May 19
2
locking down R
Is anyone on this list aware of discussions about locking down/securing R?
My colleagues and I are working with health statistics in an office
that disallows many useful tools (e.g. emacs, vim, perl, make) on the
grounds that they represent a security risk. We are considering pushing
back, but we are worried that if we attract the attention of the Powers
That Be to the reality that R allows
2017 Jun 02
0
Question on interpreting glmer() results
Hello,
I originally posted this on the stats stack exchange site, but given its
focus on R software, it was removed -- so I figured I'd post here.
I'm having trouble interpreting a change in effect direction and
significance when I add an interaction term to my glmer() model.
*Part 1*
I ran an experiment in which participants made categorical decisions (out
of two categories) in one of
2006 Jul 06
4
Need advice on code-like columns
Hello!
I''m trying to move to rails from traditional web app.
As Rails has some conventions about table schema,
I met some obstacles.
Questions.
1.
This is a sort of general question. Do you make a code table for things
like the following?
Activity Status Codes
01001: Open
01002: Pending
01003: Delayed
01004: Cancelled
01005: Closed
(The first 2 digits are code category.)
Would you
2012 Jul 25
1
submenus and menu title
From
http://www.syslinux.org/wiki/index.php/Comboot/menu.c32
*** QUOTE - BEGIN ***
MENU BEGIN [tagname]
MENU END
Begin/end a submenu. The entries between MENU BEGIN and MENU END form a submenu, which is marked with a > mark on the right hand of the screen. Submenus inherit the properties of their parent menus, but can override them, and can thus have their own
2005 Mar 30
1
menu.c32, submenus
I am trying to create submenus, or more specifically a single submenu, using PXELINUX and the menu.c32. I have a tftp share with a basic config:
/ (root of tftp)
pxelinux.0
menu.c32
/diskdiag (dir)
/diskdiag/dskdiag.0
/pxelinux.cfg (dir)
/pxelinux.cfg/default
/pxelinux.cfg/dskdiag
one of the menu items in /pxelinux.cfg/default is as follows:
LABEL DISKDIAG
MENU LABEL [^B] Disk Diagnostics
2012 Jul 06
1
Bug#680479: xen-utils-4.0: pygrub does not support grub2 submenus
Package: xen-utils-4.0
Version: 4.0.1-5.2
Severity: important
Tags: upstream patch
pygrub in Debian Squueze does not support Grub2 submenus. At least
Ubuntu Precise uses a submenu for older kernel versions, so a Precise
domU with more than one kernel installed will be unbootable (without
manual fixes) on a Squeeze dom0.
Attached is a patch that adds submenu support to pygrub.
-- System
2007 Dec 22
0
[ wxruby-Bugs-16519 ] crash with Submenus - need GC protection
Bugs item #16519, was opened at 2007-12-22 18:14
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=16519&group_id=35
Category: Incorrect behavior
Group: current
Status: Open
Resolution: None
Priority: 5
Submitted By: Alex Fenton (brokentoy)
Assigned to: Alex Fenton (brokentoy)
Summary: crash with Submenus - need GC protection
Initial Comment:
With
2011 Aug 31
1
looping by grouping variable
Hello all,
I hope something is not already posted regarding this exact problem I am
trying to solve. I've read through the forums and previous postings and am
still confused as to how to approach this. Basically, what I am trying to do
is construct variables that utilizes an average of a variable from a
grouping, or higher order, variable. For instance, in my dataset I have
variables, with
2013 May 29
0
Suggestion: MENU DISABLE and MENU HIDE for submenus
Hello Syslinux Team,
As known, the "MENU DISABLE" and "MENU HIDE" directives are valid
only after a LABEL directive. In addition to their main purpose, they
are sometimes useful for troubleshooting / simplifying / improving
(sections of) menus, without having to temporarily delete or comment
out (possibly large) parts of an already-existent menu.
I'd like to suggest,
2011 Jul 14
1
PyGrub And Grub2 Submenus
I recently updated the kernel on an Ubuntu 11.04 PVM domU. The dom0 is an up
to date Debian Squeeze host (Xen 4.0.1). Attempting to start the domU after
this with xm create gives "Error: Boot loader didn''t return any data!". I
ran pygrub against the domU manually, I got the following:
Traceback (most recent call last):
File "/usr/lib/xen-default/bin/pygrub", line
2007 Nov 07
2
Adding submenus to existing consol GUI menu
If possible I would like to add two sub-menus to the R Console under
Windows.
For example, I would like to add:
winMenuAddItem("File", "Load CSV...", "loadCSV()")
winMenuAddItem("File", "Save CSV...", "saveCSV()")
and have them appear under the initial 'File' item rather than add a new
'File' menu item. I seem to
2007 Jul 18
3
immediate Descendants not working in IE
Hi, im currently styling a menu using a java script effect which hides
the nested submenus on load, and also shows/hides them on mouseover.
It is working in firefox, using ...
var ul = $("nav").getElementsByTagName("ul")[0];
var lis = ul.immediateDescendants();
I then loop through lis to initially hide all the submenus. This works
fine in firefox, but not in IE. The sub
2004 Sep 16
5
Earthlink Releases SIP Based P2P File-Sharing App
This is BAAAAAAAD! Now even SIP get's "tainted"...
http://slashdot.org/articles/04/09/16/1317247.shtml?tid=95
_________________________________________________________________
Surf the net and talk on the phone with Xtra JetStream @
http://xtra.co.nz/jetstream
2003 Nov 12
1
pause after dialed option
Hi guys
I've set up a layered menu system on one of my asterisk servers where
there is a main menu and several submenus; one for each department. Each
menu plays a background intro message giving its various options. My
problem is when I'm in the main menu and press the option to go to one of
the submenus there seems to be a 5-8 second pause before it plays the
background of the
2006 Aug 04
4
Tabs
I''m new to Ruby/Rails
I want to create Tabs similar to these...
http://demo.raibledesigns.com/struts-menu/tabbedMenu.jsp;jsessionid=aM2yeUTgLeTbY7WLAZ;jsessionid=aBFrrGHWQim4pwSPAZ?People
Can someone outline the best method?
Specifically,
Is creating a tabs.html in \..apps\views\layouts and using
class PhotoController < ApplicationController
layout "tabs"
....in my