Displaying 20 results from an estimated 22 matches for "3ff".
Did you mean:
3f
2007 Apr 21
3
RealPlayer
I have CentOS5, I downloaded and installed realplayer:
http://www.real.com/realcom/R?href=http%3A%2F%2Fforms%2Ereal%2Ecom%2Freal%2Fplayer%2Fdownload%2Ehtml%3Ff%3Dunix%2FRealPlayer10GOLD%2Erpm
I run rpm, it install but does not load.
Any suggestion?
--
Thanks
http://www.911networks.com
When the network has to work
2013 May 13
5
Serial Passthrough broken in Debian Wheezy?
Hello,
I just discovered a strange bug with serial passthrough in xen 4.1 on
Debian Wheezy. The Dom0 has a GSM modem connected to serial port. The
serial port is passed through to a DomU with options 'irq = [ 4 ]' and
'ioports = [ '3f8-3ff ]'.
This worked as expected on Debian Squeeze with Xen 4.0 and Linux kernel
2.6.32 (both for Dom0 and DomU). On Debian Wheezy with Xen 4.1 and
Linux kernel 3.2.0 the passthrough seems to work as well (/dev/ttyS0
appears in dmesg of DomU), but something is wrong. The GSM modem
doesn't behav...
2013 May 13
5
Serial Passthrough broken in Debian Wheezy?
Hello,
I just discovered a strange bug with serial passthrough in xen 4.1 on
Debian Wheezy. The Dom0 has a GSM modem connected to serial port. The
serial port is passed through to a DomU with options 'irq = [ 4 ]' and
'ioports = [ '3f8-3ff ]'.
This worked as expected on Debian Squeeze with Xen 4.0 and Linux kernel
2.6.32 (both for Dom0 and DomU). On Debian Wheezy with Xen 4.1 and
Linux kernel 3.2.0 the passthrough seems to work as well (/dev/ttyS0
appears in dmesg of DomU), but something is wrong. The GSM modem
doesn't behav...
2007 Apr 18
1
[Bridge] Problem COnnecting AP from Mobile Node
...rors:0 dropped:0 overruns:0 frame:0
TX packets:19 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:5256 (5.1 Kb) TX bytes:5256 (5.1 Kb)
mip6mnha1 Link encap:UNSPEC HWaddr
00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet6 addr: 3ffe:80d0:ff03:4::1/64 Scope:Global
UP RUNNING NOARP MTU:1460 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:8 dropped:8 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
wlan0...
2009 Mar 29
0
xen serial port access for domu?
...:
1) I have xencons=off as a kernel arg for dom0, and when dom0 boots,
it finds the serial port.
2) I have blacklisted 8250, 8250_pnp and serial_core, rebooted, no
serial port under dom0
3) added the following to my domu config (domu is 32bit centos 5.2, pvm)
addirq = [ 4 ]
ioports = [ "3f8-3ff" ]
4) now to start the vm and see what happens:
# xm create mythserver
Using config file "./mythserver".
Error: function takes exactly 4 arguments (3 given)
My host is 64 bit centos 5.2, domu is 32 bit centos 5.2. I'm running
the stock redhat version of xen that ships with el5....
2007 Sep 06
6
Serial port on the domU
I configured a domU to access to the physical serial port of the dom0
(/dev/ttyS0) typing this in the domU configuration file:
irq = [ 4 ]
ioports = [ "3f8-3ff" ]
The domU starts without any error, but the serial port isn''t recognised.
The /dev/ttyS0 device exists on the domU, and I blacklisted the
serial_core, the 8250 and 8250_pnp modules on the dom0.
What is the problem? Could you help me, please?
Thank you very much!
Bye.
___________...
2010 Aug 05
2
working config for xen which would transfer a serial interface
Hello
Can anyone share a known working config for xen which would
transfer a serial interface ( add-on card preferably, mine uses
e880-e887 : 0000:03:05.0 / ec00-ec07 : 0000:03:05.0 ) to a DomU ?
I've been trying with the stock packages from Centos 5.5 ( fully
updated) and also with gitco's 3.4.3 but after 2 days of googling and
testing we still fail to access the serial
2008 May 15
4
How to Export COM port to guest domain
Greetings,
Using Xen 3.1 and Fedora 7, is it possible to export the serial
interface such that I can access
external devices on COM1 or COM2?
I am uncertain if PCI pass-thru is needed or if there''s nothing to
configure for this to work in
a fully virtualized Linux guest.
Any help would be greatly appreciated.
Regards,
Tony Johnson
_______________________________________________
2007 Dec 17
0
access serial port in domU
...____________________
To have access to the serial port in DomU, we need to prevent Dom0 from taken hold of this piece of hardware add to /etc/hotplug/blacklist the following modules to exclude from being loaded 8250 8250_pnp serial_core domU config: irq = [ 4 ] ioports = [ "3f8-3ff" ] to load the modules in domU. I had to install module-init-tools I have copied /lib/modules/2.6.11.10-xenU/modules.dep and copied the serials modules to domU I also had to change the permissions of /dev/ttyS0 to 666 I have added the modules to /etc/modules so they load on boot
_...
2008 Oct 17
0
Using serial port from a domU
...domU:
- Tell Xen to use something else for its console:
in /boot/grub/menu.lst, add "console=xvc0 xencons=xvc0" to the kernel
parameters (maybe just xencons is needed)
- Tell Xen to "show" IRQ/port to the domU:
in domU''s .cfg add
addirq = [ 4 ]
ioports = [ "3f8-3ff" ]
- Tell the domU to autoload the serial module:
create in /etc/sysconfig/modules an executable script containing
modprobe 8250
Bye!
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2008 Oct 17
0
AW: Using serial port from a domU
...domU:
- Tell Xen to use something else for its console:
in /boot/grub/menu.lst, add "console=xvc0 xencons=xvc0" to the kernel
parameters (maybe just xencons is needed)
- Tell Xen to "show" IRQ/port to the domU:
in domU''s .cfg add
addirq = [ 4 ]
ioports = [ "3f8-3ff" ]
- Tell the domU to autoload the serial module:
create in /etc/sysconfig/modules an executable script containing
modprobe 8250
Bye!
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
________________...
2007 Aug 29
0
Irq bug
Hi.
I''m trying to setup the serial port access from the domU following the
instructions at http://wiki.xensource.com/xenwiki/InstallationNotes.
So I addedd these configurations to the domU cfg file:
irq = [ 4 ]
ioports = [ "3f8-3ff" ]
When I create this new domU I get this error:
Error: function takes exactly 3 arguments (2 given)
Is it a bug? I read on this list that you adive a change in the
/usr/lib/python/xen/xend/server/irqif.py, but it didn''t fix the
problem for me.
Could you help me, please?
Thank you...
2012 Apr 12
0
Xen-4.1 : Serial port from domU ?
...U :
$ grep serial /proc/ioports
$ dmesg | grep ttyS
$ stty -aF /dev/ttyS0
stty: /dev/ttyS0: Input/output error
$ ls -l /dev/ttyS0
crw-rw----. 1 root dialout 4, 64 Apr 12 04:46 /dev/ttyS0
Is there any thing to do in addition to the Xen-3 usual
configuration :
irq = [ 4 ]
ioports = [ "3f8-3ff" ]
Thanks,
--
Philippe Naudin
2013 May 15
0
Bug#708344: xen: serial passthrough broken in Debian Wheezy
...c:linux
Version: 3.2.41-2
Severity: important
Hello,
I just discovered a strange bug with serial passthrough in xen 4.1 on
Debian Wheezy. The Dom0 has a GSM modem connected to serial port. The
serial port is passed through to a DomU with options 'irq = [ 4 ]' and
'ioports = [ '3f8-3ff ]'.
This worked as expected on Debian Squeeze with Xen 4.0 and Linux kernel
2.6.32 (both for Dom0 and DomU). On Debian Wheezy with Xen 4.1 and
Linux kernel 3.2.0 the passthrough seems to work as well (/dev/ttyS0
appears in dmesg of DomU), but something is wrong. The GSM modem
doesn't behav...
2018 Jun 06
2
Definitive guide to setting up FTPIS on vsftpd
..._tlsv1=YES
ssl_sslv2=YES
ssl_sslv3=YES
# limit pasv ports to range that iptables can check
pasv_min_port=6900
pasv_max_port=6969
# added 20120213 to deal with FileZilla 3.5.3 stricter cipher list # see https://urldefense.proofpoint.com/v2/url?u=http-3A__forum.filezilla-2Dproject.org_viewtopic.php-3Ff-3D2-26t-3D23275&d=DwICAg&c=laxeQK7vPmHfouIIPNyCfbQd49eK3u00U8Jdo0RFvts&r=EOaM1MkMLG24_TOy4m7EdDoX0CP9-c0YJ2kTdeagcqQ&m=pOhXDNk2HbQgZLcLf-QR_SwfNLQr4nYWByJ7xBAEhzo&s=IKSWGNlSjgyMbNAv1TsKXFqj_bECF2hyTJWq54tUOhc&e=
ssl_ciphers=HIGH
dual_log_enable=YES
allow_writeable_chroot=Y...
2018 May 31
2
Definitive guide to setting up FTPIS on vsftpd
I have a new CentOS 7.4 (recently upgraded to 7.5) system that I have been struggling with in configuring vsftpd for FTPS Implicit (port 990).
(The latest instructions I've used are at: https://www.unixmen.com/configure-vsftpd-ssltls-centos-7/)
Using Filezilla client, I get:
Error: GnuTLS error -15: An unexpected TLS packet was received.
Error: Could not connect to
2012 Jul 30
3
Xen networking disconnect
...ropped:0 overruns:0 frame:0
TX packets:18532553 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2011028398 (1.8 GiB) TX bytes:20743371955 (19.3 GiB)
tap0 Link encap:Ethernet HWaddr FE:DC:03:FA:0A:FD
inet6 addr: fe80::fcdc:3ff:fefa:afd/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:340892 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:500
RX bytes:0 (0.0 b) TX bytes:32530658...
2006 Jul 10
0
hvm networking with vif-route
...it channel 0!
HVM_PIT:pass info 0xc00e90b to HV!
Remapping master: ICW2 0x8 -> 0x20
Remapping slave: ICW2 0x70 -> 0x28
VGABios $Id: vgabios.c,v 1.61 2005/05/24 16:50:50 vruppert Exp $
set_map result i 0 result 3898b
set_map result i 1 result 38988
...yatta, yatta, yatta,
set_map result i 3ff result 38589
HVMAssist BIOS, 1 cpu, $Revision: 1.138 $ $Date: 2005/05/07 15:55:26 $
ata0-0: PCHS=10402/16/63 translation=lba LCHS=652/255/63
ata0 master: QEMU HARDDISK ATA-2 Hard-Disk (5120 MBytes)
ata0-1: PCHS=10402/16/63 translation=lba LCHS=652/255/63
ata0 slave: QEMU HARDDISK ATA-2 Hard-Disk...
2005 Oct 22
1
Advice....
...pe host lo
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000
link/ether 00:01:03:cf:26:6d brd ff:ff:ff:ff:ff:ff
inet 192.168.24.2/24 brd 192.168.24.255 scope global eth0
inet6 fe80::201:3ff:fecf:266d/64 scope link
valid_lft forever preferred_lft forever
3: eth1: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000
link/ether 00:10:4b:99:1a:84 brd ff:ff:ff:ff:ff:ff
inet 192.168.25.1/24 brd 192.168.25.255 scope global eth1
inet6 fe80::210:4bff:fe99:1a84/...
2008 Jul 24
2
sparc quota bug
...t; at iic0 addr 0x73 not configured
"spd" at iic0 addr 0x74 not configured
"spd" at iic0 addr 0x75 not configured
"spd" at iic0 addr 0x76 not configured
"ics951601" at iic0 addr 0x69 not configured
power0 at ebus0 addr 800-82f ivec 0x1a
com0 at ebus0 addr 3f8-3ff ivec 0x22: ns16550a, 16 byte fifo
com0: console
com1 at ebus0 addr 2e8-2ef ivec 0x22: ns16550a, 16 byte fifo
"rmc-comm" at ebus0 addr 3e8-3ef ivec 0x22 not configured
cas1 at pci2 dev 2 function 0 "NS Saturn" rev 0x30: ivec 0x78c, address
00:14:4f:1e:d6:b4
gentbi0 at cas1 phy 0:...