Displaying 20 results from an estimated 20000 matches similar to: "Reading data from the console"
2010 Mar 29
18
please decrypt your manuals
I. most of ssh manual and all sshd manual present server and client as one machine, called host. All files mentioned are placed on one machine. This is incorrect, and makes the explanation unclear. For example, man sshd SSH_KNOWN_HOSTS FILE FORMAT suggests to copy keys from /etc/ssh/ssh_host_key.pub into /etc/ssh/ssh_known_hosts, as if those files are on the same machine.
II. a general
2004 Aug 16
0
openssh for windows - bug ?
Good morning,
I would like to send you a bug with openssh for windows - versions
OpenSSH_3.7.1p1, SSH protocols 1.5/2.0, OpenSSL 0.9.7b 10 Apr 2003
OpenSSH_3.8.1p1, OPENSSL 0.9.7.d 17 Mar 2004
When I try to execute a remote command via ssh from unix machine to windows machine with openssh installed, the return code of ssh is always 0 even if remote command fails.
Example :
ssh initiated
2004 Dec 27
2
list(0) to integer
Hello
I've another question :-)
I would like to transform a list to a integer.
I must be sure that the number entered by the user is
an integer! Thus, I've made :
repeat{
cat("Effectif des populations (integer):")
n<-scan("",n=1,what=list(0),quiet=TRUE)
if (is.integer(n[[1]])==TRUE) break
print("L'effectif des population doit etre un
entier")
2019 Jan 31
2
[RFC] Late (OpenMP) GPU code "SPMD-zation"
<font size=2 face="sans-serif">Hi Johannes,</font><br><br><font size=2 face="sans-serif">Thank you for the explanation.</font><br><br><font size=2 face="sans-serif">I think we need to clarify some details
about code generation in Clang today:</font><br><br><font size=2
2015 Oct 15
4
CentOS7 - Serial Console and Flow Control
Mike - st257 wrote:
> Hello List,
>
> I'm ironing out details to upgrade a few systems to CentOS7.
>
> My servers have BMC with Serial over LAN support. In C5 and C6, I
determined how to have BIOS/POST, kernel, and serial console access. I'm
reading up on the method to accomplish the pieces with C7.
>
> Presently SoL output works, so I see BIOS/POST messages and the
2015 Oct 16
1
CentOS7 - Serial Console and Flow Control
Mike - st257 wrote:
> On Thu, Oct 15, 2015 at 5:50 PM, <m.roth at 5-cent.us> wrote:
>> Mike - st257 wrote:
<snip>
>> > My servers have BMC with Serial over LAN support. In C5 and C6, I
>> determined how to have BIOS/POST, kernel, and serial console access. I'm
>> reading up on the method to accomplish the pieces with C7.
>> >
>> >
2017 May 17
4
What is the purpose setting console=hvc0 in the dom0 grub config?
On Wed, May 17, 2017 at 2:39 AM, George Dunlap <dunlapg at umich.edu> wrote:
> On Wed, May 17, 2017 at 4:26 AM, Jerry <jerryubi at gmail.com> wrote:
> > I always disable "rhgb quiet" on a fresh install because I don't like
> boot
> > messages being hidden from me, and now this other thing does it. I like
> > details, I need the details, don't
2017 May 17
6
What is the purpose setting console=hvc0 in the dom0 grub config?
Howdy,
I recently went through a frustrating experience trying to get Xen 4
running on a CentOS 7 system. After a fresh install, fully updating the
system, rebooting, then trying to install Xen4CentOS it would fail to boot
into the 4.9 kernel, sitting there with a blinking cursor indefinitely.
I thought it was a failure with grub, but it turns out this was set in the
grub config:
2007 Nov 30
6
Why ''xm console'' not works sometimes?
Hello,
I''m using Red Hat AS 5 with Xen 3.0, and sometimes ''xm console'' does not
work, the most of times when I''m trying to connect one full-virt machine
with different arch from server, for example:
[root@xen-5 ~]# xm list
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 1933 8
2010 Aug 17
2
HMisc/rms package questions
1) How does one capture the plots from the plsmo procedure? Simply
inserting a routing call to a graphical device (such as jpeg, png, etc)
and then running the plsmo procedure (and then dev.off()) does not route
the output to the file system. 1b) Related to above, has anyone thought
of revising the plsmo procedure to use ggplot? I'd like to capture
several such graphs into a faceted
2016 Jul 19
6
[Bug 2599] New: Overly verbose partial authentication
https://bugzilla.mindrot.org/show_bug.cgi?id=2599
Bug ID: 2599
Summary: Overly verbose partial authentication
Product: Portable OpenSSH
Version: 7.2p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee: unassigned-bugs at
2010 Aug 14
1
High Resolution Console
Hello all,
How can i get High Resolution Console? I try
UI vesamenu.c32
LABEL AlDimnaOS
KERNEL /vmlinux-2.6.34-AlDimnaOS-0.0.0.1
APPEND rw root=/dev/sdb1 ro quiet vga=773
in grub, resolution is passes from grub to the Console. and i am
thinking the same with extlinux ?
--
Sincerely,
2015 Oct 15
3
CentOS7 - Serial Console and Flow Control
Hello List,
I'm ironing out details to upgrade a few systems to CentOS7.
My servers have BMC with Serial over LAN support. In C5 and C6, I
determined how to have BIOS/POST, kernel, and serial console access. I'm
reading up on the method to accomplish the pieces with C7.
Presently SoL output works, so I see BIOS/POST messages and the GRUB boot
list.
My changes to enable serial
2013 Feb 13
4
[PATCH 0/3] FLASK policy build rework
These patches update the example FLASK policy shipped with Xen and
enable its build if the required tools are present. The third patch
requires rerunning autoconf to update tools/configure.
[PATCH 1/3] flask/policy: sort dom0 accesses
[PATCH 2/3] flask/policy: rework policy build system
[PATCH 3/3] tools/flask: add FLASK policy to build
2017 May 17
1
What is the purpose setting console=hvc0 in the dom0 grub config?
> This is what's defined in /etc/default/grub following the install of the
> Xen:
>
> GRUB_CMDLINE_XEN_DEFAULT="dom0_mem=1024M,max:1024M cpuinfo com1=115200,8n1
> console=com1,tty loglvl=all guest_loglvl=all"
> GRUB_CMDLINE_LINUX_XEN_REPLACE_DEFAULT="console=hvc0 earlyprintk=xen
> nomodeset"
>
> I didn't set these myself, this is what the
2012 Jan 27
1
CentOS 6.2 XEN 4.1.2 Serial console
Hey,
I''m more a reader than a poster on this list but Recently I installed
CentOS 6.2 with myoung XEN Dom0 kernel and 4.1.2 hypervisor, at first
everything went smooth, DomUs run like a charm and so on, but my serial
console is gone for good tried dmesg | grep tty which spits out:
uname -r
2.6.32-131.21.1.el6.xendom0.x86_64
dmesg | grep tty
console [tty0] enabled
Weirdest thing when
2016 Oct 19
3
[PATCH 0/2] builder: Add test that a serial console is set up for guest templates we supply.
The first of two sets of patches.
This checks that the templates we supply have the serial console
enabled, or in two cases, that the serial console can be enabled by
fiddling with some grub config.
The second set of patches (to follow) will test that the --password
and --root-password options work. This implementation of this is
quite complex.
Rich.
2002 May 03
3
Regression models for ordinal responses ??
Hello list,
Is there any mean to fit models for ordinal response other than multinomial
polytomous ("multinom" from nnet ) and cumulative logit ("polr" from MASS)?
I am particularly interested in continuation-ratio model and
adjacent-category logit model. It is for the sake of epidemiology in
wild-living populations!
Many thanks,
Emmanuelle Fromont
2007 Dec 17
1
Xen console hangs
Hello,
I''m running XEN 3.0.3 on RHEL5 2.6.18-53.1.4.el5xen. I used to start the
vm with "xm create myvm -c". I see the boot during a couple of second,
then, it freeze.
The console is freezed, not the vm, a couple of second later, I can ssh
the vm without any problem.
"xm console myvm" also display a freezed state. This is an extrat of the
console :
# xm
2011 Nov 20
2
serial console oddities with CentOS Linux release 6.0 (Final)
It seems as if /etc/inittab has undergone some changes. That doesn't seem
to be related to my issues however. I am able to setup the grub.conf (
menu.lst if you like ) to use the serial console ttyS0 at 9600 baud and
the usual bits.
However I can not actually see the GRUB menu at boot time. I see nothing
until the server begins to boot and then I can see everything. However the
grub menu is