similar to: (Patch) AIX SRC Support

Displaying 20 results from an estimated 300 matches similar to: "(Patch) AIX SRC Support"

2001 May 09
2
running sshd under AIX 4.3.3 ?
Hi, If anyone has managed to get sshd to run as a subsystem in the System Resource Controller under AIX 4.3.3 (a la mkssys), then please let me know how you did it... I can mkssys and startsrc it, but it dies immediately, leaving a child sshd running with another PID than startsrc reported, and lssrc reports sshd inoperative. Is sshd a process that should stay in foreground, not forking? Or does
2002 Jul 20
1
Problem with SSHD-Daemon (OpenSSH)
Hello, i have problems with the ssh-daemon. Problem: sshd daemon would not start, complained about Not enough entropy in RNG The same message comes by ssh-keygen . Platfrom: OS/390-UnixSystemServices 2.10 / OpenSSH_2.9p1 I have the bin-Version from the IBM-Redbook SG24-5944-01 (Open Source Software for z/OS and OS/390 UNIX -
2008 Oct 16
1
merge/combine data
Hi, I have the following data imported from a csv file user_id site_id name 1 1 11 februari 2 1 11 redbook 3 1 11 tips 7 3 6 sleep 8 3 6 monitoring 9 3 6 alarm Which I would like to merge/combine into user_id site_id name 1 1 11 februari,
2008 Apr 15
2
SMB/CIFS vs DFS
Hello, I am running Mandrake 8.0 I am installing & upgrading to Samba 3.0.28 I just finished reading IBM's Redbook "Open Your Windows with Samba on Linux" (redp3780). I'd like to know, what is the best configuration between SMB/CIFS & DFS, in a Linux (servers) & Windows (clients/workstations) network. Even though I read the Redbook, it still not clear as to which
2001 Sep 06
0
Antwort: Re: AIX openssh use of SRC control
Hi I've finished and tested a patch to add src routines to openssh (based on the Redbook "Writing Reliable AIX Daemons") Since a few days I have the O.K. to post it on the list, but I still want to splitt my patch file into logical parts (SRC/Logging/Datatype fixes) Frank Datum: 06.09.2001 19:04 An: Denise Genty <genty at austin.ibm.com> Kopie:
2003 Jan 31
1
Question about version 2.2.5
Hi, I'm again... I have been studying a documentation of IBM (the Redbook) about Samba. In this document says that to run the SWAT I can to run with any user, but to chance something I need to log as root. The document speak about version 2.0.x. About this, my question is: It's true for version 2.2.5? And, in this document says also that when I pass the password, it is going in text
2006 Apr 19
1
AIX libjpeg still looms
Simon, Did you get a chance to review your AIX configuration? I'd be curious to know the differences with my own as while I have R installed, I still get the error related to libjpeg.a. Error in get(getOption("device"))() : X11 module cannot be loaded In addition: Warning message: unable to load shared library '/usr/local/R/lib/R/modules/R_X11.so': Could not load module
2008 Aug 13
1
migrating from specialized qpopper
I'm hoping to migrate to dovecot from qpopper, with the eventual goal of enabling IMAP. However, my qpopper installation is fairly specialized, so I thought I'd ask here to see if anyone could get me headed down the best path. Here's the situation. I'm running FreeBSD and have a virtual domains setup with an extremely hacked LDA to do delivery to mailboxes within hashed
2010 Jun 12
2
[PATCH] fixup xen-4.0 xend to match changes in tools-python-prefix.diff
debian/patches/tools-python-prefix.diff removes auxbin.pathTo and replaces it with auxbin.path_bin and auxbin.path_boot. However there are still references to auxbin.pathTo in xend. The attached switches those usages to the correct new function. Without these I get: Error: 'module' object has no attribute 'pathTo' when trying to start a guest with
2009 Jun 19
2
AIX starting and stopping samba from command line
All: I am running on an AIX 5.3 platform and I am looking to see if anybody has a script similar to this (see below) that will work under AIX. My goal is, on boot up I want to have samba started automatically. Can somebody let me what I have to do (on AIX) for this to happen. #!/bin/sh # # /etc/rc.d/init.d/smb - starts and stops SMB services. # # The following
2009 Aug 18
2
ENC: postscript, options
I'm not shure but I guess that you miss a " and putted it in the wrong place! Try this: postscript("/pathto/filename.eps",horizontal=FALSE,onefile=FALSE) Hope It helps. -----Mensagem original----- De: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] Em nome de e-letter Enviada em: segunda-feira, 17 de agosto de 2009 10:11 Para: r-help at r-project.org
2001 May 21
0
Rep:Re: [HELP] file access
Hi! A .ST file actually is a file representing an Atari ST disk. As Atari used Dos format, I can do (if I want): mount /pathTo/file.st /pathTo/mntPoint -t msdos -o loop So Stew (the Atari emulator) actually does file access, not disk access. Still, I'll follow Mr Patel's suggestion, and try to send the resulting file. Yves. -----Message d'origine De: g.patel@wanadoo.fr----- >I use
2004 May 16
0
rsync and SSL: gettig the patch working
Hi all, I have applied the patch at http://metastatic.org/source/rsync-ssl.patch to the rsync v2.6.2 tree, and have it installed between two hosts. Unfortunately the patch contains no docs, so I have no idea whether I've configured it correctly. Any attempt at making an rsync transfer bombs out with the error: [fma@chandler fma]$ rsync -a --ssl-ca-certs=/usr/share/ssl/certs/caCert.pem
2005 Nov 27
2
installing apps correctly
Hi, I'm still struggling with my vfp app in wine. This time I removed all traces of my old deb 0.9.1 installation and did a compile from cvs. Using wine tools I got my base setup and M$ extras installed, and then installed my runtime app again using its own (wise) installer. The problem persists that it doesn't find its own dependencies if I fire it up from anything other than its top
2006 Dec 06
2
ssh 4.x using aix 5.3 auditing
Im trying to identify how ssh 4.5 interacts with the audit subsystem within AIX 5.3. i get an event when a user logs in, but not when they exit via ssh. i can get it to work with telnet, however. It would seem to me that if an event is captured from the login, that the same would be true for the logout. I've opened a PMR w/IBM, but not getting very much help. below is an example of my
2009 Sep 15
2
Building R package with .c sub-routine files
Lets say I have two source files file1.c and file2.c The latter just contains sub-routines to be used by the first. i.e. in file1.c I have the line #include "file2.c" Let's say "R CMD SHLIB file1.c" runs perfectly and I want to include the code in a package, "R CMD build" also runs fine but R CMD check" gives * checking whether package
2002 Mar 15
1
[Bug 167] New: WARNING: sys/ttcompat.h: present but cannot be compiled.
http://bugzilla.mindrot.org/show_bug.cgi?id=167 Summary: WARNING: sys/ttcompat.h: present but cannot be compiled. Product: Portable OpenSSH Version: 3.1p1 Platform: Sparc OS/Version: Solaris Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo: openssh-unix-dev at
2002 Mar 21
0
StrictModes yes fails in some cases on AIX
today I've got a strange error on a AIX 4.3 box (OpenSSH 3.1p1) secure_filename() fails with "realpath /users/fmohr/.ssh/authorized_keys failed: Permission denied" in a (realy special) case: - /users/fmohr/ is mounted by the automounter - the directory is exported via a dfs/nfs gateway - StrictModes is set to yes it works if the mounted directory is directly exported via nfs or
2001 Mar 16
0
SIGHUP/av[0] restart failure (AIX)
> Mar 13 12:01:48 whippet sshd[31644]: Received SIGHUP; restarting. > Mar 13 12:01:48 whippet sshd[31644]: RESTART FAILED: av[0]='sshd', > error: No such file or directory. My guess is that you started sshd using "sshd" (either from within /usr/local/sbin or with it in your PATH). > The sshd program is not named anything unusual, and is located in >
2007 Mar 30
5
Create CD from avi files
I have avi files in xVid format from my Camera, and I want to create a Video CD that can be viewed on any CD player. I have searched through the various repos (including rpmforage and kbsingh) and did not find anything that would burn. I have a number of programs that have no trouble displaying these files. Including xzine, Avidemux, and VideoLAN-Client). I unfortunately have to make these