Displaying 20 results from an estimated 28 matches for "nplease".
Did you mean:
please
2010 Mar 17
1
[PATCH][node REPOST] Improve performance of multipath translations
...p;2
+ get_drive_size "$d" >&2
done
local choices="$devices Abort"
select device in $choices "Manual Selection"
@@ -340,12 +353,12 @@ do_configure()
if [ "$OVIRT_ISCSI_ENABLED" == "y" ]; then
printf "\n\nPlease select the disk to use for the Boot partition.\n\n"
BOOTDRIVE=$(get_dev_name) || return 0
- get_drive_size $BOOTDRIVE BOOTDRIVESPACE
+ get_drive_size "$BOOTDRIVE" BOOTDRIVESPACE
echo $BOOTDRIVE
else
printf "\n\nPlease select the disk...
2009 Dec 10
0
[PATCH node] Enables stateless iscsi remote boot
...elect \"Uninstall Node\" from the main\n"
+ printf "menu and then try to partition.\n"
+ printf "\n"
+ rc=1
+ fi
+ else
+ rc=0
fi
return $rc
@@ -210,16 +220,17 @@ do_configure()
printf "\n\nPlease select the disk to use for the Boot partition.\n\n"
BOOTDRIVE=$(get_dev_name) || return 0
get_drive_size $BOOTDRIVE BOOTDRIVESPACE
+ echo $BOOTDRIVE
+ else
+ printf "\n\nPlease select the disk to use for the Root.\n\n"
+ ROOTDRIVE=$(get_dev_n...
2009 Oct 05
2
Loop function/comparison operator problem
...ne(paste("\nIn what format do you want to save these
plots?\nChoose from: wmf, emf, png, jpg, jpeg, bmp, tif, tiff, ps, eps, or
pdf.\nNote: eps is the suggested format for publication quality plots.\nPlot
format --> "));
cat("\nI'm sorry, I don't know what that format is.\nPlease try
again\nPress ENTER...");readline()}
if (form == c("wmf", "emf", "png", "jpg", "jpeg", "bmp", "tif", "tiff",
"ps", "eps", "pdf")) {break}
}
How do I get the program to recognise t...
2010 Apr 05
1
RESEND: [PATCH node 1/3] enables ability for a common shared root
...RIVE|awk '{ print $1 }')"
+ grep "HostVG"|grep -v "$HOSTVGDRIVE"|awk '{ print $1 }')"
rc=0
if [ -n "$devices" ]; then
printf "\n"
@@ -357,11 +357,27 @@ do_configure()
printf "\n\nPlease select the disk to use for the Root.\n\n"
ROOTDRIVE=$(get_dev_name) || return 0
get_drive_size "$ROOTDRIVE" ROOTDRIVESPACE
+ if ask_yes_or_no "Will Root be shared with other nodes ([Y]es/[N]o)?"; then
+ OVIRT_SHARED_ROOT="y"
+...
2010 Apr 01
2
[PATCH node 1/3] Enables ability to have a common shared root
...;$doreboot" = "yes" ]; then
disable_firstboot
diff --git a/scripts/ovirt-config-storage b/scripts/ovirt-config-storage
index 8d59a6b..aec3447 100755
--- a/scripts/ovirt-config-storage
+++ b/scripts/ovirt-config-storage
@@ -357,6 +357,22 @@ do_configure()
printf "\n\nPlease select the disk to use for the Root.\n\n"
ROOTDRIVE=$(get_dev_name) || return 0
get_drive_size "$ROOTDRIVE" ROOTDRIVESPACE
+ if ask_yes_or_no "Will Root be shared with other nodes ([Y]es/[N]o)?"; then
+ OVIRT_SHARED_ROOT="y"
+...
2010 Mar 31
1
[PATCH node] Handle space in storage wwid
...ices /dev/mapper/$dev"
local sd_devs=""
- get_multipath_devices $dev sd_devs
+ get_multipath_devices "$dev" sd_devs
devs_to_remove="${devs_to_remove} ${sd_devs}"
done
@@ -352,7 +352,7 @@ do_configure()
printf "\n\nPlease select the disk to use for the Boot partition.\n\n"
BOOTDRIVE=$(get_dev_name) || return 0
get_drive_size "$BOOTDRIVE" BOOTDRIVESPACE
- echo $BOOTDRIVE
+ echo "$BOOTDRIVE"
else
printf "\n\nPlease select the disk to use for t...
2009 Nov 04
1
[PATCH node] add ability to select separate disks for Root and HostVG in o-c-storage
...STVGDRIVE|awk '{ print $1 }')"
rc=0
if [ -n "$devices" ]; then
printf "\n"
@@ -193,8 +206,14 @@ get_dev_name()
do_configure()
{
local name_and_size
- DRIVE=$(get_dev_name) || return 0
- get_drive_size $DRIVE SPACE
+ printf "\n\nPlease select the disk to use for the Root.\n\n"
+ ROOTDRIVE=$(get_dev_name) || return 0
+ get_drive_size $ROOTDRIVE ROOTDRIVESPACE
+
+ printf "\n\nPlease select the disk to use for the HostVG.\n\n"
+ HOSTVGDRIVE=$(get_dev_name) || return 0
+ get_drive_size $HOSTVGDRIVE HOSTV...
2004 Sep 20
1
Cannot disable the debugger
...dow (0x10029): stub
fixme:ttydrv:TTYDRV_CreateWindow (0x1002a): stub
fixme:win:SetWindowTextW cannot set text L"Debug
Error!\n\nProgram:
...\\hw\\nvdiag\\testgen\\regress\\test\\fake_executable_assertion.exe\n\n\r\nThis
application has requested the Runtime to terminate it
in an unusual way.\nPlease contact the application's
support team for more information.\r\n\n\n(Press Retry
to debug the application)" of other process window
(nil)
fixme:ttydrv:TTYDRV_GetBitmapBits (0x84, 0x403953e4,
128): stub
fixme:ttydrv:TTYDRV_GetBitmapBits (0x80, 0x40395464,
128): stub
fixme:dialog:MSGBOX_O...
2009 May 21
1
[PATCH node] display descriptions for all disks
...ize $d >&2
+ done
local choices="$devices Abort"
select device in $choices
do
@@ -174,7 +182,7 @@ do_configure()
{
local name_and_size
DRIVE=$(get_dev_name) || return 0
- get_selected_drive_size
+ get_drive_size $DRIVE SPACE
printf "\n\nPlease configure storage partitions.\n\n"
printf "* Enter partition sizes in MB.\n"
@@ -256,8 +264,7 @@ do_review()
The local disk will be repartitioned as follows:
================================================
- Physical Hard Disk: $DRIVE
- Total storage availabl...
2009 Dec 08
1
[PATCH node] iscsi remote root basework This lays most of the groundwork for iscsi installation and configuration. At this time configuring iscsi is disabled due to multiple issues with dependent pieces.
...should use remaining disk
default_data_size=-1
-
+boot_min_size=50
root_min_size=256
config_min_size=5
logging_min_size=5
@@ -206,6 +206,11 @@ get_dev_name()
do_configure()
{
local name_and_size
+ if [ "$OVIRT_ISCSI_ENABLED" == "y" ]; then
+ printf "\n\nPlease select the disk to use for the Boot partition.\n\n"
+ BOOTDRIVE=$(get_dev_name) || return 0
+ get_drive_size $BOOTDRIVE BOOTDRIVESPACE
+ fi
printf "\n\nPlease select the disk to use for the Root.\n\n"
ROOTDRIVE=$(get_dev_name) || return 0
get_drive_siz...
2005 Oct 04
1
very close but some small error
...entSourceW (L"",L".NET Runtime"): stub
fixme:advapi:ReportEventW
(0xcafe4242,0x0001,0x0000,0x00000000,(nil),0x0001,0x00
000000,0x7a46ca14,(nil)): stub
err:eventlog:ReportEventW L".NET Runtime version 1.1.4322.573- Setup
Error: Fail ed to load resources from resource file\nPlease check your
Setup"
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
Unhandled Exception: StackOverflowException.
wine: Unhandled exception (thread 000b), starting debugger...
WineDbg starting on pid 0xa
Unhandled exception: page fault on read access to 0x00000000 in 32-bit
code (0x0 0000...
2008 Jul 10
0
JavaScript Form Submit with form_remote_tag
...:html => {:name => ''add_product_form''},
:complete => "showPopWin(''/store/show_cart'', 600, 400, null,
true)",
:failure => ''alert("That item appears to have gone out of stock
before you were able to add it to your cart.\n\nPlease refresh this
page.")'',
:update => ''items''
)
%>
<div class="buttonTicket" onclick="this.up(''form'').submit();">Add To
Cart</div>
</form>
When I click the javascript text to submit the form, the aja...
2004 Sep 20
0
Problems disabling the debugger
...ow (0x10029): stub
fixme:ttydrv:TTYDRV_CreateWindow (0x1002a): stub
fixme:win:SetWindowTextW cannot set text L"Debug
Error!\n\nProgram:
...\\hw\\nvdiag\\testgen\\regress\\test\\fake_executable_assertion.exe\n
\n\r\nThis application has requested the Runtime to terminate it in an
unusual way.\nPlease contact the application's support team for more
information.\r\n\n\n(Press Retry to debug the application)" of other
process window (nil)
fixme:ttydrv:TTYDRV_GetBitmapBits (0x84, 0x403953e4, 128): stub
fixme:ttydrv:TTYDRV_GetBitmapBits (0x80, 0x40395464, 128): stub
fixme:dialog:MSGBOX_O...
2009 Jan 02
6
internet registering through wine
I have installed a CAD/CAM program call eCabinets (its a free program for woodworking and cabinet shops). When it starts, its asks for its registration code which I have. It then tries to open the default internet connections to register but eventually times out. By the looks of things, it its acting like a firewall is blocking it. I do not have a wirewall installed yet. I am running Ubuntu 8.10
2007 Aug 20
0
Wine and Vmware Instrastructure Client
...EventSourceW (L"",L".NET Runtime"): stub
fixme:advapi:ReportEventW
(0xcafe4242,0x0001,0x0000,0x00000000,(nil),0x0001,0x00000000,0x7c33e90c,(nil)):
stub
err:eventlog:ReportEventW L".NET Runtime version 1.1.4322.573- Setup
Error: Failed to load resources from resource file\nPlease check your Setup"
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
Unhandled Exception: StackOverflowException.
wine: Unhandled page fault on read access to 0xc07e3e11 at address
0x7bc254d1 (thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0xc07e3e11 i...
2009 Jun 18
1
[PATCH node] Users can view log files on the node. bz#506289
...ot;$*"; exit 1; }
+
+trap '__st=$?; stop_log; exit $__st' 0
+trap 'exit $?' 1 2 13 15
+
+RETURN_TO_MENU="Return To Menu"
+
+OPTIONS[${#OPTIONS[*]}]="/var/log/ovirt.log"
+OPTIONS[${#OPTIONS[*]}]="$RETURN_TO_MENU"
+
+while true; do
+ printf "\nPlease select a log file to view.\n\n"
+ PS3="Please select a log to view: "
+ select OPTION in "${OPTIONS[@]}"
+ do
+ case $OPTION in
+ "$RETURN_TO_MENU") exit 0;;
+ "") break;;
+ *)
+ if [ -s &qu...
2005 Aug 04
9
wxruby2 retooling
I finally gave up on swig 1.3.22, since it seems to be causing too many
problems. Ubuntu breezy will have 1.3.24, so I''m retargeting wxruby2 to
swig 1.3.24+. At the moment, I have 1.3.25 on my system, since that''s
the current release.
I''m finding all kinds of problems with the post-processors we have that
clean up the .cpp files that swig creates. The
2009 Jul 10
0
[PATCH node] This is a follow-on patch for bz#507455.
...done
}
do_configure()
{
local name_and_size
- DRIVE=$(get_dev_name) || return 0
- get_drive_size $DRIVE SPACE
+ select_a_drive DRIVE
+ debug "DRIVE=$DRIVE"
+ test -z "$DRIVE" && return 0
+
+ print_drive_size $DRIVE SPACE
printf "\n\nPlease configure storage partitions.\n\n"
printf "* Enter partition sizes in MB.\n"
@@ -286,7 +355,7 @@ do_review()
The local disk will be repartitioned as follows:
================================================
- Physical Hard Disk: $(get_drive_size $DRIVE)
+...
2020 Sep 24
1
How to use `[` without evaluating the arguments.
...= function(w) {
warning(w)
}, error = function(e, assays) {
message(e)
types <- lapply(assays, typeof)
stop(paste0('List items are types: ',
paste0(types, collapse=', '),
'\nPlease ensure all items in the assays list are
coerced to data.tables!'))
})
}
# Initialize the .internals object to store private metadata for a LongTable
internals <- new.env()
## TODO:: Implement error handling
internals$rowIDs <-...
2009 Jul 01
1
Replacement patch for bz#507455
This patch includes a fix to no longer list devices with 0 bytes
of storage, such as removeable media devices with no media present.