Displaying 20 results from an estimated 2000 matches similar to: "[LLVMdev] Unisys Compiler--LLVM"
2011 Aug 31
1
mount.cifs -> Unisys MCP Mainframe -- Linux touch command "setting times of `testfile.txt': Permission denied"
I've got a share from a Unisys MCP Mainframe mounted with mount.cifs from
RHEL 6.1 (samba-common-3.5.6-86.el6.x86_64).
when I try to touch a file, it creates the file, but reports an error -
"setting times of `testfile.txt': Permission denied"
strace on the touch command shows that it is erroring out on the utimensat()
call
utimensat(0, NULL, NULL, 0) = -1 EACCES (Permission
2011 Jun 21
0
[LLVMdev] LLVM job opportunity at Unisys
During the past 12 months we have been doing some exciting research to accelerate the execution performance of a instruction stream for a 36-bit CISC mainframe architecture being emulated on Intel platforms. This research has been focused in the area of dynamic binary translation. We are using the LLVM IR and JIT in our project to execute thousands of small compiles to optimize this execution
2006 May 23
0
Can Samba run on Unisys?
We need to save a file from Windows server 2000 to a Unisys mainframe.
I have seen bits and pieces on the web that suggest this may be possible
but nothing definitive.
Can somebody advise? If not Samba, is there another software that will
do the same thing?
We currently use Samba to save files from Windows to Unix.
Thanks very much.
Steve
2011 Oct 26
0
mount.cifs - 4.8.1 -- server side restart - CIFS VFS: No repsonse for cmd
Samba list:
We are mounting a share provided by a Unisys MCP mainframe with the
following fstab entry....
/etc/fstab:
//UnisysMCPmainframe.example.com/staging_test /mnt/staging cifs
rw,file_mode=0775,dir_mode=0775,uid=4051,gid=4053,credentials=/etc/nx-credentials.txt,_netdev
0 0
The mount is established just fine and works with the exception that
the mainframe does not support the POSIX utime()
1999 Jan 28
0
Samba 2.0 : Installation on Unisys SMP6400
Hello,
We have a server Unix Unisys SMP6400 connected with 60 PC Win95.
Samba 1.9.17 installed since Nov 97 is working fine.
Now I wish for install Samba 2.0, but the shell "configure" don't
recognize our System.
I get the following message :
# ./configure
loading cache ./config.cache
checking for gcc... no
checking for cc... cc
checking whether the C compiler (cc -O ) works...
2006 Oct 14
1
Re: unisys UPS using RD, genericups does not
Hello, ahgu
>I have a unisys UPS, I probed the RS232 and notice that pin 2,
>(receive data) is going from -6v (OL) to 12v(OB), but I don't see the
>setting for the genericups. Seems nobody else is using the RD pin?
>Any driver I can use?
>Thanks
>-Andrew
Try RX as signal name (not RD).
--
Best regards,
Sergiy mailto:rendol@mail.zp.ua
2005 Apr 15
5
Clustered xAPIC and Unisys ES7000 patch
Here is a patch for clustered xAPIC and Unisys ES7000 support in Xen. To
turn the features on add CONFIG_X86_CLUSTERED_APIC and CONFIG_ES7000
defines to xen/include/asm-x86/config.h
Signed off by Aravindh Puthiyaparambil
<aravindh.puthiyaparambil@unisys.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
2017 Jun 29
3
the Univac 2200, LLVM, and national security
John,
One of my previous jobs was at Unisys doing a dynamic translator
for the Univac 1100 / 2200 series computers. We chose LLVM for the base
of the translator for its modularity, optimizations, and x86 code generation.
We wrote a front-end that parsed Univac instructions and generated IR
for them. It all ran on X86-Linux boxes which with some special peripheral
adaptors were then
2015 May 22
0
RHEL 7.1 and Samba 4.1.12 partial success
I'm having issues with a couple of areas of Samba Setup.
I can see (from my Win 8.1 workstation) the shares for the server for my test share \\p30\download<file:///\\p30\download> and \\p30\bietz<file:///\\p30\bietz> my home folder.
I don't have permissions to access the folders and/or can't create or delete files.
I had an upgraded Active Directory domain from Windows
2008 Feb 14
1
Winbind problem with more details.
Everyone,
One of our developers was kind enough to insert some bug checking into the mod_auth_pam and mod_auth_sys_group so that we could see a little more of what was going on with our authentication failures. Here is what we just saw. Two of our users NA\connelmp and NA\guminssa both started getting messages that they were not part of the required group. Here is the log for
2004 Apr 09
0
Clearpath
Can anyone here help me in getting connected to Clearpath? They have
supposedly setup a DID and 800 number for me but not provided login
info. They're really hard to reach.
Michael
--
Michael Graves mgraves@pixelpower.com
Sr. Product Specialist www.pixelpower.com
Pixel Power Inc. mgraves@mstvp.com
"If
2006 Sep 21
1
Other domain sequence numbers are -1
Everyone,
I have configured a new SLES 10 server exactly the same as I
had previously configured a SLES 9 server. The only difference is the
version of samba. On the SLES 10 server, I am running the 3.0.23c
level, the SLES 9 server is behind a little. My problem is with
connecting to other AD domains. Only my default domain has a valid
sequence number. All the other domains are
2006 May 04
9
Excessive traffic causing slow logons
I am seeing some extremely slow logons to my SUSE servers. All are
configured exactly the same. When I attempt to log on, I can enter my
domain (AD) account without any problems. I then enter my password and
sit and wait for several minutes until it eventually takes me to my
desktop. In attempting to debug the problem, we have been able to see
millions of calls to the domain controller. They
2006 Feb 22
0
Problem authenticating another domain
I am trying to authenticate a user in a domain (EU) other than my
default domain (NA). I am at a loss as to what may be wrong at this
point. When I run a wbinfo -sequence, I see the following:
linux:~ # wbinfo --sequence
LAC : DISCONNECTED
EU : DISCONNECTED
AP : DISCONNECTED
UIS : 19895750
TRIMBLRDLINUX : 1
BUILTIN : 1
NA : 15410431
If I try a kinit, here is the output:
2016 Oct 20
0
[PATCH net-next v2 6/9] net: use core MTU range checking in virt drivers
On Thu, Oct 20, 2016 at 01:55:21PM -0400, Jarod Wilson wrote:
> hyperv_net:
> - set min/max_mtu, per Haiyang, after rndis_filter_device_add
>
> virtio_net:
> - set min/max_mtu
> - remove virtnet_change_mtu
> vmxnet3:
> - set min/max_mtu
>
> xen-netback:
> - min_mtu = 0, max_mtu = 65517
>
> xen-netfront:
> - min_mtu = 0, max_mtu = 65535
>
>
2006 May 17
0
RE: correction... cannot create 2GB (not 2MB) domU
On Unisys 16X 16GB ES7000/one with SLES10 Beta11 updated to xen changeset 9998, attempted to create a 2GB domU and get Error: The privileged domain did not balloon. xm list shows that before the attempt to create the domain, dom0 has 15910 MB memory. After the error, dom0 has dropped down to 13993 MB.
Bugzilla number is 650
> Sue Krysan
> Linux Systems Group
> Unisys Corporation
>
2016 Mar 29
1
[PATCH 02/10] x86/cpufeature: Kill cpu_has_hypervisor
From: Borislav Petkov <bp at suse.de>
Use boot_cpu_has() instead.
Signed-off-by: Borislav Petkov <bp at suse.de>
Cc: virtualization at lists.linux-foundation.org
Cc: sparmaintainer at unisys.com
---
arch/x86/events/intel/cstate.c | 2 +-
arch/x86/events/intel/uncore.c | 2 +-
arch/x86/include/asm/cpufeature.h | 1 -
2016 Mar 29
1
[PATCH 02/10] x86/cpufeature: Kill cpu_has_hypervisor
From: Borislav Petkov <bp at suse.de>
Use boot_cpu_has() instead.
Signed-off-by: Borislav Petkov <bp at suse.de>
Cc: virtualization at lists.linux-foundation.org
Cc: sparmaintainer at unisys.com
---
arch/x86/events/intel/cstate.c | 2 +-
arch/x86/events/intel/uncore.c | 2 +-
arch/x86/include/asm/cpufeature.h | 1 -
2016 Oct 20
4
[PATCH net-next v2 6/9] net: use core MTU range checking in virt drivers
hyperv_net:
- set min/max_mtu, per Haiyang, after rndis_filter_device_add
virtio_net:
- set min/max_mtu
- remove virtnet_change_mtu
vmxnet3:
- set min/max_mtu
xen-netback:
- min_mtu = 0, max_mtu = 65517
xen-netfront:
- min_mtu = 0, max_mtu = 65535
unisys/visor:
- clean up defines a little to not clash with network core or add
redundat definitions
CC: netdev at vger.kernel.org
CC:
2016 Oct 20
4
[PATCH net-next v2 6/9] net: use core MTU range checking in virt drivers
hyperv_net:
- set min/max_mtu, per Haiyang, after rndis_filter_device_add
virtio_net:
- set min/max_mtu
- remove virtnet_change_mtu
vmxnet3:
- set min/max_mtu
xen-netback:
- min_mtu = 0, max_mtu = 65517
xen-netfront:
- min_mtu = 0, max_mtu = 65535
unisys/visor:
- clean up defines a little to not clash with network core or add
redundat definitions
CC: netdev at vger.kernel.org
CC: