search for: 80x24

Displaying 20 results from an estimated 110 matches for "80x24".

Did you mean: 0x24
2014 Oct 23
2
Centos 7 - How To set text console resolution to 80x24
Like subject say ... hot to configure the resolution of text console to standard 80x24 ? Many Thanks -- Dario Lesca (inviato dal mio Linux Fedora 20 con Gnome 3.10.4)
2016 Aug 06
2
debian (1.2.22-3~bpo8+1) package build failure
...nstall -c bin/.libs/xapian-inspect /tmp/xapian-core- 1.2.22/debian/tmp/usr/bin/xapian-inspect libtool: warning: 'libxapian.la' has not been installed in '/usr/lib' Not sure what's wrong, yet... I'm wondering of anybody else has seen this. Full log available at: https://80x24.org/spew/20160806024934.10039-1-e at 80x24.org/ (HTML) or as gzipped mboxrd https://80x24.org/spew/20160806024934.10039-1-e at 80x24.org/t.mbox.gz
2015 Aug 31
3
COLUMNS and LINES environment variables
...ing nethack, I've been building a client that would log in to nethack at alt.org and using a pipe to get the login data from pwsafe directly onto the server. All of this works brilliantly after playing with some stty magic (full script in [0]), however, this way the terminal size is burned into 80x24, which is way smaller than my graphical terminal. Anyway, I proceeded grepping some of the openssh source code and wrote this patch [1], which I have locally tested with great success. cheers! mar77i [0] https://gist.github.com/mar77i/15040d227ec9f7311f25 [1] https://gist.github.com/mar77i/673b0...
2014 Oct 01
2
VNCServer Startup Config
...nome/bin export PATH fi ;; esac fi if [ -x /etc/X11/xinit/xinitrc ]; then exec /etc/X11/xinit/xinitrc fi if [ -f /etc/X11/xinit/xinitrc ]; then exec sh /etc/X11/xinit/xinitrc fi [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources xsetroot -solid grey xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & twm & any thoughts? TIA -- Igal Sapir Railo Core Developer http://getRailo.org/
2020 Aug 25
2
MultiDatabase shard count limitations
...it was held for approval for having > a large attachment. Oops, I forgot to take into account base64 encoding overhead and thought it would fit (but maybe gzipping hit another filter) For the sake of archival, that old report is downloadable via spew (a random dumping ground of mine): https://80x24.org/spew/20200825215246.GA9961 at dcvr/2-perf-report-g.txt.gz > That's kind of what I was after, in that it seems to be trying to show > time spent in "Children", but it doesn't seem to do that completely so > I'm not sure how to interpret it. I'd expect the par...
2016 Aug 07
2
debian (1.2.22-3~bpo8+1) package build failure
On Sat, Aug 06, 2016 at 03:43:48AM +0000, Eric Wong wrote: > Eric Wong <e at 80x24.org> wrote: > > I'm trying to test a trivial patch to set FD_CLOEXEC on the > > flintlock lockfd when using F_OFD_SETLK > > Fwiw, this is the patch I was originally going to test. > (but now I see maybe my F_SETFD might only need to be > called on F_OFD_SETLK succes...
2013 Oct 25
2
[PATCH] support SO_REUSEPORT on new listeners (:reuseport)
This allows users to start an independent instance of unicorn on a the same port as a running unicorn (as long as both instances use :reuseport). ref: https://lwn.net/Articles/542629/ --- lib/unicorn/configurator.rb | 19 +++++++++++++++++++ lib/unicorn/socket_helper.rb | 30 ++++++++++++++++++++++-------- test/unit/test_socket_helper.rb | 8 ++++++++ 3 files changed, 49 insertions(+), 8
2009 Apr 15
2
The maximum number of rows in a com32 menu
...9;t reach more than 24 rows whereas my screen is 25. set_windows_size() relies on getnumrows() to define the maximum number of possible rows. But regarding to getnumrows() code, it sounds to report "// Actually numrows - 1". On my screen which is 80x25, getnumcols x getrowcols reports 80x24. The set_windows_size() is so refusing to set the screen up to 80x25. Is it a desired behavior or can we fix the menuing system by replacing getnumrows() calls by getnumrows()+1 ? Erwan,
2008 Jun 27
1
VNC vs GNOME desktop
...sh # Uncomment the following two lines for normal desktop: unset SESSION_MANAGER exec /etc/X11/xinit/xinitrc [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources xsetroot -solid grey vncconfig -iconic & xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & twm & -- ---- Fred Smith -- fredex at fcshome.stoneham.ma.us ----------------------------- The Lord is like a strong tower. Those who do what is right can run to him for safety. --------------------...
2018 Jul 19
1
choosing between probabilistic and boolean prefixes for terms
...be a superset of what boolean searching offered. Unfortunately, it doesn't seem to be the case because stemming is interfering. So switching to boolean filtering seems to work; and it is fine for mechanical searches I plan on doing: https://public-inbox.org/meta/20180716040734.30104-1-e at 80x24.org/ Now I wonder, is there a way to get the best-of-both-worlds so a human can still use wildcards? public-inbox also allows searches on pathnames, and maybe that should use boolean filtering, too... My setup for the query parser isn't anything special: our $LANG = 'english'; sub s...
2016 Jun 02
2
vnc on C7
...l desktop: # unset SESSION_MANAGER unset DBUS_SESSION_BUS_ADDRESS # exec /etc/X11/xinit/xinitrc [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup [ -r HOME/.Xresources ] && xrdb HOME/.Xresources xsetroot -solid grey vncconfig -iconic & x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & mate-session &
2016 Jun 02
5
vnc on C7
I am trying to get a remote screen on C7. I did the following on C7 server: yum install tigervnc-server cp /lib/systemd/system/vncserver at .service /etc/systemd/system/vncserver@:1.service systemctl daemon-reload edit /etc/systemd/system/vncserver@:1.service and replace <USER> with myuser su - myuser run
2010 Dec 09
1
how to run a command on a specific vnc display
...t SESSION_MANAGER 5 exec /etc/X11/xinit/xinitrc 6 while true ;do sh /opt/scripts/rc; done & 7 [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup 8 [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources 9 xsetroot -solid grey 10 vncconfig -iconic & 11 xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & 12 twm & ]# more /opt/scripts/rc java -jar /opt/selenium/selenium-server.jar > /opt/selenium/Logs/logs.txt Though that isn't working either, and still the firefox profile doesnt know where to start. this is the error : PHPUnit...
2014 Jan 23
3
Re: Errors Running on Ubuntu 13.10
...y root=/dev/sdb selinux=0 >> guestfs_verbose=1 TERM=xterm'\x1b[1;256r\x1b[256;256H\x1b[6n >> Google, Inc. >> Serial Graphics Adapter 06/09/13 >> SGABIOS $Id: sgabios.S 8 2010-04-22 00:03:40Z nlaredo $ (buildd@allspice) >> Sun Jun 9 17:23:53 UTC 2013 >> Term: 80x24 >> 4 0 >> SeaBIOS (version 1.7.3-20130708_231806-aatxe) >> Booting from ROM... >> \x1b[2J[ 0.000000] Initializing cgroup subsys cpuset >> libguestfs: error: appliance closed the connection unexpectedly, see >> earlier error messages >> libguestfs: child_...
2020 Aug 24
2
MultiDatabase shard count limitations
Olly Betts <olly at survex.com> wrote: > The report you show seems to be just the time take by each function > directly rather than including functions it calls. It looks like a lot > of the time is spent in cursor movement, as totalling up things that > seem like they'd be due to that I quickly get to 40+% but it's hard > to tell if that's about the actual total
2014 Jul 31
2
Re: hang after seabios
...guestfs_verbose=1 TERM=xterm edd=off' > \x1b[1;256r\x1b[256;256H\x1b[6n > Google, Inc. > Serial Graphics Adapter 10/14/11 > SGABIOS $Id: sgabios.S 8 2010-04-22 00:03:40Z nlaredo $ (mockbuild@ > ca-build44.us.oracle.com) Fri Oct 14 20:04:36 UTC 2011 > Term: 80x24 > 4 0 > SeaBIOS (version seabios-0.6.1.2-28.el6) > \x1b[2J > > At this point it hangs forever. These hangs can be tricky to diagnose. There are a couple of things you can do however: (1) strace qemu to find out what it is doing, or: (2) [harder, but much more informativ...
2014 Jan 23
2
Errors Running on Ubuntu 13.10
...imer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=xterm'\x1b[1;256r\x1b[256;256H\x1b[6n Google, Inc. Serial Graphics Adapter 06/09/13 SGABIOS $Id: sgabios.S 8 2010-04-22 00:03:40Z nlaredo $ (buildd@allspice) Sun Jun 9 17:23:53 UTC 2013 Term: 80x24 4 0 SeaBIOS (version 1.7.3-20130708_231806-aatxe) Booting from ROM... \x1b[2J[ 0.000000] Initializing cgroup subsys cpuset libguestfs: error: appliance closed the connection unexpectedly, see earlier error messages libguestfs: child_cleanup: 0x19a9580: child process died libguestfs: sending SIGT...
2020 Aug 27
1
Unknown libguestfs failure / race
.... 2020-08-27 08:48:40 T libguestfs - 0 - appliance - Serial Graphics Adapter 03/05/17 2020-08-27 08:48:40 T libguestfs - 0 - appliance - SGABIOS $Id: sgabios.S 8 2010-04-22 00:03:40Z nlaredo $ (generic@generic) Sun, 05 Mar 2017 16:09:17 +0100 2020-08-27 08:48:40 T libguestfs - 0 - appliance - Term: 80x24 2020-08-27 08:48:40 T libguestfs - 0 - appliance - 4 0 2020-08-27 08:48:40 T libguestfs - 0 - appliance - ^[[2J 2020-08-27 08:48:40 T libguestfs - 0 - appliance - SeaBIOS (version 1.12.0-1) 2020-08-27 08:48:40 T libguestfs - 0 - appliance - Booting from ROM... 2020-08-27 08:48:40 T libguestfs - 0 -...
2016 Mar 21
0
Re: [PATCH v2 0/7] tests/qemu: Add program for tracing and analyzing boot times.
...fails with: ------------------------------------- [...] Could not open option rom 'linuxboot_dma.bin': No such file or directory \x1b[1;256r\x1b[256;256H\x1b[6n Google, Inc. Serial Graphics Adapter 11/03/11 SGABIOS $Id$ (pbonzini@yakj.usersys.redhat.com) Thu Nov 3 13:33:51 UTC 2011 Term: 80x24 4 0 \x1b[2J SeaBIOS (version rel-1.9.1-0-gb3ef39f-prebuilt.qemu-project.org) Booting from Hard Disk... Boot failed: not a bootable disk ------------------------------------- Rich: What am I missing here? -- /kashyap
2015 Mar 17
2
cant' start vnc server
...nome/bin export PATH fi ;; esac fi if [ -x /etc/X11/xinit/xinitrc ]; then exec /etc/X11/xinit/xinitrc fi if [ -f /etc/X11/xinit/xinitrc ]; then exec sh /etc/X11/xinit/xinitrc fi [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources xsetroot -solid grey xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & #twm & exec gnome-session & But when I go to start it up I am getting this error: [root at potwsld00001 ~]# service vncserver start Starting VNC server: 1:mysql You will require a password to access your desktops. getpassword error:...