Sending a signal along with associated data.

2013-01-28 Thread John McKown
One way to "talk" to a daemon is to use signals. Such as doing something like "kill -HUP $(cat pid-of-syslogd) to tell syslogd to restart an reread its configuration file. I've seen other daemons which use SIGUSR1 or SIGUSR2. But that's like the old style beepers. It could only say "call this numbe

Re: Your postings on Linux-390

2013-01-28 Thread Rick Troth
<><><><><>

How to properly abuse FTP?

2013-01-28 Thread John McKown
A bit of a silly title, but I want to do something that some might consider "abusing" ftp. Anyway, at present, I transfer files from z/OS to Linux using ftp. I could use SSH, but choose not to because SSH chews up more CPU on the z/OS side. And CPU is precious there. What I do at present is basical

Re: Your postings on Linux-390

2013-01-28 Thread Rick Troth
This is a multi-part message in MIME format. Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 01/28/2013 09:57 AM, Rick Troth wrote: Wow ... that didn't work either! How about *this*? -

Re: Your postings on Linux-390

2013-01-28 Thread Rick Troth
At least the text below is viewable via TBird. If this gets through, details follow. On 01/28/2013 10:31 AM, Rick Troth wrote: > This is a multi-part message in MIME format. > Content-Type: text/plain; charset=ISO-8859-1 > Content-Transfer-Encoding: quoted-printable > > On 01/28/2013 09:57 AM,

Re: Your postings on Linux-390

2013-01-28 Thread Gregg Levine
On Mon, Jan 28, 2013 at 10:31 AM, Rick Troth wrote: > This is a multi-part message in MIME format. > Content-Type: text/plain; charset=ISO-8859-1 > Content-Transfer-Encoding: quoted-printable > > On 01/28/2013 09:57 AM, Rick Troth wrote: > > Wow ... that didn't work either! > How about *this*? >

Re: Your postings on Linux-390

2013-01-28 Thread Richard Troth
friends -- Sincere apologies for blank messages and other strangeness and all this recent noise. Tom Kennelly, Rich Smrcina, Dennis Andrews (maybe others) pointed out that some of my posts to this list show up blank. The bad behavior is seen when I post with Thunderbird+Enigmail and people view

Re: Sending a signal along with associated data.

2013-01-28 Thread Paul Dembry
As an aside, does anybody use UNIX message queues any more? I can find some information on them via Google, but I'm not aware of any actual application on my Linux system which uses them. Assume for the nonce that I am only speaking of IPC within a given system. Our VORTEXAccelerator product has

Re: Your postings on Linux-390

2013-01-28 Thread Tom Kennelly
See below. Tom Kennelly System z and zEC12 Technical Specialist Oracle ERP and Oracle technologies on z - NA IOT Cocoa, Fl. 321-506-8796 internet: kenne...@us.ibm.com From: Rick Troth To: LINUX-390@vm.marist.edu, Date: 01/28/2013 10:40 AM Subject:Re: Your postings on Linux-39

Re: Your postings on Linux-390

2013-01-28 Thread Alan Altmark
On Monday, 01/28/2013 at 11:08 EST, Richard Troth wrote: > Tom Kennelly, Rich Smrcina, Dennis Andrews (maybe others) pointed out > that some of my posts to this list show up blank. The bad behavior is > seen when I post with Thunderbird+Enigmail and people view the post > also using Thunderbird.

Re: What is this error?

2013-01-28 Thread David Boyes
> Can anyone tell me what this error is? I can't find it anywhere. > [root@fedora ~]# xrdp -k > endian wrong, edit arch.h Somehow you've gotten a non-Z binary installed, or something is wrong in the definition of the architecture byte order in arch.h. I suspect the former (which would explain xrd

What is this error?

2013-01-28 Thread Tom Huegel
Can anyone tell me what this error is? I can't find it anywhere. [root@fedora ~]# xrdp -k endian wrong, edit arch.h Thanks -- For LINUX-390 subscribe / signoff / archive access instructions, send email to lists...@vm.marist.edu

Re: What is this error?

2013-01-28 Thread John McKown
Can you do a file $(which xrdp) I'll almost bet that xrdp is not zSeries. Probably x86. On Jan 28, 2013 5:01 PM, "Tom Huegel" wrote: > Can anyone tell me what this error is? I can't find it anywhere. > > [root@fedora ~]# xrdp -k > endian wrong, edit arch.h > > Thanks > > --

Re: What is this error?

2013-01-28 Thread Tom Huegel
[root@fedora ~]# file $(which xrdp) /usr/sbin/xrdp: ELF 64-bit MSB executable, IBM S/390, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=0x19349e681c19dd5c9ecb97a9760eb42ef43c75ee, stripped On Mon, Jan 28, 2013 at 3:14 PM, John McKown wrote: > Can you

Re: What is this error?

2013-01-28 Thread Mauro Souza
On xrdp mailing list, there's something about it: http://www.mail-archive.com/xrdp-devel@lists.sourceforge.net/msg00278.html It is because the auto endianess detection is not working properly. If you download the source, grep-it for B_ENDIAN, define the endianess on the files as that link suggests

Re: What is this error?

2013-01-28 Thread Tom Huegel
Mauro - That looks like work, I thought this was supposed to be fun.-:) .. I'll give give it a try tomorrow and see what happens. Thanks On Mon, Jan 28, 2013 at 5:22 PM, Mauro Souza wrote > > On xrdp mailing list, there's something about it: > http://www.mail-archive.com/xrdp-devel@lists.sourcefo

Re: Your postings on Linux-390

2013-01-28 Thread Alan Ackerman
This one came to me as blank. (Almost all of yours appear as blank.) And I am using Apple Mail to read it, not Thunderbird. I can read it, I just have to go into View > Message > Raw Source. Is there anything below? On Jan 28, 2013, at 6:57 AM, Rick Troth wrote: > --

Re: Your postings on Linux-390

2013-01-28 Thread Alan Ackerman
That one worked. On Jan 28, 2013, at 7:31 AM, Rick Troth wrote: > This is a multi-part message in MIME format. > Content-Type: text/plain; charset=ISO-8859-1 > Content-Transfer-Encoding: quoted-printable > > On 01/28/2013 09:57 AM, Rick Troth wrote: > > Wow ... that didn't work either! > How ab