Displaying 20 results from an estimated 800 matches similar to: "solaris 8 and ls -l problems"
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?
2002 May 01
3
scp 3.1p1 problem on Solaris
I have removed ANDIrand from my Solaris8 system and installed patch
112438-01 which provides native /dev/random and /dev/urandom devices.
Recompiled both openssl-0.9.6c and openssh-3.1p1, restarted sshd.
Now I seem unable to use scp, and connections to the local sshd appear
to be very slow.
$ scp php-4.2.0.tar.gz user at remote:/WWWserv/src
local at bastion's password:
php-4.2.0.tar.gz
2005 Sep 08
1
Solaris NSS/winbind problem - large groups
Hello All,
It seems that 'getent group groupname' hangs on large groups for Solaris 8/9
running winbind. Currently running Samba 3.0.20 but also tried 3.0.10.
'ls -l' also hangs if listing a file created by a user who's primary group
is too large(such as Domain Users). Users can still access the files but
netbackups hang.
The problem I am experiencing is found in the
2012 May 05
3
[PATCH] fix non-RT sigsuspend()
While the userspace function signature is
int sigsuspend(const sigset_t *maskptr)
there are several variants of how this is mapped into kernel
functions: one for rt_sigsuspend and several, mutually incompatible,
legacy ones, split by architectures. Before this commit, klibc did
not care about that and passed maskptr as first and only argument
to the syscall, leading to junk in other argument
2013 May 09
2
Klibc 2.0.2 build vs -j 30-ish
I've run into a problem with building klibc with high parallelism
It's not quite predictable, but at a -j of approx 25-30 or more
(on a 24 hyperthreaded machine), I often get something like
the following error messages:
...
KLIBCCC usr/klibc/sigsuspend.o
KLIBCCC usr/klibc/sigprocmask.o
KLIBCCC usr/klibc/pselect.o
KLIBCCC usr/klibc/ppoll.o
/git/KLIBC/usr/klibc/sigsuspend.c:8:31: fatal
2011 Jan 29
2
On the trail of sigsuspend(2)
SIGSUSPEND(2) Linux Programmer's Manual SIGSUSPEND(2)
NAME
sigsuspend - wait for a signal
SYNOPSIS
#include <signal.h>
int sigsuspend(const sigset_t *mask);
? and ?
SIGSUSPEND(2) BSD Programmer's Manual SIGSUSPEND(2)
NAME
sigsuspend - atomically release blocked signals and wait for interrupt
SYNOPSIS
2019 Sep 12
0
Fwd: Launchpad [Bug 1843743] [NEW] klibc ftbfs in eoan
---------- Forwarded message ----------
From: Matthias Klose <doko at ubuntu.com>
Message-ID:
<156829951299.6967.9341353260688596797.malonedeb at soybean.canonical.com>
Date: Thu, 12 Sep 2019 14:45:12 -0000
Subject: [Bug 1843743] [NEW] klibc ftbfs in eoan
Reply-To: Bug 1843743 <1843743 at bugs.launchpad.net>
Public bug reported:
2019 Oct 07
0
[klibc:master] Fix missing header dependency for sigsuspend.o
Commit-ID: 5b7689f66c4476432ebe8fe8a88ea9fdeaa4eba8
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=5b7689f66c4476432ebe8fe8a88ea9fdeaa4eba8
Author: Ben Hutchings <ben at decadent.org.uk>
AuthorDate: Mon, 7 Oct 2019 16:49:35 +0100
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Mon, 7 Oct 2019 17:25:17 +0100
[klibc] Fix missing header
2019 Oct 14
0
Fwd: [Bug 1843743] Re: klibc ftbfs in eoan
---------- Forwarded message ----------
From: Adam Conrad <adconrad at 0c3.net>
Message-ID:
<157106879908.15546.2658970073129703906.malone at soybean.canonical.com>
2.0.7-1 fails to build in the same way on Ubuntu 19.10. I'm assuming
it's either glibc 2.30 (Debian is at 2.29) or linux 5.3 (Debian is at
5.2), with the latter being more likely.
--
You received this bug
2019 Oct 21
0
Fwd: [Bug 1843743] Re: klibc ftbfs in eoan
Hrm, perhaps adding the flag (or the matching __attribute__) only
to where it is needed makes sense? --mirabilos
---------- Forwarded message ----------
From: Adam Conrad <adconrad at 0c3.net>
Message-ID: <157169641305.9361.4432909657455952189.malone at soybean.canonical.com>
Date: Mon, 21 Oct 2019 22:20:12 -0000
Subject: [Bug 1843743] Re: klibc ftbfs in eoan
Reply-To: Bug 1843743
2003 Apr 14
2
SIP hanging
I too am having this problem reported by Frank Hoonhout. Asterisk runs fine
for a few minutes and then stops accepting new calls. (I have a standalone
server with SIP phones and I'm not doing any external registration).
Asterisk CVS-04/07/03-09:28:50
0x420e0037 in poll () from /lib/i686/libc.so.6
(gdb) info threads
16 Thread 14351 (LWP 7258) 0x420e187e in select () from
2004 Oct 05
3
Icecast 2.0.1 segmentation fault under LInux
Hi:
I maintain an Icecast server at acbradio.org. Recently it's been crashing
fairly regularly. I've not yet upgraded it to 2.0.2. I thought I'd report
this crash bug first as the release note seemed to suggest that the fix
there was only for Windows. I'm thinking that either this is a separate
problem or it's an example of the same one under LInux, thereby making it
2010 Apr 07
2
[LLVMdev] Proposal: stack/context switching within a thread
Right now the functionality is available, sometimes, from the C
standard library. But embedded environments (often running a limited
standard library) and server environments would benefit heavily from a
standard way to specify context switches within a single thread in the
style of makecontext/swapcontext/setcontext, and built-in support for
these operations would also open the way for
2005 Jun 10
1
MSWORD problem after upgrade to samba 3.0.14a
Hey all,
I was wondering if anyone else is experiencing a problem with Samba
3.0.14a.
The problems is after the users connects to a samba share and opens msword,
creates a document then does "file|save"
Then opens the file and makes changes then does "file|save" again, it comes
up and says that the backup copy of the file could not be created and never
actually saves
2006 Feb 27
1
Problems dialing to another Asterisk server
Hi,
I have a problem dialing a SIP phone which is logged in as different
Astesrik machine from the one I am working with.
I want to call a phone in Another astersik machine in , if it answers,
calling a SiP phone registered in my ASterisk:
My dialplan is:
[mariaSIP]
exten => _1.,1,Wait(1)
exten => _1.,2,Dial(SIP/6021@192.168.0.51:5038,20)
exten => _1.,3,HangUp()
exten =>
1999 Jan 11
0
unix password sync problem in samba-2.0.0beta5
samba-2.0.0beta5
built on Solaris 2.5 with gcc-2.7.2
running on Solaris 2.5.1
I'm trying to track down a problem I'm having using unix password sync in
samba-2.0.0beta5. I've noticed some funkiness with the SIGCLD handling in
smbd/chgpasswd.c. It seems that after an smbpasswd is run and unix
password sync is being used, an smbd is left behind, rapidly spinning it
wheels. A truss of
2004 Oct 07
3
Small bug with Samba 3.0.7's smbd process (or just a bad compilation)???
Hi,
I have compiled and installed Samba 3.0.7 with MIT Kerberos 1.3.5 and
OpenLDAP 2.2.17. The reason for it is that I need to authenticate Windows'
user accesses to a Samba share via the Samba's ADS security mode.
I found out one potential problem with Samba 3.0.7 and I have one general
question:
Problem
------------
Normally, when Samba is started, there should be one smbd
2020 Mar 28
0
[klibc:master] Suppress format truncation warnings for sprintf() and vsprintf()
Commit-ID: d8e32d95a1bff2639f9ede9eae9b07b53f37bdac
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=d8e32d95a1bff2639f9ede9eae9b07b53f37bdac
Author: Ben Hutchings <ben at decadent.org.uk>
AuthorDate: Sat, 28 Mar 2020 21:57:26 +0000
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Sat, 28 Mar 2020 21:57:26 +0000
[klibc] Suppress format truncation
2020 Jul 25
0
[klibc:execstack-fixes] s390: Set sa_restorer for signals and disable executable stack
Commit-ID: ed8a58947232eab57ce42219f07ca451dcfdd214
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=ed8a58947232eab57ce42219f07ca451dcfdd214
Author: Ben Hutchings <ben at decadent.org.uk>
AuthorDate: Thu, 30 Apr 2020 03:38:34 +0100
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Sat, 25 Jul 2020 17:33:29 +0100
[klibc] s390: Set sa_restorer for
2020 Aug 20
0
[klibc:execstack-fixes] s390: Set sa_restorer for signals and disable executable stack
Commit-ID: 89d59ccf2d6ffede32c32b26eda57c24ec33b275
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=89d59ccf2d6ffede32c32b26eda57c24ec33b275
Author: Ben Hutchings <ben at decadent.org.uk>
AuthorDate: Thu, 30 Apr 2020 03:38:34 +0100
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Thu, 20 Aug 2020 23:21:25 +0100
[klibc] s390: Set sa_restorer for