Displaying 17 results from an estimated 17 matches similar to: "6273855 gcc and sgs/crle don''t get along"
2006 Oct 31
0
6372082 ld -r erroneously creates .got section on i386
Author: rie
Repository: /hg/zfs-crypto/gate
Revision: 37c7c62679d7987230afdd78480cf8d105c096a6
Log message:
6372082 ld -r erroneously creates .got section on i386
6201866 amd64: linker symbol elimination is broken
Files:
update: usr/src/cmd/sgs/elfdump/common/elfdump.c
update: usr/src/cmd/sgs/elfdump/common/elfdump.msg
update: usr/src/cmd/sgs/libld/amd64/machrel.c
update:
2006 Oct 31
0
6310736 gcc and sgs/libld don''t get along on SPARC
Author: seizo
Repository: /hg/zfs-crypto/gate
Revision: 330844b4f33697fd5dcac9a73e86d971a886a6d1
Log message:
6310736 gcc and sgs/libld don''t get along on SPARC
Files:
update: usr/src/cmd/sgs/libld/sparc/machrel.c
update: usr/src/cmd/sgs/packages/common/SUNWonld-README
2017 Feb 18
2
[lld] Has anybody ever run into the Solaris linker before?
Recently LLD made it to the front page of HN (yay!):
https://news.ycombinator.com/item?id=13670458
This comment about the Solaris linker surprised me:
https://news.ycombinator.com/item?id=13672364
"""
> To me, the biggest advantage is cross compiling
Not all system linkers have this problem. For example, Solaris ld(1) is
perfectly capable of cross-linking any valid ELF file.
2006 Oct 31
0
6340814 ld.so.1 core dump with HWCAP relocatable object + updated statistics
Author: rie
Repository: /hg/zfs-crypto/gate
Revision: 03313218730eac4d34c28c7ddc91858f0fe04c79
Log message:
6340814 ld.so.1 core dump with HWCAP relocatable object + updated statistics
Files:
update: usr/src/cmd/sgs/include/libld.h
update: usr/src/cmd/sgs/libld/common/relocate.c
update: usr/src/cmd/sgs/liblddbg/common/liblddbg.msg
update: usr/src/cmd/sgs/liblddbg/common/statistics.c
update:
2005 Apr 28
1
PANIC: internal error
HP UX11i
My SA is off island and I am in unfamiliar territory. We are getting an
error when trying to start winbindd.
===============================================================
[Thu Apr 28 12:04:49 2005
, 0] lib/util.c:smb_panic2(1398)
PANIC: internal error
[Thu Apr 28 13:07:20 2005
, 1] nsswitch/winbindd.c:main(843)
winbindd version 3.0.5 based HP CIFS Server T.30.PV.02
2004 Jan 29
10
Back to 3.0.1, Winbind and Solaris 9
I've gone back to 3.0.1 to try and get winbind to work with my Solaris 9
machine and NT4 domain. Everything works except user authentication. The
wbinfo and getent commands do what they are supposed to.
I've included a truss of 'su - ganguly'
According to pamlog, the user 'ganguly' has been granted access but it is
still hanging.
How do I do a truss of a telnet login?
2003 Sep 30
0
Cannot start SWAT on Solaris 8 server - libiconv.so.2: open failed: No such file or directory
Hi!
I'm having some trouble getting SWAT to run on a Solaris 8 server of mine.
On this server, SWAT is started through inetd:
root_s07nfs:/opt/ > grep swat /etc/inetd.conf
swat stream tcp nowait.400 root /opt/samba-3.0.0/samba/bin/swat swat
When I go to http://server:901/, I see this in the browser window:
ld.so.1: swat: fatal: libiconv.so.2: open failed: No such file or
2004 Mar 30
1
Cannot start SWAT on Solaris 8 server - libiconv.so.2: open
No one on the planet has seemed to answer this question. After an hour
or so of trying to fix this problem myself, I now have the answer, at
least a temp fix for it.
I just linked /usr/local/lib/libiconf.so.2 /lib/libiconf.so.2 in Solaris
9. Seems to get Swat working again.
=========
Original message
=========
Hi!
I'm having some trouble getting SWAT to run on a
2002 Jun 27
1
winbind problem on solaris (samba head)
Hello,
I just buildt via cvs samba head. I used just the option --with-winbind (no
pam). The first problem is that sessionid.tdb is missing after the build.
I don't know how to make it make a new one (can I copy one from another
server or is there something in it that would make that a bad idea?). The
other problem is that wbinfo -t says secret is good, wbinfo -g/u return the
correct
2006 May 13
0
Here's a recipe for Samba+Active Directory on Solaris 9
Samba 3.0.22 on Solaris 9 with Active Directory
===============================================
Dan Shearer
Version 1.0
May 2006
Official Samba binaries for Solaris 9 are not enabled for ADS
support. Enabling ADS is much harder than it looks, mostly because of
the crazy Solaris 9 build environment.
Here is the simplest reproducable recipe I could find for ADS-enabled
Samba on a default fresh
2012 Sep 12
0
R-help Digest, Vol 115, Issue 12
Hello Amelie,
I don't have an answer to your question, but I just wanted to point out
this page I noticed recently (
http://hlplab.wordpress.com/2009/05/07/multinomial-random-effects-models-in-r/),
which might be helpful.
I'm also interested in figuring out how to do a multinomial glmm, so if you
find out anything I'd be happy to hear more about it! Based on what I've
found so
2012 Nov 06
1
Multinomial MCMCglmm
Thanks for your answers Stephen and Ben,
I hope I am posting on the correct list now.
I managed so far to run the multinomial model with random effect with the
following command:
MCMCglmm(fixed=cbind(Apsy,Mygl,Crle,Crru,Miag,empty) ~
habitat:trait,random=~idh(trait):mesh,family="multinomial12",
data=dataA,rcov=~trait:units)
(where multiple responses are different species,
Habitat
2004 Apr 14
3
[Bug 841] sftp-server receives SIGCHLD.
http://bugzilla.mindrot.org/show_bug.cgi?id=841
------- Additional Comments From dtucker at zip.com.au 2004-04-14 12:00 -------
It's likely that libcrypto.so isn't in LD_LIBRARY_PATH. Try running this and
see if you get an error:
$ ssh yourserver /usr/local/openssh/libexec/sftp-server
or add something like:
LD_LIBRARY_PATH=/usr/lib:/path/to/ssl/lib
export LD_LIBRARY_PATH
to your
2006 Mar 28
1
Asterisk 1.2.6 on Solaris 8?
Hi,
I am trying to get Asterisk 1.2.6 to run on Solaris 8 (sparc). I was
able to get it to compile, but when I try to start asterisk
(./asterisk -cvg from /opt/asterisk/usr/sbin), I get the following
error:
(snip)
Asterisk Dynamic Loader Starting:
[res_musiconhold.so]Mar 28 09:23:48 WARNING[18299]: loader.c:325
__load_resource: ld.so.1: ./asterisk: fatal: relocation error: file
2012 Sep 12
7
multinomial MCMCglmm
Dear all,
I would like to add mixed effects in a multinomial model and I am trying
to use MCMCglmm for that.
The main problem I face: my data set consits of a trapping data set,
where the observation at eah trap (1 or 0 for each species) have been
aggregated per traplines. Therefore we have a proportion of
presence/absence for each species per trapline.
ex:
ID_line mesh habitat Apsy Mygl
2010 Sep 20
1
Dynamic forking in Win32
I created an application that uses dynamic forking and it works perfect in windows, but fails in wine. Is this a bug or is this feature disabled in Wine?
I don't have wine myself but someone we have testing the app for us does. It's difficult to debug over the net so I was hoping for some help here...
After adding some debug info we've traced a few failure points to a call to
2004 Feb 05
0
idmap uid range 10000-20000: pam_winbind does NOT wor k ?
Mike,
I got it working!! Have a look at what I have, here is my smb.conf and my
pam.conf.
# Global parameters
[global]
workgroup = RRLNTD01
server string = SUN001
security = DOMAIN
password server = nts009
log level = 10
syslog = 7
log file = /var/log/samba/log.%m
max log size = 50
name resolve order = wins lmhosts bcast