Displaying 20 results from an estimated 6000 matches similar to: "openssh + pam on solaris"
2004 Aug 06
3
wow
massive props to the vorbis and icecast2 people.. this is truely
impressive stuff guys. we're going live with pure icecast2/vorbis
monday. its scary that 56K vorbis sounds almost as good as 128K mp3.
this is a lifesaver as our isp is about to pull the plug for excessive
bandwidth usage :>
--
http://chemlab.org - email shade-pgpkey@chemlab.org for pgp public key
chemlab radio!
2004 Aug 06
0
wow
Sorry to ask, but where can I find icecast2 and vorbis?
<p>www.icecast.org only talks about icecast, not icecast2.
Where an one find the apps/tools for the latest-greatest?
Tx in advance.
David
david@oldcolo.com
<p>-----Original Message-----
From: owner-icecast@xiph.org [mailto:owner-icecast@xiph.org]On Behalf Of
steve j. kondik
Sent: Thursday, October 03, 2002 7:58 PM
To:
2004 Aug 06
2
another icecast2 question
icecast 1.3 had the "nametemplate" option.. is there any way to
duplicate this in icecast2? i like to see our custom station info
(name/url) along side the artist/title info.
--
http://chemlab.org - email shade-pgpkey@chemlab.org for pgp public key
chemlab radio! - drop out @ http://mp3.chemlab.org:8000 24-7-365
"i could build anything if i could just find my
2004 Aug 06
1
another icecast2 question
easy one..
nametemplate chemlab radio! - %s - http://chemlab.org
o if the currently playing track was "underworld - cowgirl" you'd see:
chemlab radio! - underworld - cowgirl - http://chemlab.org
crolling across your player....
<p>On Sun, 2002-10-06 at 07:48, Michael Smith wrote:
> At 07:19 AM 10/6/02 -0400, you wrote:
> >icecast 1.3 had the
2001 Dec 05
1
gssapi + seam on solaris
i've compiled openssh with the gssapi patches on a solaris 8 system
using sun's SEAM. gssapi isn't initializing properly it seems.
debug2: input_userauth_request: try method gssapi
debug1: Mechanism negotiation is not supported
Failed gssapi for xxxx from xxxx port 33555 ssh2
sun's kerberized tools are working fine.
any help would be appreciated.
--
http://chemlab.org -
2004 Aug 06
0
icecast2 disconnects..
ugh. this is a showstopper.. is there any fix yet? i'm having the same
issue. if i HUP ices, it doesn't cause my client to reconnect (the song
changes and the metadata updates) but when it normally switches tracks,
the stream ends. i also see "invalid password" messages in my error
log..
<p><p>On Fri, 2002-10-04 at 22:29, oddsock wrote:
> weird..I posted this
2004 Aug 06
2
icecast2 disconnects..
i can confirm that this fixes the bug.
<p>On Sun, 2002-10-06 at 06:12, Michael Smith wrote:
> At 09:29 PM 10/4/02 -0500, you wrote:
> >weird..I posted this a few days ago, but it never showed up...
>
> It did, I just didn't get around to looking at it in depth...
>
> >
> >anyway, here it is (again) :)
>
2004 Aug 06
0
icecast2 disconnects..
indeed it does..nice work Mike :)
oh, and am I not supposed to see my responses to the list ? I get all
responses to my post, just not my original post, which is kind of
disconcerting if I don't get any responses to a post...anyway, at least
this bug is fixed...
now if we could only get the server to send stream data out as fast as it
can when a client first connects to eliminate the
2004 Apr 06
1
No motd, lastlog, stored pam messages displayed
Hi
while testing a new pam module i found this problem:
System: Linux 2.4.18/OpenSSH 3.8p1 client/server
The output from do_login() in session.c (motd, lastlog, stored pam
messages) isn't displayed when Privilege Separation is enabled.
I added a fflush(stdout) as the last line of do_login(), now it works.
Frank
2003 Sep 29
2
OpenSSH 3.7.1p2 AIX loginsuccess() issue
On AIX 4.3.3 and AIX 5.1, the last successful and unsuccessful logins are
no longer printer prior to the motd with either the stock openssh-3.7.1p2
or Darren's openssh-3.7.1p2-pwexp24.patch. In both cases it appears that
the loginsuccess() call (auth-passwd.c stock or auth.c Darren's patch) is
returning -1 and msg is not appended to loginmsg. /etc/security/lastlog
is updated despite
2001 Sep 06
1
lastlog on Solaris with PAM (patch included)
On Solaris, the pam_unix module includes a pam_session which updates the
lastlog file. Since OpenSSH calls pam_session before reading the lastlog
file, SSH logins to systems with this configuration (as well as similar
ones, I'd imagine) report the last login time and remote host as the values
from the current session.
My solution to this problem is to call pam_open_session in the child,
2001 Mar 22
0
Solaris UseLogin problem
I was having problems getting the UseLogin option to work
on Solaris.
I would recieve this error:
No utmpx entry. You must exec "login" from the lowest level "shell".
This led me to believe that Solaris login wants a utmpx entry in
order to function. I put together a patch that calls record_login
on Solaris when using the system login. I also noticed that writing
a wtmpx
2003 Sep 09
1
configure / compile problems samba-3.0.0rc3 on Solaris 8
Hello,
I'm running a Sun Fire V880 with Solaris 8 and iplanet directory server
4.16sp1. I'm using gcc 3.2.2.
When I run the configure, there are several warnings ans when I try to
compile samba-3.0.0rc3 I get an error.
Now here the warnings from configure --with-acl-support:
checking net/if.h usability... no
checking net/if.h presence... yes
configure: WARNING: net/if.h: present but
2001 Mar 03
0
[PATCH] PrintLastLog option
Some time ago, Ben wrote about a PrintLastLog patch:
> If the person who originally submitted it wants to write a complete
> patch and submit it. Then we would be happy to debate if it will be
> included.
Well, here it is, because: "You Asked For It!"
PS: I'm tired of maintaining my own version of Debian's ssh just to
have this option available, so I hope you find
2003 Jan 28
0
Not only pam chauthtok problems in privsep mode
Without giving a solution, I want to mention the following problem:
Not only changing expired passwords when privilege separation is enabled in
combination with PAM is not working (although the current patches seem to
solve this one). Also some PAM session modules do not work the way they are
supposed to. For instance, the pam_lastlog module. This module gets and
updates the last successful
2001 Oct 12
2
bug report: last login time vs PAM in portability release
on hp-ux 11 i see:
$ date;ssh jenny
Fri Oct 12 14:44:13 PDT 2001
Last successful login for stevesk: Fri Oct 12 10:45:42 PST8PDT 2001 on pts/2
Last unsuccessful login for stevesk: Mon Sep 24 22:55:53 PST8PDT 2001
Last login: Fri Oct 12 10:45:43 2001 from 172.31.1.53
You have mail.
so solaris PAM is different. can other solaris+PAM users confirm this?
On Fri, 12 Oct 2001, Benn Oshrin wrote:
2004 Apr 09
0
samba-pam authentication
Hi Everybody,
We are upgrading to samba-3.0.2a with SEAM kerberos and iPlanet Directory ldap server support. All the three servers runs in three different physical solaris machies. We are able to connect the samba and ldap. We are trying with security=user option in samba . For kerberos support, we thought of a solution of authentication via pam -pamkrb5 module. but samba fails for a
2008 May 29
17
SMC Webconsole 3.1 and ZFS Administration 1.0 - stacktraces in snv_b89
I''ve installed SXDE (snv_89) and found that the web console only listens on https://localhost:6789/ now, and the module for ZFS admin doesn''t work.
When I open the link, the left frame lists a stacktrace (below) and the right frame is plain empty. Any suggestions?
I tried substituting different SUNWzfsgr and SUNWzfsgu packages from older Solarises (x86/sparc, snv_77/84/89,
2004 Aug 06
5
icecast2 disconnects..
weird..I posted this a few days ago, but it never showed up...
anyway, here it is (again) :)
---------------------------------------------------
while we are talking about disconnects, I'll mention the fact that
apparently when metadata song changes are done by a source (mine namely),
icecast2 seems to want to disconnect each listener. I have confirmed that
on metadata song changes, on
2001 Oct 26
1
PAM session cleanup on Sol8 with v2.9.9p2
In do_pam_cleanup_proc(), there are 3 calls to PAM:
1) pam_close_session() - do lastlog stuff
2) pam_setcred(PAM_DELETE_CRED) - delete credentials
3) pam_end() - close PAM
It appears that pam_setcred() always fails with the error PAM_PERM_DENIED.
This is due to a check done pam_unix.so to not allow a caller with euid 0
to even try to delete their SECURE_RPC credentials. When sshd calls