ALT Linux sysadmins discussion
 help / color / mirror / Atom feed
From: Di <denyago@rambler.ru>
To: ALT Linux sysadmin discuss <sysadmins@lists.altlinux.org>
Subject: Re: [Sysadmins] Xen + VNC
Date: Sat, 29 Nov 2008 19:44:31 +0200
Message-ID: <49317F7F.9000906@rambler.ru> (raw)
In-Reply-To: <49317C0C.3070507@altlinux.ru>

[-- Attachment #1: Type: text/plain, Size: 1866 bytes --]

Michail Yakushin пишет:
>> При запуске # vncserver
>> vncserver: couldn't find "xauth" on your PATH.
> Ему нужна прога xauth поставте её.

xauth-1.0.2-alt2

# xm create /etc/xen/win2k3_001.hvm
Using config file "/etc/xen/win2k3_001.hvm".
Started domain Win2k3_001

# xm list
Name                                        ID   Mem VCPUs      State 
Time(s)
Domain-0                                     0  1024     2     r----- 
  121.6
Win2k3_001                                  19   512     1     ------ 
    0.0

# ps aux | grep vnc
root     11245  0.0  0.0   1720   504 pts/1    S+   21:38   0:00 grep vnc

tcp        0      0 *:8002                      *:* 
     LISTEN
tcp        0      0 *:sunrpc                    *:* 
     LISTEN
tcp        0      0 *:webcache                  *:* 
     LISTEN
tcp        0      0 *:ssh                       *:* 
     LISTEN
tcp        0     80 192.168.1.191:50472         192.168.1.4:microsoft-ds 
    ESTABLISHED
tcp        0     48 192.168.1.191:ssh           10.8.0.10:36569 
     ESTABLISHED
tcp        0      0 192.168.1.191:ssh           10.8.0.10:43504 
     ESTABLISHED
udp        0      0 *:sunrpc                    *:*

Ещё раз конфиг

import os, re
arch = os.uname()[4]
if re.search('64', arch):
     arch_libdir = 'lib64'
else:
     arch_libdir = 'lib'
kernel = "/usr/lib/xen/boot/hvmloader"
builder='hvm'
memory = 512
name = "Win2k3_001"
pae=0
acpi=0
apic=0
vif = [ 'type=ioemu, bridge=xenbr0' ]
disk = [ 'file:/xen/win2k3_001/5GiG.img,hda:disk,w', 
'file:/xen/win2k3_001/ru_win_srv_2003_r2_enterprise_cd1.iso,hdc:cdrom,r' ]
device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'
sdl=0
vnc=1
vnclisten="0.0.0.0"
vncpasswd=''
stdvga=0
serial='pty'

>> Как посмотреть что делает моя виртуальная машина?
> Ещё можно установить иксы на сервер и вывести через SDL.

планируется, но хочется удалённо через vnc


[-- Attachment #2: denyago.vcf --]
[-- Type: text/x-vcard, Size: 366 bytes --]

begin:vcard
fn:Denis Timurovich Yagofarov
n:Yagofarov;Denis Timurovich
org:ITGIS NASU
adr:room 615;;Chokolovski blvdr., 13;Kiev;;03151;Ukraine
email;internet:denyago@rambler.ru
title:system administrator
tel;work:80442480755
tel;pager:diyago@jabber.te.ua
tel;home:80442434512
tel;cell:80662933760
note:diyago@jabber.te.ua
x-mozilla-html:FALSE
version:2.1
end:vcard


  reply	other threads:[~2008-11-29 17:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-29 16:43 Di
2008-11-29 17:29 ` Michail Yakushin
2008-11-29 17:44   ` Di [this message]
2008-11-29 21:55     ` Di

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49317F7F.9000906@rambler.ru \
    --to=denyago@rambler.ru \
    --cc=sysadmins@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux sysadmins discussion

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sysadmins/0 sysadmins/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sysadmins sysadmins/ http://lore.altlinux.org/sysadmins \
		sysadmins@lists.altlinux.org sysadmins@lists.altlinux.ru sysadmins@lists.altlinux.com
	public-inbox-index sysadmins

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sysadmins


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git