similar to: core dump on solaris 2.9

Displaying 20 results from an estimated 10000 matches similar to: "core dump on solaris 2.9"

2003 Oct 09
2
R-1.8.0 on Sparc Solaris 8, gcc3.2.1, bus error and core dump (PR#4485)
Example run and stack trace: wazor /s/src/stat/R-1.8.0/tests/Examples $ ../../bin/R --no-save < base-Ex.R R : Copyright 2003, The R Development Core Team Version 1.8.0 (2003-10-08) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a
2007 Sep 21
4
Recursive directory create
It appears that in version 0.23 of puppet that how I am trying to create directories is nor working. If I have a snippet like this: # Set up the images file {"$git_web_image_location": ensure => directory, recurse => true } which becomes: file {"/var/www/html/images/git": ensure => directory,
2005 Oct 16
3
Asterisk and Fedora
Hello List, I have been beating my head against the wall for a little while now trying to get my TDM400 card to work with Fedora Core 4. Not a great deal of success even after successful builds of zaptel and the other required componentry. The machine doesn't even recognize the card. Using Debian it was recognised but as a newbie to Asterisk most of the documentation I can find and
2015 Sep 17
1
names treatment in optim()
Dear both, I have found that names are not treated in the same way in optim() depending on the optimization method (argument method). The example below shows the difference between the Brent method and the L-BFGS-B method. f <- function(x){ y <- x^2;names(y) <-"f(x)";y} optim(10, f, method="Brent", lower=-1, upper=10)$value optim(10, f, method="L-BFGS-B",
2009 Jun 19
8
x4500 resilvering spare taking forever?
I''ve got a Thumper running snv_57 and a large ZFS pool. I recently noticed a drive throwing some read errors, so I did the right thing and zfs replaced it with a spare. Everything went well, but the resilvering process seems to be taking an eternity: # zpool status pool: bigpool state: ONLINE status: One or more devices has experienced an unrecoverable error. An attempt was
2007 Sep 26
2
How to 5ubscribe with modules
Ok.. munging the tag below to get pas the agressive mailbot administrivia filter. I have a manifest the following: module::foo{"$someVariable": param1=>"x" } modul::bar{"data": 5ubscribe => [Module::Foo["$someVariable"]] } The only way to get past the parsing seems to be to do one of the following: 5ubscribe
2009 Aug 04
3
setting verbosity for asterisk cli..
Hi, I am using asterisk 1.6.0.10 For debugging i set verbosity to 10 with asterisk -vvvvvvvvvvr.. now i am trying to set it lower but.. when i type asterisk -r it starts with Connected to Asterisk 1.6.0.10 currently running on asterisk1 (pid = 2408) Verbosity is at least 10 when i try set verobisty 1 or similar commands.. i think this command is obselete in 1.6 .. set verbose 1 No such command
2016 Jan 20
2
sieve and authentication
when i telnet to the sieve instance running with dovecot, i see that SASL is supported, but i cannot get thunderbird to connect to the sieve instance. it seems that i am not providing the right auth methods for sieve to work. "IMPLEMENTATION" "Dovecot Pigeonhole" "SIEVE" "fileinto reject envelope encoded-character vacation subaddress
1998 Aug 26
3
lmhosts
this may be a remedial question, but uh, what's /etc/lmhosts supposed to be? smbclient always complains that it doesn't exist... should it? thanks... -E
2010 Dec 09
7
[Bug 1843] New: ssh should mention ssh-keyscan in remote host fingerprint warning
https://bugzilla.mindrot.org/show_bug.cgi?id=1843 Summary: ssh should mention ssh-keyscan in remote host fingerprint warning Product: Portable OpenSSH Version: 5.6p1 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2 Component: ssh AssignedTo: unassigned-bugs
2019 Nov 11
1
Error: Corrupted index cache file and Error: Maildir filename has wrong S value
Good day Guys I forgot to add and mention a very important piece of the puzzle. We are making use of dovecots compression plugin. I.e. https://doc.dovecot.org/configuration_manual/zlib_plugin/#compression Regards Brent Clark On 2019/11/11 14:49, Brent Clark wrote: > Good day Aki > > Thanks ever so much for replying. > > Interesting that you ask the version of dovecot. Any
2016 Jun 30
2
Looking for GSSAPI config [was: Looking for NTLM config example]
I think the problem still is that your keytab file has no entry imap/hostname at DOMAIN and IMAP/hostname at DOMAIN you also have no host/hostname at DOMAIN Aki On 29.06.2016 18:40, Mark Foley wrote: > Yes, I think that's exactly correct. I just made a similar reply to Edgar Pettijohn about that. > The Thunderbird message is: > > "The Kerberos/GSSAPI ticket was not accepted
2005 Oct 20
1
can smbmount access paths in shares?
Can a linux machine running samba mount a pathname within a share into a local path? I'm runing samba-3.0.20b-1 on a centos 4.1 (rhel4) box. I've tried this and it fails: smbmount //servername/home/media /mnt/media/server/ -o username=myuser,password=mypass The error is: 8465: tree connect failed: ERRDOS - ERRnosuchshare (You specified an invalid share name) When I omit the last
2003 Oct 20
2
dev.print in R 1.7.1
Dear R experts How do I save a plot to a file in a specified format, f.ex ’png’? Apparently ’save.plot’ no longer exists, so I tried instead dev.print(file="H:\\jesperf\\data1image",device=png()) However no file is created and – much worse – no graphics is produced (on screen or file) if I run f.ex qqnorm afterwards. What am I doing wrong and how do I get R to print
2013 Jun 03
0
[LLVMdev] LLVM/Clang research questions
Hi Brent, You're correct. The segmented stack model is intended for performance, not security. Its goal is to allow lightweight threads to be very cheaply allocated and destroyed. For your model, you would most likely want to use different address spaces for the different memory types. Currently, clang does not allow you to define the address space of variables with automatic storage
2008 Oct 08
10
Puppet Augeas Plugin
Bryan -- I''m using the puppet augeas plugin at http://git.et.redhat.com/?p=ace.git;a=blob;f=modules/augeas/plugins/puppet/type/augeas.rb;h=2346c37d724d7607ed4e09b0413700bec2b7cbed;hb=HEAD I''m running into a behavior that I wouldn''t expect. I''d like to confirm an entry in sysctl.conf by changing the value if necessary or appending the key/value if it
2005 Oct 06
1
blank graphics window while R is working
Dear R-help, When R starts to execute some code, all the graphics windows associated with that R session go blank, and remain blank until the R prompt returns. I am using the "ion" window manager (http://modeemi.cs.tut.fi/~tuomov/ion/) under Debian linux. I notice that under the gnome desktop environment with Fedora Core 4 linux, the graphics windows retain their images while R
2004 Jul 30
0
plot() core dump
Dear R Development Team, I compile R-1.9.1 on AIX 5.2 under 2.9-aix51-020209, and xlf 7.1. In order to let R compile successfully under gcc 2.9, I have to change one C statement of file(RHOME//src/modules/X11/devX11.c) line 1768 from "retrun FALSE" to "retrun NULL", following is C code snapshot: newX11Desc * Rf_allocNewX11DeviceDesc(double ps) { newX11Desc *xd;
2017 May 11
1
[PATCH v2 5/5] ACPI: button: Obselete acpi_lid_open() invocations
On Tue, May 9, 2017 at 9:02 AM, Lv Zheng <lv.zheng at intel.com> wrote: > Since notification side has been changed to always notify kernel listeners > using _LID returning value. Now listeners needn't invoke acpi_lid_open(), > it should use a spec suggested control method lid device usage model: > register lid notification and use the notified value instead, which is the >
2004 Jul 30
1
plot(x,y) core dump
Dear R Development Team, I compile R-1.9.1 on AIX 5.2 under 2.9-aix51-020209, and xlf 7.1. In order to let R compile successfully under gcc 2.9, I have to change one C statement of file(RHOME//src/modules/X11/devX11.c) line 1768 from "retrun FALSE" to "retrun NULL", following is C code snapshot: newX11Desc * Rf_allocNewX11DeviceDesc(double ps) { newX11Desc *xd;