Displaying 20 results from an estimated 6000 matches similar to: "Solaris core dumps"
2004 Mar 04
3
[Bug 808] segfault if not using pam/keyboard-interactive mech and password's expired
http://bugzilla.mindrot.org/show_bug.cgi?id=808
Summary: segfault if not using pam/keyboard-interactive mech and
password's expired
Product: Portable OpenSSH
Version: 3.8p1
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: PAM support
2004 May 04
3
Error with USE_POSIX_THREADS and OpenSSH-3.8p1
Hello,
I am using OpenSSH-3.8p1 on HP-UX machine with USE_POSIX_THREADS option.
This is for making the kerberos credentials file to be created in the system
with PAM. In OpenSSH versions 3.5 when authentication is done with pam
kerberos, a /tmp/krb5cc_X_Y file is created on the server side. But the
KRB5CCNAME variable is not set by default. So, after we manually set this
environment variable, the
2004 Apr 14
8
[Bug 125] with BSM auditing, cron editing thru ssh session causes cron jobs to fail
http://bugzilla.mindrot.org/show_bug.cgi?id=125
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |enhancement
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2013 Oct 31
7
How do I get rid of vfb?
Hi all,
I’m running Xen 4.1 on a couple of NetBSD dom0s and NetBSD’s pkgsrc provides both the xl and xm tools for working with Xen 4.1. I understand that xl is the new way of doing things, but I can’t get it to create my guests the way I want and the main symptom of this is that the text console isn’t available.
When I create a guest with xl it starts up qemu-dm (which xm doesn’t do) and I get
2009 Nov 16
3
R-help
I have been trying to write a function for the following problem:
Suppose I have three vectors a,b,c of different lengths:
e.g. a=c(a1,a2,a3,...) where a[i] form the basis of our function variables:
if we define a table for example:
and define the fn(x) <-function{..sum(argument)..}
where x<-c(a,b,c) so that we can maximise fn(x) as:
2007 Oct 21
2
dovecot 1.1.beta3 crashes on NetBSD/sparc64 4.0_RC3 with Thunderbird 2.0.0.6
Hi all,
I'm getting core dumps from Dovecot when using Thunderbird as a client.
Everything is fine when using the Apple Mail client. I've appended the
debug dumps to this message so they are out of the way, but they should
be read now.
I think the problem might be that io->prev and io->next aren't reliably
initialised in ioloop.c:io_add. The value that io->prev has when
2009 Feb 13
2
Fwd: Manager Interface Originate (ASYNC) - How to get the Originate Status
Dear All,
I am originating the call directly to the SIP Provider using the maganger
interface + originate (ASYNC) command. Here is the PHP-AGI Script.
$call = $asm->send_request('Originate',
array('Channel'=>"SIP/416XXXXXXX at ABC/n",
'Context'=>'ORIG',
2007 Oct 23
3
More core dump stack traces
Hi all,
I found a whole bunch of core files from imap this evening, so here
are the stack traces from each. Unlike my last message, I don't have
debugging symbols for these, so there isn't any analysis I can easily
do. There were several cores with the first stack trace and one with
the second trace. The core dump for the second trace is the only one
I noticed. I suspect that the
2002 Nov 15
3
Problem with print$
Ok...I'm stuck.
Environment:
Suse 8.0, with Samba 2.2.3a, no domain controller (workgroup only).
Client machine is NT4 Workstation, SP5.
Access to disk shares is fine, no problems, using encrypted PWs.
I'm trying to set up a [print$] share, as described in chapter 6 of the
Samba-HOWTO-Collection.
The symptom that I get is that when I attempt to load the driver to the
print$ share, I
2004 Feb 27
1
Minor Thread Bug In OpenSSH 3.8p1
There is a minor problem with the PAM support in OpenSSH 3.8p1. If you use
POSIX threads (as specified by defining USE_POSIX_THREADS) in auth-pam.c,
PAM authentication will fail in routine import_environments(). The purpose
of this routine is to import variables returned by do_pam_account() in
sshpam_thread(). However, those variable are only exported if USE_POSIX_THREADS
is NOT set.
2003 Dec 07
0
[PATCH] Do PAM chauthtok via keyboard-interactive.
Hi All.
Attached is another patch that attempts to do pam_chauthtok() via SSH2
keyboard-interactive authentication. It now passes the results from the
authentication thread back to the monitor (based on a suggestion from
djm).
Because of this, it doesn't call do_pam_account twice and consequently
now works on AIX 5.2, which the previous version didn't. I haven't tested
it on any
2003 Oct 29
1
question on assorted patches
*This message was transferred with a trial version of CommuniGate(tm) Pro*
I'm trying to put togther a starting list of patches required to get
3.7.1p2 working in our enviroment. I'm pretty sure I need the following
at minimum but would like guidance about a couple of them and direction
on a couple unanswered questions. I've spent most of the morning
trolling the archives, but I
2005 Jan 12
1
Please remove my post
Please remove my post [Samba] HELP!!!! Access denied. Source file may be in
use
Goldston, Lloyd (SAIC) lloyd.goldston
<mailto:samba%40lists.samba.org?Subject=%5BSamba%5D%20HELP%21%21%21%21%20Acc
ess%20denied.%20Source%20file%20may%20be%20in%20use&In-Reply-To=> at
us.army.mil
Wed Jul 23 19:33:08 GMT 2003
I listed too much detail in my contact field and would appreciate it if you
2012 Aug 03
1
[SOLVED] iptables rule question for Centos 5
We have a simple configuration so we could get by with this
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j
ACCEPT
-A RH-Firewall-1-INPUT -s "SOURCIPADDRESS" -j REJECT --reject-with
icmp-host-prohibited
it doesn't scale well but servies the purpose.
_____________________________________
"He's no failure. He's not dead yet."
William
2005 Nov 24
2
Fwd: Matrix rotation
Ok I warned you that I'd been drinking! What I really meant was
something to go from:
[,1] [,2]
[1,] 1 2
[2,] 4 3
to
[,1] [,2]
[1,] 4 1
[2,] 3 2
to
[,1] [,2]
[1,] 3 4
[2,] 2 1
to
[,1] [,2]
[1,] 2 3
[2,] 1 4
Sorry for being a muppet, B
Begin forwarded message:
> From: Benjamin Lloyd-Hughes
2007 Oct 01
1
saving and loading complex objects
Dear Sir:
When I try to save large and very complex recursive objects with some components containing models (such as the output from arima or lm ),
the resulting file sizes increase by 4 meg per save.
example directory:
amex 8 meg
argentina 12 meg
australia 16 meg
...
Moreover, I am unable to read these file objects back into R.
I note that readBin and writeBin
2006 Feb 18
1
Where are the Portable Devices at vorbis.com ?
Hi Vorbis-ers,
It has been a while since I have checked out the Ogg Vorbis resources.
http://vorbis.com is looking great!
It is a shame though that portable (and other devices) that support Ogg
Vorbis well are not celebrated on the home page. I know there is an
extensive list at http://wiki.xiph.org/index.php/PortablePlayers, but it is
overwhelming in its completeness, and may not be immediately
2017 Jul 25
2
build from github source
I followed the http://libguestfs.org/guestfs-building.1.html to build
source.
git clone https://github.com/libguestfs/libguestfs
cd libguestfs
./autogen.sh
make
I installed the lib I didn't have it and everything is ok untill I enter
*make*
I got error message:
> CCLD libguestfs.la
> ar: `u' modifier ignored since `D' is the default (see `U')
> make[3]:
2017 May 03
1
timeout after inactivity on mount.cifs
Hi Ivan,
Not sure if you have found a solution or not since your post was back in
February, but I thought I'd reply as this is the only thread I could
find anywhere that mentions a problem that I was having on a recent
installation of Arch Linux.
A few minutes after boot all of my CIFS/Samba mounts would go offline
and I'd get an error "The host is down." But I could unmount
2009 Aug 13
12
DO NOT REPLY [Bug 6633] New: Extended attributes under Solaris are not supported.
https://bugzilla.samba.org/show_bug.cgi?id=6633
Summary: Extended attributes under Solaris are not supported.
Product: rsync
Version: 3.0.6
Platform: All
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: Lloyd.Parkes at