similar to: [PATCH] HDT: Fix cursor on exit from Menu Mode

Displaying 20 results from an estimated 130 matches similar to: "[PATCH] HDT: Fix cursor on exit from Menu Mode"

2013 Apr 02
1
gdata selectively not working
I can use gdata to successfully read in the example Excel file, but not any other excel files. Why might this be the case? It seems that the problem has something to do with opening the database but no indication as to what the problem is. So i'm at a loss of how to fix it. > library(gdata) gdata: read.xls support for 'XLS' (Excel 97-2004) files ENABLED. gdata: read.xls support
2001 Jul 27
0
boot/root rescue systems with ext3 support
These are some boot/rescue systems with ext3 support. The RIP boot/rescue system. This is a boot/rescue system, it comes in three versions. There's a bootable cd version that comes with kernel 2.4.6 and has IDE and SCSI support. rip-39.iso.bin 2528kb They can all be found here: http://www.tux.org/pub/people/kent-robotti/looplinux/rip/index.html There's more info at the above site.
2007 Feb 13
2
Computing stats on common parts of multiple dataframes
Folks, I have three dataframes storing some information about two currency pairs, as follows: R> a EUR-USD NOK-SEK 1.23 1.33 1.22 1.43 1.26 1.42 1.24 1.50 1.21 1.36 1.26 1.60 1.29 1.44 1.25 1.36 1.27 1.39 1.23 1.48 1.22 1.26 1.24 1.29 1.27 1.57 1.21 1.55 1.23 1.35 1.25 1.41 1.25 1.30 1.23 1.11 1.28 1.37 1.27 1.23 R> b EUR-USD NOK-SEK 1.23 1.22 1.21 1.36 1.28 1.61 1.23 1.34 1.21 1.22
2010 Jul 22
1
HDT problem!
When I exit from HDT and return to the syslinux menu there's no cursor, but the keyboard still works. -- Kent Robotti <kent.robotti at gmail.com>
2005 Aug 31
3
PXE/RIP-PXE
Hello syslinux Mailinglist ;) I'm new to this mailing list, the RIP Readme brought me here. I'm quite new to syslinux/pxelinux and im trying to set up some kind of minimal linux which is bootable via lan. I found the http://www.tux.org/pub/people/kent-robotti/looplinux/rip/ project, and what I read in the readme it will fit my needs. Basic infos: Host System running gentoo,
2006 Nov 22
2
Problem with "additional" submenus
Hello all, First off, thanks for the great work. I have recently added "more submenus" to a functioning advanced menu that only had one "submenu off of the main menu before" The addition of the new submenus has caused the main menu to not function correctly and I have been pouring over the code for several weeks and I just cannot see the error that I have introduced. This
2004 Jan 26
0
isolinux 2.08: screen garbage when loading kernel?
I'm using the RIP Linux mini rescue distribution. http://www.tux.org/pub/people/kent-robotti/looplinux/rip/ I have modified v. 7.0 for usage on our 32 node Tyan Tiger MPX Linux cluster with a serial console. Because of a bug with Grub on this motherboard when running headless and using a serial console I use the optional Isolinux version 2.08 also included with RIP Linux to boot from a
2005 Jun 14
1
Can I use pxelinux to boot a cdrom image or isolinux from pxe?
Greetings, I've been a user and fan of SYSLINUX for a couple of years now. I use PXELINUX for a PXE server. I've only been able to boot linux kernel/initrd images and dos bootdisks, however now I'm wanting to create a boot image for the 'Rescue Is Possible' (RIP) linux recovery disk - http://www.tux.org/pub/people/kent-robotti/looplinux/rip/ Previous versions came with a
2010 Sep 09
2
Invalid or corrupt kernel image
Hi, I am trying to setup my own PXE boot server. I tried several PXE bootable Linux-Distributions. For example if I use the ubuntu netboot image from [1] it works quit well but there are a few other images they do not work in my case e.g.: RIPLinuX [2]. A friend tested this image on his PXE boot server with success. I also checked the download with md5sum. In my case I can see the boot menu [3].
2008 Oct 24
2
Failure to boot isohybrid image from USB stick
Hi, i did not succeed to get my test computer (Asus A7V8X-X of 2004) to boot from an isohybrid image. I tried http://www.tux.org/pub/people/kent-robotti/looplinux/rip/RIPLinux-7.0-non-X.iso which is obviously isohybrid enabled. The system has a "Promise Ultra 133 TX2" IDE controller which supercedes the mainboard BIOS. To make the system react on the USB stick i set boot option
2004 Jan 16
6
Comboot Menu
Since lot of people want this thing, I will try to take a stab at it. For now, I will hard code the menu in the code, and then somebody else can remove that restriction. May be we can add some kind of keyword to the config file which syslinux ignores and the comboot menu does something with it. I have one question about comboot: If I write a DOS program using C (compiled using watcom -3 -mt -osx
2015 Nov 13
4
[PATCH 1/4] extlinux: simplification
Merge installation of ldlinux.c32 from ext2_fat_install_file, btrfs_install_file and xfs_install_file into one function ext_install_ldlinux_c32 Signed-off-by: Nicolas Cornu <nicolac76 at yahoo.fr> --- extlinux/main.c | 106 +++++++++++++++++++++----------------------------------- 1 file changed, 40 insertions(+), 66 deletions(-) diff --git a/extlinux/main.c b/extlinux/main.c index
2017 Jul 12
0
[PATCH v12 5/8] virtio-balloon: VIRTIO_BALLOON_F_SG
Add a new feature, VIRTIO_BALLOON_F_SG, which enables to transfer a chunk of ballooned (i.e. inflated/deflated) pages using scatter-gather lists to the host. The implementation of the previous virtio-balloon is not very efficient, because the balloon pages are transferred to the host one by one. Here is the breakdown of the time in percentage spent on each step of the balloon inflating process
2007 May 17
1
[PATCH] ocfs: use list_for_each_entry where benefical
Signed-off-by: Christoph Hellwig <hch@lst.de> Index: linux-2.6/fs/ocfs2/cluster/tcp.c =================================================================== --- linux-2.6.orig/fs/ocfs2/cluster/tcp.c 2007-05-06 13:51:17.000000000 +0200 +++ linux-2.6/fs/ocfs2/cluster/tcp.c 2007-05-17 15:00:14.000000000 +0200 @@ -261,14 +261,12 @@ out: static void o2net_complete_nodes_nsw(struct o2net_node
2009 Jul 08
1
scary fill_share_mode_lock failed message
I'm still working on figuring out why some accesses to profile data are failing. We are running 3.3.2-0.33.fc11 (the latest release for FC11). I saw this in the log file stat_cache_lookup: lookup succeeded for name [USER/STARTMENU] -> [user/StartMenu] [2009/07/08 17:39:59, 3] locking/locking.c:fetch_share_mode_unlocked(857) fill_share_mode_lock failed I saw Volker had a fix
2008 Jun 07
0
add|delete user / group / machine ... scripts, is the "API" somewhere documented?
Hi folks, are there any more detailed docs about those scripts? I have some annoying issues there and I can't find anything about that in the docs. If using usrmgr.exe is it possible to tweak the "add user script" that the full name of a user is stored too, like if I add the user manually with adduser (debian) or useradd -c "Full Name" -m username on (most?) other
2015 Sep 07
0
Windows 10 with Samba PDC and Roaming profiles
Hello, I'm using an openSUSE server with Samba Version 4.1.18-3.33.2-3407 and Windows 7 Professional clients for years without problems. Now I have 5 PC with a freshly installed Windows 10 Professional on it. On the Windows 10 machines I only changed the two registry keys[1] and set up the switch "max protocol = nt1" in "/etc/samba/smb.conf" on the server side. I could
2016 Jul 27
0
Win10 to Samba as NT- PDC needs 3 settings
Hello Claus, I have an openSUSE with Samba 4.4.4-3.1-3676 as PDC. There is no AD running. We use roaming profiles. I upgraded 11 Machines to Windows 10 having lot's of trouble with the Startmenu and the Win10-Apps. I can confirm the logon-script isn't executed since the Windows-Upgrade. Nobody - even Microsoft - could ever answer my questions to have a working startmenu with Windows 10.
2005 Apr 21
1
Windows XP fails to load Desktop Profile on Samba 3 PDC
Hello, I'm currently trying to implement samba 3.0.14a as PDC in our office. I've allready managed to join the first trial workstations to the Domain. Now I have the following problem: I've created an Administrator-account for joining the machines and doing maintenance work. This account seems to have no problem to store its personal settings (Desktop, startmenu) on the PDC.
2011 Jan 20
1
[PATCH] change acquire/release_console_sem() to console_lock/unlock()
the -rt patches change the console_semaphore to console_mutex. so a quite large chunk of the patches changes all acquire/release_console_sem() to acquire/release_console_mutex() this commit makes things use more neutral function names which dont make implications about the underlying lock. the only real change is the return value of console_trylock which is inverted from