search for: 033

Displaying 20 results from an estimated 224 matches for "033".

Did you mean: 03
2004 Sep 08
1
escape char clutter makes prompt unreadable
...splay; Im buried in escape codes. Ive captured some of it to a typescript file: it starts out kosher, but goes unreadable rather quickly, 0005520 \r T F T P . 0005540 / \b \r 0005560 * 0005660 \r \r 0005700 * 0006000 \r 033 [ G 3 ; 0 1 H 033 [ G 3 0006020 ; 9 7 H 033 [ s P 033 [ u 033 [ G 3 ; 0006040 0 1 H 033 [ s X 033 [ u 033 [ G 3 ; 0 0006060 1 H 033 [ s E 033 [ u 033 [ G 3 ; 0 1 0006100 H 033 [ s L 033 [ u...
2020 May 11
0
Asterisk 13.22.0 unstable on Azure Centos 7 & cannot encode .gsm files
...ly. The physical box encodes to .gsm for recordings. The virtual Centos 7 box keeps crashing with the same dialplan, at around 100 callers (200+- channels). Symptoms are that these will appear in the CLI on the virtual Asterisk instance: May 11 11:54:32 asterisk: [May 11 11:54:32] #033[1;31mWARNING#033[0m[8830][C-00000d02]: #033[1;37mtaskprocessor.c#033[0m:#033[1;37m895#033[0m #033[1;37mtaskprocessor_push#033[0m: The 'subp:ast_channel_topic_all-0000064d' task processor queue reached 500 scheduled tasks again. May 11 11:54:32 asterisk: [May 11 11:54:32] #033[1;31mWARNING#...
2019 Apr 04
2
RAID1 boot issue
Right, that's my problem. a drive is unplugged... while the system is not running mdadm will not reassemble the array on boot. Red Hat Bugzilla ? Bug 1451660 Write that Fixed In Version:dracut-033-546.el7 I have drucat version 033-554.el7 and this bag don't fixed! >I believe you are hitting this bug: > > ? https://bugzilla.redhat.com/show_bug.cgi?id=1451660 > >That is, if a drive is unplugged while the system is not running, mdadm will not reassemble the array on boot....
2017 Feb 07
2
buggy ANSI escape sequences in R prompt
When R is run interactively in a terminal which supports colors, it is possible to use ANSI escape sequences in order to put colors in the prompt, such as options(prompt = "\033[0;31mThis is red\033[0m> ") Unfortunately, something goes wrong because for long command lines, the line continuation override the prompt instead of being written in the next line. The problem gets worse when using several colors, because somehow each escape sequence "takes up some sp...
2017 May 27
0
Centos7: util-linux-2.23.2-33.el7.x86_64 was supposed to be removed but is not!
...db | 5.6 MB 00:00:02 Determining fastest mirrors * base: mirror.kinamo.be * epel: fr.mirror.babylon.network * extras: mirror.kinamo.be * nux-dextop: mirror.li.nux.ro * updates: mirror.kinamo.be Oplossen van afhankelijkheden --> Transactiecontrole uitvoeren ---> Pakket dracut.x86_64 0:033-463.el7 wordt bijgewerkt ---> Pakket dracut.x86_64 0:033-463.el7_3.1 wordt een update ---> Pakket dracut-config-rescue.x86_64 0:033-463.el7 wordt bijgewerkt ---> Pakket dracut-config-rescue.x86_64 0:033-463.el7_3.1 wordt een update ---> Pakket util-linux.x86_64 0:2.23.2-33.el7 wordt...
2011 Mar 16
0
[GIT PULL] elflink changes
...; + int i = 0; + char buf[MAX_CMDLINE_LEN]; + const char *p = NULL; + struct cli_command *last_found; + struct cli_command *last_good = NULL; + + last_found = list_entry(cli_history_head.next, typeof(*last_found), list); + + memset(buf, 0, MAX_CMDLINE_LEN); + + printf("\033[1G\033[1;36m(reverse-i-search)`': \033[0m"); + while (1) { + key = mygetkey(0); + + if (key == KEY_CTRL('C')) { + return NULL; + } else if (key == KEY_CTRL('R')) { + if (i == 0) + continue; /* User typed nothing yet */ + /* User typed 'CTRL-R'...
2010 Oct 03
3
[PATCH 0/3] elflink: Another small fixes on CLI
Hi, This is a another small set of fixes about CLI on elflink branch. Liu Aleaxander (3): elflink: use 'input' as the prompt of the CLI elflink: Add ctrl-R key bind support elflink: handle the NULL return of edit_cmdline core/elflink/cli.c | 88 +++++++++++++++++++++++++++++++++++++++++--- core/elflink/load_env32.c | 4 ++- 2 files changed, 85 insertions(+), 7
2011 Feb 17
5
[PATCH 0/4] Reduce core size
From: Matt Fleming <matt.fleming at linux.intel.com> These patches are based on the elflink branch. This set of patches is my attempt at moving the command-line interface functionality out of the core and into an ELF module to reduce the size of the core. The most interesting patch is [PATCH 4/4] which moves the cli code out of core/elflink and into com32/elflink/modules. [PATCH 4/4] is
2004 Dec 20
2
Japanese Search
Hello, I'm trying to debug search command with Japanese 'ISO-2022-JP' codec. ISO-2022-JP codec needs to keep character cases until convert to UTF-8. For example: * '\033[$B%s\033[(B' means a character sounds 'N' * '\033[$B%S\033[(B' means a character sounds 'Bi' It causes a trouble in searches with Japanese. I found imap/imap-search.c/add_new() makes strings uppercase and fixed. But search results didn't affected.. ;-) I hope I...
2009 Mar 16
1
menu.c32: CPU Fault on console 0
...10400 I Blade Server Powered Down E Internal Error CPU 2 Fault I Power unit power off event received By resetting this and that, it's possible to recover from here. Before the processor halts, menu.c32 manages to output the top left corner to the serial port: $ od -c topleft.ctrl 0000000 033 [ 0 m 033 [ 2 0 h 033 e 033 % @ 033 ) 0000020 0 033 ( B 033 [ 0 ; 3 7 ; 4 0 m 033 [ 0000040 ? 2 5 l 033 [ 2 J 033 [ 1 ; 1 1 H 033 0000060 [ 0 ; 3 0 ; 4 4 m 016 l 0000073 This happens with PXELINUX 3.74 pr...
2017 Feb 07
0
buggy ANSI escape sequences in R prompt
...bor On Tue, Feb 7, 2017 at 8:59 AM, Hugo Raguet <hugo.raguet at centraliens.net> wrote: > When R is run interactively in a terminal which supports colors, it is > possible to use ANSI escape sequences in order to put colors in the prompt, > such as > > options(prompt = "\033[0;31mThis is red\033[0m> ") > > Unfortunately, something goes wrong because for long command lines, the > line continuation override the prompt instead of being written in the next > line. The problem gets worse when using several colors, because somehow > each escape sequenc...
2008 Dec 10
1
reference for console printing
Hi there, Can someone suggest a good reference or documentation for the syntax used for printing to the console in comboot programs? I have found a few examples but they don't go into much detail. Thanks for the help. Example: void clear_screen { fputs("\033e\033%@\033)0\033(B\1#0\033[?25l\033[2J", stdout); }
2006 Jul 06
1
ASCII colors in MOTD
...So apparently this is to be blamed. Can anybody at least confirm this, or should I directly file a bug? For example you can see my MOTD by: rsync -v rsync://rsync.tar.bz/gentoo-portage/NO_SUCH_FILE It used to be a sleeping magenta cat on green grass... Now the escape is escaped and becomes: \#033[35m |\ _.,,---,._ \#033[33m/ \ \#033[35mZZzz. /,`.-'`' -. ;-;;,_ \#033[33m\ Kanagawa, Japan / \#033[35m |,4- ) )-,_. ,\ ( `'-' \#033[33m \ / \#033[35m '---''(u/--' `-'\_) \#033[33m \__________...
1999 Apr 24
3
HP Deskjet 1000c
Howdy all - I have Samba 2.0.3 running like a champ on a dual PPro 200, 128 MB RAM, running Slackware 3.6, kernel 2.2.5. Running like a champ as far as file sharing is concerned, that is. I have an HP Deskjet 1000c hanging off the parallel port. I set up a raw printer in /etc/printcap, the line looks like this: dj1000|DeskJet 1000c:sh:lp=/dev/lp0:sd=/var/spool/lpd/dj1000 the printing section
2015 Apr 01
0
CEEA-2015:0731 CentOS 7 dracut Enhancement Update
...hancement Advisory 2015:0731 Upstream details at : https://rhn.redhat.com/errata/RHEA-2015-0731.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 1fafb4a40bcd63aa6af3229db2bd48db68c0c4a898b3744832010662da8b250a dracut-033-241.el7_1.1.x86_64.rpm 83e572da2f986e8f7abdfb8d44910086fb8569d99c4505eead7dec46374944ce dracut-caps-033-241.el7_1.1.x86_64.rpm e664a83ce8d162e58c487b778220e655bce07f1c67045e324d999fb85dab9fb6 dracut-config-generic-033-241.el7_1.1.x86_64.rpm 35fae0a433dec62da4f5f626fe1220675982366bf27fb018b84d58f7...
2015 Jun 24
0
CEEA-2015:1156 CentOS 7 dracut Enhancement Update
...hancement Advisory 2015:1156 Upstream details at : https://rhn.redhat.com/errata/RHEA-2015-1156.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: f46728d215e75f752b240468f1608f25742b83cd5322f9caa9d0fdf1be52e0b4 dracut-033-241.el7_1.3.x86_64.rpm ecfbfcb0f50027f1e0856a0e54dd85d897c5367a05f250cd234fd40eea1f6eb7 dracut-caps-033-241.el7_1.3.x86_64.rpm 938f34c5f591ebfc810968d25f2830aee3fe45e2e585734c34db35e4241eed98 dracut-config-generic-033-241.el7_1.3.x86_64.rpm 63ef5cbd0661f6fb86bb2333bc13c8ecb50b300d21349828f53f4ae1...
2015 Aug 06
0
CEBA-2015:1530 CentOS 7 dracut BugFix Update
...nd Bugfix Advisory 2015:1530 Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-1530.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 8753e5e7ce19f2df8aad3fa53069e91331531794403a3ceec9b9070154eb8a27 dracut-033-241.el7_1.5.x86_64.rpm 9140c7f19ed3c6391ee88aba25900ab00762a1e3183699912c85d9bef3f25cda dracut-caps-033-241.el7_1.5.x86_64.rpm eaba45bcb49c1de1dde0d761e1197e53c2e31b33a08c42aa5a6b010619451cd2 dracut-config-generic-033-241.el7_1.5.x86_64.rpm abf7bb406523443f1b21a7bd3a8a196b6afdcb4d4cb3c65ab1be6acb...
2016 Jun 23
0
CEBA-2016:1252 CentOS 7 dracut BugFix Update
...nd Bugfix Advisory 2016:1252 Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-1252.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: ec39e05deac3d838aeb4f3902cfc0555c4b5370975ca6c8f516e3eb623a3959f dracut-033-360.el7_2.1.x86_64.rpm f84e8a0cb168920c85dbb2c8856388ade6d7d17a39c781330f288eb32254bd8a dracut-caps-033-360.el7_2.1.x86_64.rpm 413fac9ac963f60d2ba06366994bb6ee9d522764c6adec91163424b5207b305c dracut-config-generic-033-360.el7_2.1.x86_64.rpm 53b51ba1c10a6d6fcaa599afba3da462e5b40291b1887ddac531fd06...
2017 May 26
0
CEBA-2017:1314 CentOS 7 dracut BugFix Update
...nd Bugfix Advisory 2017:1314 Upstream details at : https://rhn.redhat.com/errata/RHBA-2017-1314.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: e63e78325a57117c77d29cbf43f7226a4bc952bb098fe0801f17fdb20a075909 dracut-033-463.el7_3.1.x86_64.rpm 2118622655736b8cdc8c39543326d19ce5d38e88d144440eee8c555435f9edb3 dracut-caps-033-463.el7_3.1.x86_64.rpm 17d5fe801b356c22e965066b572dcc88d800a8af763293d34a0ba688ed06a6c4 dracut-config-generic-033-463.el7_3.1.x86_64.rpm c20d382e628b064b0406995c25b9fa0944f6e33b734da3fa6af24057...
2017 Jun 29
0
CEBA-2017:1613 CentOS 7 dracut BugFix Update
...nd Bugfix Advisory 2017:1613 Upstream details at : https://rhn.redhat.com/errata/RHBA-2017-1613.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: f5f6a4801c7f6e49c9708e6037e5c26d7858921e4986ea42e5acf3b37731e914 dracut-033-463.el7_3.2.x86_64.rpm 8af466ab64d675b516bd701a71b66544937aeaf7a16ac21c3f71d311a89ce3f0 dracut-caps-033-463.el7_3.2.x86_64.rpm ca3fc342e66d24b9bbc4ef3bc7ce69e46590da09b2993d1a023ff821e28a3013 dracut-config-generic-033-463.el7_3.2.x86_64.rpm 6d84eebd4ff92f7546107add5076208d5b04fe02bfdbfab76a2c7b0c...