similar to: (fwd from t216@zkb.ch) IBM Mainframe port for rsync

Displaying 20 results from an estimated 1200 matches similar to: "(fwd from t216@zkb.ch) IBM Mainframe port for rsync"

1999 Jul 08
1
samba on an IBM mainframe?
Hi, does anybody know wether samba is running on an IBM mainframe under os/390? Are there any specific things to consider or do it just like for a "normal" unix? thanks Stephan Hendl -- LDS Brandenburg Dr. Stephan Hendl fon: +49-(0)331-39 471 EMail: stehan.hendl@lds.brandenburg.de
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 PS : I am using Wine 20040813 which is available with
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
2002 Dec 11
1
Samba performance on the mainframe
Hey Team.. We notice that repeated file writes to the Samba server slows down under moderate loading. Has anyone else had this fall off in performance and if so, what did you do to correct it? regards.. Sean Angley, P.Eng. sangley@ca.ibm.com Host Server Support ISM Canada IBM Global Services One Research Drive Regina, CANADA S4S 7H1 PHONE: (306) 790-5199
2005 Oct 29
0
OT: Supporting mainframe terminal emulator activex controls in IE under Linux?
[This is really just a post-it note to myself, but I'm cc'ing it to wine-users in case it's useful to others.] I was told recently that a company wanted to migrate some desktops to Linux, but ended up not being able to because they had a web-based application that 1) required IE, and 2) used an ActiveX control that implemented a 5250 terminal emulator to connect to a mainframe
2001 Mar 01
4
Samba On The Mainframe
Greetings, This is my first posting. I read that Samba can run on USS OS/390 but are there tips or tricks that can be shared? I am a AIX systems engineer (13mos) with 13 years experience as a MVS systems guy. Our current release of OS/390 is 2.8 . I already found a lot of information about Samba on OS/390 in the download page and I'm trying to make sense of it. But if there is any
2010 May 05
1
handling nulls while reading mainframe file
Hi, I am trying to read in records from an old main frame file. Each record is 640 bytes. I had some success using the following statement: iconv(readChar(con, nchars=640, useBytes = TRUE),from="IBM037",to="",sub="#") What I have found, however, is that ocassionally a record will contain a Null halfway through, which causes readChar() not to read the rest of the
2004 Jul 20
1
Proposal: cache directory tagging convention
Hi rsync'ers, I'm soliciting feedback, discussion, and hopefully eventually support for a (currently very short and simple) proposal that would make it easier and more automatic for users to exclude from backups and other data transfers all the cache directories that various applications create and manage, such as Mozilla's web cache. The idea is simple: if applications that
2001 Feb 12
3
ie5 install?
I am trying to install ie5 to test webpages and their apperance. Unfortuantely i am getting this annoying dialog error: "A previous program installation was never completed. You need to restart your computer to complete that installation before running Internet Explorer Setup. Setup will now close." What in the heck is this?? Restart what computer? Heck no! I don't understand
2006 Apr 21
2
forcing apply() to return data frame
Hi All, I am (almost) successfully using apply() to apply a function recursively on a data matrix. The function is question is as.genotype() from the library 'genetics' apply(subset(chr1, names$breed == 'lab'),2,as.genotype,sep ="") Unfortuantely apply puts it's results into a matrix object rather than a data frame, tranforming my factors into numerics and
2009 Jan 02
2
Where to find old R packages?
What happens to old R packages? Is there a place where they are stored like an archive? I'm looking for a package called ScanoR that doesn't exist anymore on CRAN, the author doesn't exist anymore... I had made copies of all packages (fearing that some might be "taken off the air" but unfortuantely the ScanoR package was removed before I started making copies in 2007). Any
2016 Oct 22
2
keent() from Tika - with doveadm
Any news Ali?? Sent from my Sprint Samsung Galaxy S7. -------- Original message --------From: Larry Rosenman <larryrtx at gmail.com> Date: 10/21/16 12:27 PM (GMT-06:00) To: Aki Tuomi <aki.tuomi at dovecot.fi> Cc: Dovecot Mailing List <dovecot at dovecot.org> Subject: Re: keent() from Tika - with doveadm Unfortuantely it doesn't seem to log that, and it's not 100%
2012 Mar 19
1
process accounting on 5.7
Hey folks, I turned on process accounting and had a peek at the man page for dump-acct but I am still left wondering how best to make use of this info. We want to be able to produce some monthly stats on which labs are using how much of our clusters. I know our clustering software has the ability to do this but unfortuantely not everyone uses the cluster commands as much as I keep reminding
2005 Apr 07
1
Samba/Cups and printers
Hi All, I'm trying to get samba to work with a CUPS printer setup. Unfortuantely I'm falling over at the first hurdle. I've installed samba 3.0.12 from sources and I've a redhat 9.0 box running CUPS 1.1.71. I've installed the following smb.conf file:- [global] load printers=yes printings=cups printcap name=cups passdb backend = tdsam [printers] comment = All Printers path
2002 Apr 04
1
"error in rsync protocol data stream"
Hello, I'm having a problem doing a remote rsync over ssh - i'm using a script that has worked for quite a while, using rsync 2.4.6 on both ends. I upgraded the "client" to 2.5.5, and began seeing this error: rsync: connection unexpectedly closed (158246 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(150) At which time there is a
2011 Apr 18
1
using "aggregate" when variable names contain spaces
Hello! my data set has many variables. Unfortuantely, many of those variables contain spaces in their names. I need advice on: how to refer to variable names in the formula for "aggregate". See example below: ### Generating example data set: mydate = rep(seq(as.Date("2008-12-01"), length = 3, by = "month"),4) value1=c(1,10,100,2,20,200,3,30,300,4,40,400)
2012 Jan 24
1
detecting noise in data?
Hi all, I have data which are unfortuantely comtaminated by noise. We knew that the noise is at different level than the correct data, i.e. the noise data can be easily picked out by human eyes. It looks as if there are two people that generated the two very different data with different mean levels, and they got mixed together. i.e. assming the two data are following unknown distribution DF,
2004 Sep 02
1
Hard Ground (On Ring)
We have been experiencing static noise on one of our phone lines connected to our Adtran Total Access 750 which is then connected to a T100P card. I was convinced that, after rain storms, the static would get worse, it was surely a problem of Verizon's. Verizon sent a field rep out today and he told our secretary (I was busy) that there was a hard ground on the Ring portion of the line.
2002 Sep 03
2
Problem with SJava sample "JavaRCall"
Hi, I am trying to run the example "JavaRCall" with SJava 0.65 and R1.5.1 under Windows NT4.0. Although loadLibrary("RInterpreter") worked successfull, the following error occurs: "Exception breakpoint occurred at line 65 of ROmegahatInterpreter.java. java.lang.UnsatisfiedLinkError: boolean org.omegahat.R.Java.ROmegahatInterpreter.initR(java.lang.String[]) boolean
2008 Feb 23
1
packet loss with re(4)
With FreeBSD 6.3-RELEASE, I'm finding significant packet loss (sometimes 85%). If I insert an Intel nic (fxp), there is nil packet loss with similar tests (ping -c 100). re0: <RealTek 8168/8111B PCIe Gigabit Ethernet> port 0xc800-0xc8ff mem 0xf9fff000-0xf9ffffff irq 17 at device 0.0 on pci1 I have seen a thread on current mentioning similar problems: