Displaying 20 results from an estimated 25 matches for "abends".
Did you mean:
bends
2004 Apr 26
0
3454 Abends when transferring files to Mapped Samba Drive
Hi,
We have a Windows 2000 Server setup to be our FTP server. On the FTP
server we have created a MAPPED drive for a AIX 5.1 server using SAMBA..
We are trying to take files from the mainframe (Z/os) to the SAMBA (AIX
5.1) mapped drive on Windows 2000 server.
We get a 3454 abend when we submit a FTP job, but if we submit the job
immediately after the primary 3454 abend the FTP works OK. In
2012 Feb 03
3
[fields] image.plot abends with NAs in image.plot.info
summary: image.plot-ing two sets of netCDF data, with the second
derived from the first. First plots to PDF as expected (title, data,
legend). Second plots the data and title, but abends before drawing
the legend, with
> Error in if (del == 0 && to == 0) return(to) :
> missing value where TRUE/FALSE needed
> Calls: plot.layers.for.timestep -> image.plot -> seq -> seq.default
Debugging shows image.plot.info(...) is returning
> Browse[2]> info
&g...
2004 Mar 08
0
RE: imap process abends
I am trying to setup dovecot imap on a test Solaris 8 box. I have dovecot
POP3S running fine on another box, but I want to switch to IMAP.
I see a successful login with a message like:
Mar 8 13:22:47 sws601.mcsun.local imap-login: [ID 457029 mail.info] Login:
sunuser1 [192.168.1.17]
Then the Mozilla Mail client gets a message that the server disconnected.
It appears to be from a segfault on
2003 Nov 15
6
Samba 3 and CUPs printer causes explorer to abend
I am attempting to setup a Samba printserver to replace our Windows Print
servers.
I have defined a few printers in CUPS, some raw, and some not.
When I use the GUi to upload the drivers, The dialog works, however after
that is accomplished, any attempt to get the printer properties or to use
the printer from my W2K system (cpq0277) causes explorer to ABEND.
System setup:
RedHat 9
CUPS
2016 Nov 11
3
clamd@amavisd fails under systemd
On 11/11/16 13:36, Gordon Messmer wrote:
> On 11/09/2016 02:07 AM, Rob Kampen wrote:
>> so I have /etc/tmpfiles.d/clamd.amavisd.conf with content
>> d /var/run/clamd.amavisd 0755 amavis amavis -
>>
>> the process owner name and group name are amavis
>> this is not quite what you specified - which should it be?
>
> If "User" is set to amavis in the
2003 May 14
1
AS2.1 lock problem due to ext3?
Hi,
I installed AS2.1 kernel 2.4.9-e.16 and Emulex driver v4.21g to connect
Fujitsu raid through FC(fiber channel) cable.
I met the lock problem by the follwoing operations:
fdisk /dev/sdbX
e2mkfs -j /dev/sdbX
mount /dev/sdb1 /mnt/raid/X
// run 16 sample programs for each mount point
// pulled the FC cable and then some jobs abended.
// 1 or 2 jobs were still running.
// 'ps
2003 Aug 22
1
Problem running RTERM via SSH on Windows/2000
I'm having problems getting RTERM to work via SSH.
Whenever it has any type of problem, it abends instead
of issuing an error message and returning to the >
prompt. Both "server" and client are Windows/2000
Professional at FP4. SSH is via Cygwin on both sides.
R is version is 1071.
RTERM runs fine when run in a BASH shell on the
"server," though it does not prompt for...
2010 Mar 19
1
Can't setup rJava under ubuntu
...der on my computer and I have
no idea of why install program tries to use it.
No way to use "R CMD javareconf". As a superuser I get the
message that tere is no java interpreter, as a normal uset I
get the right configuration, but then
So I manually edited /etc/R/Makeconf (
So install abends and I try to use "R CMD javareconf" and I still get the
error:
Cannot compile a simple JNI program. See config.log for details.
e a simple JNI program. See config.log for details.
But I can't find any config.log file so I am unable to understand what is
the
error! Can the log...
2010 Dec 16
6
AHCI or IDE?
Hello All,
I want to build a home file and media server now. After experiment with a
Asus Board and running in unsolve problems I have bought this
Supermicro Board X8SIA-F with Intel i3-560 and 8 GB Ram
http://www.supermicro.com/products/motherboard/Xeon3000/3400/X8SIA.cfm?IPMI=Y
also the LSI HBA SAS 9211-8i
2006 Feb 21
0
OT Proftpd stopped authenication for users
For some reason proftpd stopped authentication for users. Anonymous
access still works but when someone tries to access the server via their
login it no longer authenticates them. I recently ran yum where proftpd
was updated (that said, I'm not sure that caused the problem). I
uninstalled the new version and and installed a prior version with no
change. Below is a look at my config, a
2006 Jul 15
7
:maxsize => 30 in form not working
Well, I''ve researched the books and the web to no avail (I tried the search here too but kept getting page not found.I''m doing what the examples say to do but I cannot get this work. The form allows entry of characters beyond the maxsize which causes the app to abend giving me the browser page showing a trace with the following info preceding the trace:
Mysql::Error:
2009 Mar 24
0
[LLVMdev] va_start
Hi,
When I try to use va_start(ptr), I got the following problem :
Type *Tys = PointerType::get(IntegerType::get(8), 0);
return Intrinsic::getDeclaration(llvm_module,Intrinsic::vastart,&Tys,1);
...............
The Name generated is "llvm.va_start.p0i8", so, it's not found, abending the process.
and Len = 18
In intrinsics.gen :
if (Len == 13 && !memcmp(Name,
2009 Mar 24
0
[LLVMdev] va_start
Hi,
When I try to use va_start(ptr), I got the following problem :
Type *Tys = Type::VoidTy;
Or
Type *Tys = PointerType::get(IntegerType::get(8), 0);
return Intrinsic::getDeclaration(llvm_module,Intrinsic::vastart,&Tys,1);
...............
The Name generated is "llvm.va_start.p0i8", so, it's not found, abending the process.
and Len = 18
In intrinsics.gen :
if (Len == 13
2016 Nov 12
0
clamd@amavisd fails under systemd
On 11/11/2016 02:39 AM, Rob Kampen wrote:
> When I invoke from the CLI - there is a -nofork=yes as a part of the
> invocation.
> When systemd tries to do the invocation via the ExecStart line - the
> original clamd at .service file had this --nofork=yes also, the problem
> was that this just caused an abend of the start up with the message:
Not on my system, it doesn't:
$
2005 Jan 02
0
Re: dont lose the listners at dj changing
Guten Abend Karl Heyes,
Am Sonntag, 2. Januar 2005 um 16:22 schrieben Sie:
KH> On Sun, 2005-01-02 at 13:48, Carsten Henkel wrote:
>> c
KH> only 2 sources are allowed, so make sure you don't hit that limit.
<sources>2</sources>
>> <threadpool>20</threadpool>
KH> a bit excessive really, most people can get away with 1 or 2
2003 Aug 26
0
Fwd: Re: Problem running RTERM via SSH on Windows/2000
...roblem in
> NTemacs. Or try a different ssh (a real Windows
> one, not one designed for
> systems with ptys).
>
> On Fri, 22 Aug 2003, Bruce Moore wrote:
>
> > I'm having problems getting RTERM to work via SSH.
>
> > Whenever it has any type of problem, it abends
> instead
> > of issuing an error message and returning to the >
> > prompt. Both "server" and client are Windows/2000
> > Professional at FP4. SSH is via Cygwin on both
> sides.
> > R is version is 1071.
> >
> > RTERM runs fine when run in...
2012 Mar 20
0
FW: killing rsync seems to wipe-out the --partial .hidden files
... then reads about the very next switch ...
--delay-updates
... which has some of the hallmarks expressed in the synchronised
directory - but I expect iff the rsync session is uninterrupted?
Cheers, Frank.
-----Original Message-----
From: Frank Hamersley [mailto:terabite at bigpond.com]
Sent: Tuesday, 20 March 2012 11:27 PM
To: rsync at lists.samba.org
Subject: RE: killing rsync seems to
2012 Feb 13
1
MySQL/file system question
Hello listmates,
I got a rather strange situation that I can't quite make sense of. OK, I've
got a very large data file to sort (hundreds of millions of lines) and I
decided to use MySQL for the purpose. I inserted the stuff into a table
easily enough. Then I decided to sort it and got stuck as it turned out
that MySQL, unless specifically configured to do otherwise, puts temporary
files
2015 Feb 27
4
Back with my UID problems
On Fri, 27 Feb 2015 00:18:24 +0000
Rowland Penny <rowlandpenny at googlemail.com> wrote:
> 34, you are seriously using 34 for a standard user id number ? You
> shouldn't use anything below 1000 for a normal user, these low
> numbers are reserved for system use and you have run into a problem
> that can only be fixed by not using such low numbers. The 3000014
> number is
2008 Mar 27
0
Had it with Dell Garbage - HP Question
...blown remote console capabilities (via Java). It's a separate piece of hardware that, as long as the server PSUs have power flowing into them, lets you do things like remotely power on/off/reset the machine (referred to as virtual power), monitor OS crashes (picks up Windows BSoDs and NetWare ABENDS....haven't Oopsed Linux on one yet). iLO's allowed me to do everything from BIOS upgrades to fixing NetWare boot issues all from the comfort of my home at 3am in the morning.
The build quality is superb...more metal than plastic, so they can weight a bit more, but I expect that of my serv...