similar to: IPv6 broken under AIX?

Displaying 20 results from an estimated 500 matches similar to: "IPv6 broken under AIX?"

2009 Dec 02
2
User executional bit set when creating/modifying file on linux server from linux client
Whenever I create or modify a file on my cifs-mount, be it by `echo "test" >> file` or from bash, the file mode is changed with u+x. However, that does not happen with touch, and usign chmod u-x works as it should. This is very annoying... It is a linux samba server running samba 3.0.24. I know it's not the latest, and if you know there was a bug fixed that can solve my
2005 Mar 18
1
Setauthdb defined twice in openssh-4.0p1 on AIX 5.3
When compiling openssh-4.0p1 under AIX 5.3 ML01 using gcc 3.4.3 I get the following error: > (cd openbsd-compat && make) > make[1]: Entering directory > `/usr/local/src/openssh-4.0p1/openbsd-compat' > gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I.. -I. > -I./.. -I/usr/local/ssl/include -DHAVE_CONFIG_H -c bsd-arc4random.c > In file included from
2010 Nov 11
4
How to get a specific named element in a nested list
Hello, I have a nested named list structure, like the following: x <- list( list( list(df1,df2) list(df3, list(df4,df5)) list(df6,df7))) with df1...d7 as data frames. Every data frame is named. Is there a way to get a specific named element in x? so, for example, x[[c("df5")]] gives me the data frame 5? Thank you in advance! Best, Friedericksen
2010 Nov 22
9
[Bug 1841] New: Error message if key not first in authorized_keys file
https://bugzilla.mindrot.org/show_bug.cgi?id=1841 Summary: Error message if key not first in authorized_keys file Product: Portable OpenSSH Version: 5.6p1 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: unassigned-bugs at mindrot.org
2010 Apr 29
12
[Bug 1765] New: Error message if key not first in authorized_keys file
https://bugzilla.mindrot.org/show_bug.cgi?id=1765 Summary: Error message if key not first in authorized_keys file Product: Portable OpenSSH Version: 5.5p1 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: unassigned-bugs at mindrot.org
2003 Nov 03
1
Problems with PAM and PermitRootLogin without-password
Hello all, I was running some tests with openssh 3.7.1p2 and I noticed that PermitRootLogin without-password does not work when PAM is enabled. In fact, when PAM is enabled, PermitRootLogin will work as "yes" if " without-password" is used, no matter what kind of authentication is used for root login. Is that a bug, I missed something in the configurations, or expected
2008 Apr 21
3
[LLVMdev] Small problem with intrinsics
Hello, I'm getting the impression that I'm misunderstanding something about intrinsics. I have the following reduced testcase in mind: declare void @llvm.memcpy.i32(i8*, i8*, i32, i32) nounwind define void @foo(i8* %a, i8* %b, i32 %c, i32 %d) { entry: ;call void @llvm.memcpy.i32( i8* %a, i8* %b, i32 %c, i32 %d ) ;call void @llvm.memcpy.i32( i8* %a, i8* %b, i32 0, i32 0 ) ret void
2004 May 17
8
[Bug 869] Password expiration does not work for LDAP users
http://bugzilla.mindrot.org/show_bug.cgi?id=869 Summary: Password expiration does not work for LDAP users Product: Portable OpenSSH Version: -current Platform: PPC OS/Version: AIX Status: NEW Severity: critical Priority: P2 Component: Miscellaneous AssignedTo: openssh-bugs at mindrot.org
2004 Jun 08
2
problem with DNS lookups on non-IPv4-only-mode?
Hi All, I'm Kendell, and I'm new to the list. I've been working on a SSH VPN client. I've noticed a possible glitch/bug with OpenSSH on various platforms (Linux and various BSD, but Windows seems to be OK for some reason.) The SSH VPN client can configure SSH tunnels using DNS names instead of IP addresses. It seems that if the client "rapidly" configures a number of
2004 Dec 02
1
Bug Report
To Whom It May Concern: I am running OpenSSH_3.7.1p2 on an HPUX 10.10 operating system. I recently converted my OS to a trusted system, which, among other things, shadows passwords in the /etc/passwd file. In order to shadow the user passwords, a '*' character is used. Unfortunately, the documentation for sshd states that, for HP operating systems, a '*' character in the
2004 Sep 07
2
Announce Openssh with telnet
Hi, I would not consider it a real bug, or security problem, but I wonder, why my sshd declares itself when I do a telnet on port 22: telnet localhost 22 Trying ::1... Connected to localhost. Escape character is '^]'. SSH-1.99-OpenSSH_3.7.1p2 Would it not be better, not to show anything at all, so that someone just trying, whats up on port 22 does not see what programm with witch
2003 Sep 23
1
(Trivial oddity) Old version in Portable CVS HEAD
I assume this is a branching issue, but in case anyone else notices, CVS HEAD currently declares itself as OpenSSH_3.7.1p1, not OpenSSH_3.7.1p2. The 3.7.1p2 tarball has the correct version. It'll be interesting to watch my logs and see who tries to exploit my server based on banner version ;-) -- Carson
2004 Oct 27
1
Slow uploading with sftp
Hi, I'm observing a nasty and strange behaviour with OpenSSH (SSH-2.0-OpenSSH_3.7.1p2) on Solaris 8 (Sparc). I searched the FAQ and list archive and I didn't find anything about it. The problem is that uploading through sftp is tremendously slow (~ 0.2KB/s) while downloading is ok (~ 200-300 KB/s), so I'm quite surprised. The machines I tested (client & server) are all in the
2005 Feb 09
6
[Bug 835] Enable IPv6 on AIX
http://bugzilla.mindrot.org/show_bug.cgi?id=835 ------- Additional Comments From dtucker at zip.com.au 2005-02-09 18:16 ------- Created an attachment (id=809) --> (http://bugzilla.mindrot.org/attachment.cgi?id=809&action=view) Test for badly broken getaddrinfo on AIX and work around partially busted getnameinfo This patch tests for badly broken getaddrinfo on AIX enables IPv6 if it
2004 Mar 07
1
extra groups passed by openssh - security issue?
I would appreciate your opinion on a problem with sshd on Linux, when running under daemontools supervise. The configuration: sshd version OpenSSH_3.7.1p2 Redhat Linux 2.4.20-8smp #1 SMP i686 supervise / daemontools-0.76 I see the following behavior regarding groups: -bash-2.05b$ ssh mschulz at localhost id -Gn id: cannot find name for group ID 201 id: cannot find name for group ID 2039 OA3
2004 Jun 22
2
Tcp listen limit.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi folks. Please, someone confirm if i'm right. if i'm wrong, please forgive-me. - -------------------------------------------------------------------------------------------------------------- I've developed a little tool to stress test tcp connections.( Sending syn and answer ack-syn ). that simuates a real tcp connection. (
2003 Dec 02
2
rsync 2.5.6 with ssh to a remote server
Hi, I would like to use the new interface style: rsync --rsh="ssh -l username -i key" <src> username@host::module, however I get "reset by peer" errors. Can someone give some suggestions, please? Do I need to provide a symlink to the /etc/rysncd.conf file from within the user's dir? Note, I have the groups set to same as user and the group exists. Where does
2009 Feb 04
1
AW: Workaround for pcifront issues
Thanks Anna, this was also quite interesting for me. Did you mean that I just have to eliminate the else branch or raise arround "All devices behind the uppermost PCI/PCI-X bridge must be co-assigned to the same guest." or do I have to eliminate more in order to prevent an FLR (whatever that is). For my board it''s definitely necessary to move PCI devices in different guests,
2003 Sep 24
2
sshd terminates a session after a successful login
I've recently upgraded our environment to OpenSSH-3.7.1p1 on Solaris, AIX and IRIX. I have had no luck when it comes to getting the IRIX environment to work. With sshd running on an IRIX server, I connect with any other version/OS ssh, watch the connection establish, get right up to the point where the shell should spawn and sshd terminates. I have been unable to find any information online
2003 Oct 21
2
Fwd: Re: Bus Error with OpenSSH 3.7.1p2 on Solaris 8, SPARC 64-bit
The story of this problem, AFAIK, is that Solaris 8 YASSP and JASS and vigilant/paranoid sysadmins have been known to set a restricitve umask in /etc/default/login. OpenSSH compatibility for Solaris 8 has been spotty at times for sparcv9 targets. This time, when a sparcv9 binary tries to sscanf(3C) the numeric umask as a long octal and put it in a mode_t, SIGBUS happens. What this looks like in