Displaying 20 results from an estimated 700 matches similar to: "How to give access to /dev/tty"
2013 Apr 03
1
Cannot recv data: Connection reset by peer
Hello,
I'm trying to install and use libvirt 1.0.4 on an Ubuntu 12.04.2. I
compiled libvirt by doing:
$ ./configure --with-selinux=no --with-gnutls
$ make
$ sudo make install
Everything works fine and are installed under /usr/local
Then I started the libvirtd manually and try to start a linux container
that has the following configuration:
$ virsh -c lxc:/// dumpxml lxcvm1
<domain
2013 Jan 16
13
[Bug 59474] New: fedora 18 X server crashes after boot
https://bugs.freedesktop.org/show_bug.cgi?id=59474
Priority: medium
Bug ID: 59474
Assignee: nouveau at lists.freedesktop.org
Summary: fedora 18 X server crashes after boot
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: Solaris
Reporter: dax at enst.fr
2011 Sep 23
1
Rails 3.1.0 how to pass the full url of an image asset ?
I need to reference the full url of an image stored in the assets,
this url is passed to fancy box to open it
I build the image path in helper and it get the path
"ceramics/big/c0d0.jpg" "ceramics/big/c0d2.jpg", ...
but I need to get the full url to these image
asset_path("ceramiques/big/c0d0.jpg") => "/assets/ceramiques/big/
c0d0.jpg"
but there
2009 Feb 12
4
tty login hangs
Hi all,
I have two servers both identical in hardware and I have just done a
clean install of CentOS 5.2 x86_64 on both.
Sometimes (more often than not) when I log in at the physical console
(e.g. tty1, tty2, etc.) I will be logged in and it stops responding even
if the shell is not doing anything.
When this happens I can still switch to another VT with alt+f2 and login
as normal.
I don't
2015 Oct 02
1
hvc - hypervisor virtual console & virsh
Hi Fi,
cmdline: console=hvc0 systemd.wants=getty at hvc0
Connect via virt-manager - View / Text Consoles / Text Console no.:
Fedora 24 (Rawhide)
Kernel 4.3.0-0.rc3.git2.4.fc24.x86_64 on an x86_64 (hvc0)
localhost login: root
Last login: Fri Oct 2 17:28:36 on hvc0
# tty
/dev/hvc0
# systemctl status getty at hvc0.service
? getty at hvc0.service - Getty on hvc0
Loaded: loaded
2010 Jul 27
4
Running WINE on VPS
Hello
Id like to know how to setup up WINE on my VPS step by step?
OS : Ubuntu 10.04 32BIT
sudo apt-get update
sudo apt-get install xorg
sudo apt-get install wine
winecfg - then message pops out - Make sure that your X server is running and that $DISPLAY is set correctly.
lil help plz?
2006 Aug 29
4
/dev/tty*: not a character device after reboot
Hello All
I just recently adopted a server with Gentoo/Xen as domain0 server with several domainUs attached to it. Please forgive my xen-noobness, but I was hoping that someone can help me out.
These images have not been updated in a long time, and I''m trying to get all the domainUs updated with their appropriate services patches, etc. I''m currently working on one Gentoo
2012 May 16
1
lxc: Add /dev/tty to lxcContainerPopulateDevices() ?
Hi,
src/lxc/lxc_container.c:lxcContainerPopulateDevices() has this table
of devices that are automatically created when an lxc container is
started.
const struct {
int maj;
int min;
mode_t mode;
const char *path;
} devs[] = {
{ LXC_DEV_MAJ_MEMORY, LXC_DEV_MIN_NULL, 0666, "/dev/null" },
{ LXC_DEV_MAJ_MEMORY, LXC_DEV_MIN_ZERO, 0666,
2013 Apr 04
3
/dev/tty only on a new container
Hi folks :),
I migrated the host from the Debian Squeeze to Ubuntu 12.10. Old
containers work but I can't use the ssh command, /dev/tty is missing.
On a new container, /dev/tty is here. The libvirt configuration is the
same.
Any ideas?
Thanks.
--
Sebastien Douche <sdouche at gmail.com>
Twitter: @sdouche / G+: +sdouche
2007 Jun 22
2
xenconsole: Could not read tty from store: No such file or directory
Hello everyone:
When i starting a linux domU, i get the error message: "xenconsole: Could not read tty from store: No such file or directory"
#xm create -c /etc/xen/fc6.cfg
Using config file ...
.......
xenconsole: Could not read tty from store: No such file or directory
-----------------
#xm list
Name ID Mem VCPUs State Time(s)
Domain-0 0 251
2003 Oct 09
0
wbinfo -t fails with W2K3 ADS as PDC
Hello all,
I am attempting to set up Squid and have the authentication occur onto a
Windows 2003 ADS server (enterprise edition- if it matters), hostname
W2003. I have followed instructions listed at:
http://itmanagers.net/Documents/File/walkthroughs/~Linux@Squid/Squid+and+Samba+3+-+Walkthrough.html
and have spent numerous hours(+15) attempting this.
However, I can't seem to get past the
2008 Dec 24
6
Bug when using /dev/cciss/c0d2 as mdt/ost
I am trying to build lustre-1.6.6 against the pre-patched kernel downloaded
from SUN.
But as written in Operations manual, it creates rpms for
2.6.18-92.1.10.el5_lustrecustom. Is there a way to ask it not to append
custom as extraversion.
Running kernel is 2.6.18-92.1.10.el5_lustre.1.6.6smp.
--
Regards--
Rishi Pathak
National PARAM Supercomputing Facility
Center for Development of Advanced
2017 Sep 01
0
Status of reverted Linux patch "tty: Fix ldisc crash on reopened tty", Linux 4.9 kernel frequent crashes
On Thu, Aug 31, 2017 at 03:22:05PM +1000, Michael Neuling wrote:
> On Thu, 2017-08-31 at 06:36 +0200, Greg Kroah-Hartman wrote:
> > On Wed, Aug 30, 2017 at 11:10:14PM +0300, Pasi K?rkk?inen wrote:
> > > Hello everyone,
> > >
> > > Recently Nathan March reported on centos-virt list he's getting frequent
> > > Linux kernel crashes with Linux 4.9 LTS
2017 Sep 02
0
Status of reverted Linux patch "tty: Fix ldisc crash on reopened tty", Linux 4.9 kernel frequent crashes
On 08/30/2017 03:10 PM, Pasi K?rkk?inen wrote:
> Hello everyone,
>
> Recently Nathan March reported on centos-virt list he's getting frequent Linux kernel crashes with Linux 4.9 LTS kernel because of the missing patch "tty: Fix ldisc crash on reopened tty".
>
> The patch was already merged upstream here:
>
2017 Sep 05
0
Status of reverted Linux patch "tty: Fix ldisc crash on reopened tty", Linux 4.9 kernel frequent crashes
> > I have no issues rolling this patch in , while we wait on upstream, if
> > it makes our tree more stable.
> >
>
> I think we should do that.. What do others think?
>
I've had the patch deployed to a group of 32 hosts (with hundreds of vms)
for about 10 days now and no sign of any issues.
So I support it =)
Cheers,
Nathan
2017 Sep 20
0
Status of reverted Linux patch "tty: Fix ldisc crash on reopened tty", Linux 4.9 kernel frequent crashes
On 09/20/2017 03:10 AM, Pasi K?rkk?inen wrote:
> On Tue, Sep 05, 2017 at 10:49:13AM -0700, Nathan March wrote:
>>>> I have no issues rolling this patch in , while we wait on upstream, if
>>>> it makes our tree more stable.
>>>>
>>>
>>> I think we should do that.. What do others think?
>>>
>>
>> I've had the patch
2017 Sep 20
2
Status of reverted Linux patch "tty: Fix ldisc crash on reopened tty", Linux 4.9 kernel frequent crashes
On Tue, Sep 05, 2017 at 10:49:13AM -0700, Nathan March wrote:
> > > I have no issues rolling this patch in , while we wait on upstream, if
> > > it makes our tree more stable.
> > >
> >
> > I think we should do that.. What do others think?
> >
>
> I've had the patch deployed to a group of 32 hosts (with hundreds of vms)
> for about 10
2017 Sep 03
2
Status of reverted Linux patch "tty: Fix ldisc crash on reopened tty", Linux 4.9 kernel frequent crashes
On Sat, Sep 02, 2017 at 08:12:53AM -0500, Johnny Hughes wrote:
> On 08/30/2017 03:10 PM, Pasi K?rkk?inen wrote:
> > Hello everyone,
> >
> > Recently Nathan March reported on centos-virt list he's getting frequent Linux kernel crashes with Linux 4.9 LTS kernel because of the missing patch "tty: Fix ldisc crash on reopened tty".
> >
> > The patch was
2017 Aug 30
3
Status of reverted Linux patch "tty: Fix ldisc crash on reopened tty", Linux 4.9 kernel frequent crashes
Hello everyone,
Recently Nathan March reported on centos-virt list he's getting frequent Linux kernel crashes with Linux 4.9 LTS kernel because of the missing patch "tty: Fix ldisc crash on reopened tty".
The patch was already merged upstream here:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=71472fa9c52b1da27663c275d416d8654b905f05
but then
2008 Aug 30
7
Ubuntu Hardy Heron x64 w/ Xen 3.2 hangs on boot at /etc/rc.local
Hello everybody!
My server with Ubuntu Hardy Heron x64 with Xen 3.2 hangs on when booting at
"Starting local boot scripts (/etc/rc.local)".
My /etc/rc.local is default and I can''t find out why it stops there.
It''s possible to SSH to the server and everything works fine. I just can''t
do anything from the physical server.
I''ve googled but nothing have