Displaying 20 results from an estimated 67 matches for "3270".
Did you mean:
3200
2005 Mar 04
3
Running IBM Presonal communications(3270 client for mainframe)
Hello,
Has anybody succeded in running 3270 emulator (IBM PCOM) on wine?
I tried it by copying PCOM folder from windows to fake windows
directory under wine and tried below command
wine "C:\Personal Communications\PCSWs.exe"
Though I am not getting any error message, the program is not getting started.
Can anybody please help...
2019 May 27
2
[PATCH v2 3/8] s390/cio: add basic protected virtualization support
...> > > + goto err_priv;
> > > + io_priv->dma_area = dma_alloc_coherent(&sch->dev,
> > > + sizeof(*io_priv->dma_area),
> > > + &io_priv->dma_area_dma, GFP_KERNEL);
> >
> > Even though we'll only end up here for 3215 or 3270 consoles, this sent
> > me looking.
> >
> > This code is invoked via console_init(). A few lines down in
> > start_kernel(), we have
> >
> > /*
> > * This needs to be...
2019 May 27
2
[PATCH v2 3/8] s390/cio: add basic protected virtualization support
...> > > + goto err_priv;
> > > + io_priv->dma_area = dma_alloc_coherent(&sch->dev,
> > > + sizeof(*io_priv->dma_area),
> > > + &io_priv->dma_area_dma, GFP_KERNEL);
> >
> > Even though we'll only end up here for 3215 or 3270 consoles, this sent
> > me looking.
> >
> > This code is invoked via console_init(). A few lines down in
> > start_kernel(), we have
> >
> > /*
> > * This needs to be...
2017 Nov 28
0
CESA-2017:3270 Important CentOS 6 apr Security Update
CentOS Errata and Security Advisory 2017:3270 Important
Upstream details at : https://access.redhat.com/errata/RHSA-2017:3270
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
f43725ed8ac01193b5ffc66369caaed7e8b1bcaeff24e0c8fcf92a36a868f227 apr-1.3.9-5.el6_9.1.i686.rpm
1...
2017 Nov 28
0
CESA-2017:3270 Important CentOS 7 apr Security Update
CentOS Errata and Security Advisory 2017:3270 Important
Upstream details at : https://access.redhat.com/errata/RHSA-2017:3270
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
ef45657b829290b4b95e2b387cef4b12ccdd6daf6f843a89f8ae1de35b778f5f apr-1.4.8-3.el7_4.1.i686.rpm...
2019 May 29
0
[PATCH v2 3/8] s390/cio: add basic protected virtualization support
...t;> + goto err_priv;
>>>> + io_priv->dma_area = dma_alloc_coherent(&sch->dev,
>>>> + sizeof(*io_priv->dma_area),
>>>> + &io_priv->dma_area_dma, GFP_KERNEL);
>>>
>>> Even though we'll only end up here for 3215 or 3270 consoles, this sent
>>> me looking.
>>>
>>> This code is invoked via console_init(). A few lines down in
>>> start_kernel(), we have
>>>
>>> /*
>>> * This needs to be called before any devices perform DMA
>>>...
2019 May 27
3
[PATCH v2 3/8] s390/cio: add basic protected virtualization support
...> - return ERR_PTR(-ENOMEM);
> - }
> + if (!io_priv)
> + goto err_priv;
> + io_priv->dma_area = dma_alloc_coherent(&sch->dev,
> + sizeof(*io_priv->dma_area),
> + &io_priv->dma_area_dma, GFP_KERNEL);
Even though we'll only end up here for 3215 or 3270 consoles, this sent
me looking.
This code is invoked via console_init(). A few lines down in
start_kernel(), we have
/*
* This needs to be called before any devices perform DMA
* opera...
2019 May 27
3
[PATCH v2 3/8] s390/cio: add basic protected virtualization support
...> - return ERR_PTR(-ENOMEM);
> - }
> + if (!io_priv)
> + goto err_priv;
> + io_priv->dma_area = dma_alloc_coherent(&sch->dev,
> + sizeof(*io_priv->dma_area),
> + &io_priv->dma_area_dma, GFP_KERNEL);
Even though we'll only end up here for 3215 or 3270 consoles, this sent
me looking.
This code is invoked via console_init(). A few lines down in
start_kernel(), we have
/*
* This needs to be called before any devices perform DMA
* opera...
2009 Apr 11
0
Rsync 3.0.5 sometimes hangs copying local disk to other local disk (Solaris 9)
...13,2 0t0 3261
/devices/pseudo/mm@0:null
rsync-3.0 25239 root 1u FIFO 0x3004f0aec88 0t102 74926527
(fifofs) ->0x3004f0aeb80
rsync-3.0 25239 root 2u FIFO 0x3004f0aec88 0t102 74926527
(fifofs) ->0x3004f0aeb80
rsync-3.0 25239 root 4u unix 105,118 0xea13c57 3270
/devices/pseudo/tl@0:ticots->(socketpair: 0x230f23f00000000)
(0x3100852b048)
rsync-3.0 25239 root 7u unix 105,121 0t1285476 3270
/devices/pseudo/tl@0:ticots->(socketpair: 0xf241) (0x30002fab018)
rsync-3.0 25242 root cwd VDIR 32,8 1024 2 /mnt
rsync-3.0 252...
2019 May 27
0
[PATCH v2 3/8] s390/cio: add basic protected virtualization support
...t; - }
> > + if (!io_priv)
> > + goto err_priv;
> > + io_priv->dma_area = dma_alloc_coherent(&sch->dev,
> > + sizeof(*io_priv->dma_area),
> > + &io_priv->dma_area_dma, GFP_KERNEL);
>
> Even though we'll only end up here for 3215 or 3270 consoles, this sent
> me looking.
>
> This code is invoked via console_init(). A few lines down in
> start_kernel(), we have
>
> /*
> * This needs to be called before any devices perform D...
2019 Mar 15
35
[Bug 2982] New: gssapi_cleanup: supported mechs should be freed via gss_release_oid_set
https://bugzilla.mindrot.org/show_bug.cgi?id=2982
Bug ID: 2982
Summary: gssapi_cleanup: supported mechs should be freed via
gss_release_oid_set
Product: Portable OpenSSH
Version: 7.9p1
Hardware: All
OS: Windows 10
Status: NEW
Severity: normal
Priority: P5
Component:
2019 May 13
2
[PATCH 05/10] s390/cio: introduce DMA pools to cio
...I don't
> think is relevant.
Unless properly documented, it feels like something you can easily trip
over, however.
I assume that the "very early stuff" is basically only ccw consoles.
Not sure if we can use virtio-serial as an early ccw console -- IIRC
that was only about 3215/3270? While QEMU guests are able to use a 3270
console, this is experimental and I would not count that as a use case.
Anyway, 3215/3270 don't use adapter interrupts, and probably not
anything cross-device, either; so unless early virtio-serial is a
thing, this restriction is fine if properly docume...
2019 May 13
2
[PATCH 05/10] s390/cio: introduce DMA pools to cio
...I don't
> think is relevant.
Unless properly documented, it feels like something you can easily trip
over, however.
I assume that the "very early stuff" is basically only ccw consoles.
Not sure if we can use virtio-serial as an early ccw console -- IIRC
that was only about 3215/3270? While QEMU guests are able to use a 3270
console, this is experimental and I would not count that as a use case.
Anyway, 3215/3270 don't use adapter interrupts, and probably not
anything cross-device, either; so unless early virtio-serial is a
thing, this restriction is fine if properly docume...
2013 Sep 30
7
[Bug 69952] New: [NVAA] Xorg crash+restart after glxgears on 3.12-rc2
https://bugs.freedesktop.org/show_bug.cgi?id=69952
Priority: medium
Bug ID: 69952
Assignee: nouveau at lists.freedesktop.org
Summary: [NVAA] Xorg crash+restart after glxgears on 3.12-rc2
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter:
1999 May 22
0
Samba 2.0.4b Error reading file on 100bt only it seems...
...4 kb/s) \Win95B\LAYOUT1.INF
441905 ( 3371.5 kb/s) \Win95B\MINI.CAB
Error reading file \Win95B\MSINFO.INF. Got 0 bytes
Didn't get entire file. size=6551, nread=0
6551 ( 639.7 kb/s) \Win95B\MSINFO.INF
Error reading file \Win95B\OEMSETUP.BIN. Got 0 bytes
Didn't get entire file. size=3270, nread=0
3270 ( 212.9 kb/s) \Win95B\OEMSETUP.BIN
78672 ( 1829.2 kb/s) \Win95B\OEMSETUP.EXE
480768 ( 2916.1 kb/s) \Win95B\PRECOPY1.CAB
1237083 ( 3274.0 kb/s) \Win95B\PRECOPY2.CAB
Error reading file \Win95B\README
cont... for 100 plus pages.
2019 Apr 09
0
[RFC PATCH 02/12] virtio/s390: DMA support for virtio-ccw
...om the ccw_device.
>
> Right! For some reason dma_mask is a pointer. And I need virtio core to
> use a sane value for virtio_ccw devices.
>
> > Don't you potentially need
> > something for other ccw_devices in that protected hipervisor case as
> > well (e.g for 3270)?
>
>
> Maybe, maybe not. The first stage is likely to be virito only. I would
> prefer sorting out stuff like 3270 as the need arises. Also see my
> response to patch 4 (Message-Id: <20190409141114.7dcce94a at oc2783563651>).
As long as the infrastructure is flexible enou...
2004 Aug 25
4
YAAN (Yet Another Asterisk Newbie)
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/bmp
Size: 22070 bytes
Desc: not available
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20040825/7e2ec684/attachment.bmp
2019 May 15
0
[PATCH 05/10] s390/cio: introduce DMA pools to cio
....
>
> Unless properly documented, it feels like something you can easily trip
> over, however.
>
> I assume that the "very early stuff" is basically only ccw consoles.
> Not sure if we can use virtio-serial as an early ccw console -- IIRC
> that was only about 3215/3270? While QEMU guests are able to use a 3270
> console, this is experimental and I would not count that as a use case.
> Anyway, 3215/3270 don't use adapter interrupts, and probably not
> anything cross-device, either; so unless early virtio-serial is a
> thing, this restriction is fin...
2005 Feb 03
1
FastAgi Help
...s mode i also send some parameter to the perl script.
Looking inside the fastagi-test example i cant understand how i can simple
pass some value to the script.. Some help is welcome..
Also i have see that eoj have made some modification to the FastAGI:
> send script parameter with FastAGI (bug #3270)
But what i can we do with it? I know im very monkey... :-)
Please help me with some solution
Many thanks to all on list
Dimitri
2007 Aug 03
2
Managing global/local variables when creating R packages
...in a package but NOT to users? As it is, if users were to use the var
name of the data frame for something else, the data will be lost and
they'll have to rerun setup before creating their graphs.
Thanks,
Bethany
--
Bethany Kok
Graduate Student
Department of Psychology, Davie Hall, CB 3270
University of North Carolina at Chapel Hill
Chapel Hill, NC 27599
TEL: 919-667-4752