search for: textmode

Displaying 20 results from an estimated 58 matches for "textmode".

Did you mean: testmode
2009 Aug 15
5
Incompatibility using pxelinux 3.80 or later and setupldr.exe from windows XP 32 bits
...then how to modify it to reproduce the bug: ========================= I suppose you got -a dhcp server configured to load pxelinux.0 to client computer. -a working tftp server (mine is tftpd-hpa, with a rule to convert backslashes to slashes ans to convert uppercase to lowercase) First, let start textmode setup without pxelinux use cabextract to get startrom.n12 from your windows source (/i386/startrom.n1_). Rename it to pxelinux.0, put it in your tftp root use cabextract to get setupldr.exe from your windows source (/i386/setupldr.ex_). Rename it to ntldr, put it in your tftp root copy from your w...
2004 Sep 28
1
[cygwin] Fwd: Updated: rsync-2.6.2-3
...re goes the announcement of the 2.6.2-3 package for cygwin (available from cygwin's setup itself). If you wonder what "2.6.2-3" means, it's basically the third "cygwin package" that uses rsync-2.6.2 sources. This third attempt solves both the august security fix and the textmode bug that 2.6.2-2 had. follows the original announcement of the cygwin package (only change I removed the cygwin-ML unsubscribe info as it's not peritent here) - -------- Original Message -------- Subject: Updated: rsync-2.6.2-3 Date: Tue, 28 Sep 2004 17:31:14 +0200 From: Lapo Luchini <lapo...
2010 Aug 18
1
White Foreground after vesa exit
Hi, we would like to know if it's possible to change the foreground color after the exit of the graphic mode. At this moment, after selecting the boot option it exits the graphic window and starts loading the kernel in textmode (required). However the textmode foreground color is currently "white". is there any way to set this to black instead? Best regards and thanks for any help! - Martijn
2001 Nov 22
1
[PATCH]: Fix configure.ac to allow linking against PCRE on Cygwin
...S file: /cvs/openssh_cvs/configure.ac,v retrieving revision 1.4 diff -u -p -r1.4 configure.ac --- configure.ac 2001/11/03 19:09:33 1.4 +++ configure.ac 2001/11/22 11:57:34 @@ -65,7 +65,7 @@ case "$host" in AC_DEFINE(DISABLE_LASTLOG) ;; *-*-cygwin*) - LIBS="$LIBS -lregex /usr/lib/textmode.o" + LIBS="$LIBS /usr/lib/textmode.o" AC_DEFINE(HAVE_CYGWIN) AC_DEFINE(USE_PIPES) AC_DEFINE(DISABLE_SHADOW) @@ -367,6 +367,17 @@ if test "x$with_tcp_wrappers" != "xno" ; AC_CHECK_LIB(rpc, innetgr, LIBS="-lrpc -lyp -lrpc $LIBS" , , -lyp -lrpc)...
2001 Apr 02
1
[PATCH]: scp could hang in Cygwin
Hi, attached is a patch which solves the following problem: Sometimes scp could hang in Cygwin when used as remote end using the -t option. This is due to a binmode/textmode problem which could be raised by the login shell which is used by the user and it's setting of textmode on stdin. The patch solves that problem by explicitly setting binmode on stdin. Besides solving the hanging problem, the patch results in a way faster copy process. Corinna Index: scp.c ==...
2009 Dec 28
1
[PATCH] chain.c32: add support for booting the Recovery Console of Windows NT/2K/XP
...to patch "cmdcons\0" into the bootsectorof the partition (8 bytes starting at 0x3 (4th byte)). We can do this patching in memory: strcpy((char *) 0x7c03, "cmdcons"); To boot the recovery console with chain.c32: chain.c32 cmldr=/cmldr - Gert Hulselmans $ diff -u chain.c.textmode chain.c.cmldr --- chain.c.textmode 2009-12-28 21:32:17.658783777 +0100 +++ chain.c.cmldr 2009-12-28 22:23:15.118787984 +0100 @@ -48,6 +48,10 @@ * ntldr=<loader>: * equivalent to -seg 0x2000 -file <loader>, used with WinNT's loaders * + * cmldr=<loader>: + * u...
2002 Feb 20
2
[PATCH] rsync on cygwin - textmode config files
I've been running rsync-2.4.2 with an old patch of mine for some time for backup purposes. Due to the recent remote bug, I thought it was time to upgrade, even if the host was behind a firewall. So I dug up the old patch (2.5.2 version attached), that I think I sent ages ago to this list as well. It does the following: (1) Firstly, the only sensible way to run something as
2007 Mar 01
11
Call for release testing.
Hi All. We are planning on doing one of our regular OpenSSH releases (4.6/4.6p1) some time next week. This is a mostly a bugfix release, but there is one new feature: sshd now allows the enabling and disabling of authentication methods on a per user, group, host and network basis via the Match directive in sshd_config. The bugs fixed are: #52 ssh hangs on exit. #1252 sftp returns 0 when
2018 Sep 27
1
Local access to IMAP mailboxes
What I do is keep my passwords in a file encrypted by GPG and have mutt do: source "gpg -q --textmode -d ~/.neomutt/passwords.gpg |" that way they're not readable except by use of a passworded GPG key. -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106 ?...
2001 May 16
1
[PATCH]: configure.in
...========================= RCS file: /cvs/openssh_cvs/configure.in,v retrieving revision 1.285 diff -u -p -r1.285 configure.in --- configure.in 2001/05/08 20:42:28 1.285 +++ configure.in 2001/05/16 16:22:50 @@ -64,6 +64,7 @@ case "$host" in *-*-cygwin*) LIBS="$LIBS -lregex /usr/lib/textmode.o" AC_DEFINE(HAVE_CYGWIN) + AC_DEFINE(USE_PIPES) AC_DEFINE(DISABLE_SHADOW) AC_DEFINE(IPV4_DEFAULT) AC_DEFINE(IP_TOS_IS_BROKEN) Thanks, Corinna -- Corinna Vinschen Cygwin Developer Red Hat, Inc. mailto:vinschen at redhat.com
2003 Jan 09
1
[PATCH] Cygwin and openssl-0.9.7
...v retrieving revision 1.97 diff -u -p -r1.97 configure.ac --- configure.ac 9 Jan 2003 01:22:59 -0000 1.97 +++ configure.ac 9 Jan 2003 22:12:43 -0000 @@ -84,6 +84,7 @@ case "$host" in AC_DEFINE(LOGIN_NEEDS_UTMPX) ;; *-*-cygwin*) + check_for_libcrypt_later=1 LIBS="$LIBS /usr/lib/textmode.o" AC_DEFINE(HAVE_CYGWIN) AC_DEFINE(USE_PIPES) -- Corinna Vinschen Cygwin Developer Red Hat, Inc. mailto:vinschen at redhat.com
2000 Aug 08
1
[PATCH] Updated patch to Cygwin port of 2.1.1p4
I had to update the Cygwin port for two reasons: - scp could fail because of another textmode/binmode problem. - Privileged ports are not privileged on Windows and there's no coherence between privileged user and uid 0. So I send the complete patch again with the above changes. ChangeLog: ========== - Makefile.in: Changed to support $EXEEXT transparently. Added `cygwin_util.o...
2006 Mar 01
2
domU''s on SLES 10.0b3 crashing dom0
...ot on an Intel server with Xeon HT/VT/EM64T. I also tried SLES 10.0b5 (and b4), but the package-management is not working yet, the installation is not correct (on the first try during the installation only CD1 was installed, on the second try the installation asked for all CDs but continued in textmode), I''m not able to install packages later because yast doesn''t show anything to install, heartbeat didn''t work anylonger (only tried in b4) and the script "/usr/sbin/xenmon.py" is not working anymore (doesn''t show any cpu-load). The good thing with b...
2002 Jun 27
2
cygwin rsync and ascii files
I am ysyncing text files between NT/95/XP machines and Solaris. I noted that the text/ascii files created on the windows platforms contain ^M at the end of each line when transfered to the Solaris system. This can be explained by the binary transmission and can use FTP is ASCII mode to prevent this from happening. It is crutial that we preserve the time stamp, so running dos2unix isn't one
2016 Feb 23
2
Garbled screen after RAM Scrub on boot
Dear George, Thanks for the input and ideas. Unfortunately bootscrub=false dos not work, not does setting nothing for vga, still get the 'Little white squares'! I am asking the xen-users as you suggest Regards, Francis From: "George Dunlap" <dunlapg at umich.edu> To: "Francis Greaves" <francis at choughs.net>, "centos-virt" <centos-virt
2007 Jul 05
6
how to change guest OS kernel version from xen
hello, every one, My guest os''s kernel version is suse10''s kernel-2.6.13.4-xen. Now, I want to change kernel version to kernel-2.6.13.4-smp. what should I do? Need I modify vm machine configue ? thanks a lot. Kathy _________________________________________________________________ 免费下载 MSN Explorer: http://explorer.msn.com/lccn
2008 Sep 03
5
Unable to start Xorg in dom0 (Linux kernel 6.1.18)
Hi, everyone, I installed the Xen3.1.0 based on Fedora8 and enter the Dom0 successfully. The kernel of dom0 is linux-2.6.18-xen0. But the Xorg could not start in the Dom0. When I use the "startx" command to start the X server, the error information is following: ......... (==) Using config file: "etc/X11/xorg.conf" (II) Module already built-in (II) Module already built-in
2002 Mar 12
2
sys/queue.h
...gure.ac 8 Mar 2002 03:50:58 -0000 1.25 +++ configure.ac 12 Mar 2002 02:11:54 -0000 @@ -63,7 +63,6 @@ AC_DEFINE(BROKEN_GETADDRINFO) dnl AIX handles lastlog as part of its login message AC_DEFINE(DISABLE_LASTLOG) - AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H) ;; *-*-cygwin*) LIBS="$LIBS /usr/lib/textmode.o" @@ -123,7 +122,6 @@ check_for_libcrypt_later=1 AC_DEFINE(DONT_TRY_OTHER_AF) AC_DEFINE(PAM_TTY_KLUDGE) - AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H) inet6_default_4in6=yes ;; mips-sony-bsd|mips-sony-newsos4) @@ -175,7 +173,6 @@ CPPFLAGS="$CPPFLAGS -DSUNOS4" AC_CHECK_FUNCS(getp...
2000 Sep 16
15
Snapshot
Quite a few changes here, please test. http://www.mindrot.org/misc/openssh/openssh-SNAP-20000916.tar.gz -d 20000916 - (djm) New SuSE spec from Corinna Vinschen <corinna at vinschen.de> - (djm) Update CygWin support from Corinna Vinschen <vinschen at cygnus.com> - (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage. Patch from Larry Jones <larry.jones at
2002 Oct 17
0
Upgraded to latest cygwin this morning, and ssh refuses to enter binmode. Help! (fwd)
...d5 n: net NTFS 43974Mb 11% CP CS UN PA FC q: net NTFS 71168Mb 79% CP CS UN PA FC cygcheck: dump_sysinfo: GetVolumeInformation() failed: 67 r: net N/A N/A cygcheck: dump_sysinfo: GetVolumeInformation() failed: 67 s: net N/A N/A C:\PalmDev /PalmDev user textmode c:\usr /usr user textmode . /cygdrive user binmode,cygdrive c:/cygwin / system binmode c:\amg /home/agreene system binmode c:/cygwin/bin /usr/bin system binmode c:/cygwin/lib /usr/lib system binmode ....