similar to: [Bug 236] No setproctitle() replacement for many unices

Displaying 20 results from an estimated 1000 matches similar to: "[Bug 236] No setproctitle() replacement for many unices"

2002 Jun 07
1
Setproctitle && HPUX, patch/fix included
Hello, I've asked this on the openssh (regular) list before, but was directed here. I've been trying to get the 'setproctitle' part working on HPUX systems (11.00). I've figured out that on HP setproctitle requires sys/pstat.h and some other settings. I can locate sys/pstat.h on my system, but the ./configure won't find it (it's in /usr/include/sys/pstat.h). When I
2002 May 08
2
[Bug 236] No setproctitle() replacement for many unices
http://bugzilla.mindrot.org/show_bug.cgi?id=236 ------- Additional Comments From djm at mindrot.org 2002-05-08 11:41 ------- Created an attachment (id=93) setproctitle() replacement for more OSs ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2002 May 08
0
[Bug 236] New: No setproctitle() replacement for many unices
http://bugzilla.mindrot.org/show_bug.cgi?id=236 Summary: No setproctitle() replacement for many unices Product: Portable OpenSSH Version: -current Platform: Other OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Miscellaneous AssignedTo: openssh-unix-dev at mindrot.org
2003 Jan 19
1
OpenSSH build failure on NetBSD 1.5.2
Hi All. The recent setproctitle changes don't seem to work on NetBSD. Some of the variables are still used when the definitions are #ifdef'ed out. Attached patch fixes it, but I'm not sure it does it the right way. -Daz. gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I.. -I../../openbsd-compat -I../../openbsd-compat/.. -DHAVE_CONFIG_H -c
2001 Jun 05
2
setproctitle
The portable OpenSSH source comes with an implementation of setproctitle() that on some systems (Solaris for example) does nothing. The current sendmail distributions have an alternate setproctitle() that tries to get the effect on a wide range of systems. Would there be any interest in a patch for the portable OpenSSH that uses the sendmail setproctitle as a starting point to get setproctitle
2017 Mar 15
1
samba: setproctitle not initialized, please either call setproctitle_init() or link against libbsd-ctor.
Try : apt-get remove libbsd-dev restart samba, now is the message gone? Gr. Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens BasSamba via > samba > Verzonden: woensdag 15 maart 2017 16:09 > Aan: samba at lists.samba.org > Onderwerp: [Samba] samba: setproctitle not initialized, please either call >
2011 Mar 28
15
[Bug 1883] New: use setproctitle for persistent mux master
https://bugzilla.mindrot.org/show_bug.cgi?id=1883 Summary: use setproctitle for persistent mux master Product: Portable OpenSSH Version: 5.8p1 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: ssh AssignedTo: unassigned-bugs at mindrot.org ReportedBy:
2016 Sep 20
2
setproctitle not initialized, please either call setproctitle_init() or link against libbsd-ctor
Hi for all! I have Samba 4.3.9-Ubuntu DC in ADDC_Mode and it's working perfectly But in Samba Log have this: "samba: setproctitle not initialized, please either call setproctitle_init() or link against libbsd-ctor." The libbsd-dev package is installed Is this a problem? SAMBA.CONF: # Global parameters [global] workgroup = TESTEAD realm = testead.xxxxx.xxx netbios name = GTESTE2
2004 Jul 20
3
[Bug 899] sshd displays illegal usernames through setproctitle()
http://bugzilla.mindrot.org/show_bug.cgi?id=899 Summary: sshd displays illegal usernames through setproctitle() Product: Portable OpenSSH Version: 3.8.1p1 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: openssh-bugs at mindrot.org
2015 Dec 04
1
setproctitle Errors
Hi List I've spun up a fresh Debian 8 VM to test out the upgrade steps for a Debian samba 4.1.17 package deployment to a compiled samba 4.2.5. All seem s to work fine (apt-get remove samba first, followed by configure/make/install), but I get the following errors in my samba.log: samba: setproctitle not initialized, please either call setproctitle_init() or link against libbsd-ctor Is this
2008 Mar 10
0
[PATCH] timezone extern is not portable to all unices
This patch pulls the tm_gmtoff variable from the struct tm to compute the offset since UTC in minutes vs using the non-portable timezone extern Signed-off-by: Doug Goldstein <cardoe at gentoo.org> --- swfdec-gtk/swfdec_gtk_system.c | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) -------------- next part -------------- A non-text attachment was scrubbed... Name:
2017 Mar 17
0
samba: setproctitle not initialized, please either call setproctitle_init() or link against libbsd-ctor.
-----Original Message----- From: BasSamba [mailto:bassamba at rediffmail.com] Sent: Friday, March 17, 2017 12:17 PM To: 'L.P.H. van Belle'; samba at lists.samba.org Subject: RE: [Samba] samba: setproctitle not initialized, please either call setproctitle_init() or link against libbsd-ctor. Hi, Tried, It says "not installed" below is the result
2017 Mar 17
0
samba: setproctitle not initialized, please either call setproctitle_init() or link against libbsd-ctor.
On Fri, 2017-03-17 at 12:16 +0530, BasSamba via samba wrote: > Hi, > Tried, It says "not installed" below is the result To be clear, for this particular solution you need to now rebuild and re-install samba from source, as removing the -dev files has no impact on already built binaries. Thanks, Andrew Bartlett >
2000 Nov 05
1
suggested bsd-setproctitle.c
Keven Steves, Can I suggest this minor change. To halt a bit of compiler grumble on BSD4.3 platforms. It's complaining about unsued variable "__progname". I wanted to check with you before committing it incase you had some other plans in mind (and I know how I hate when others break my code =). Thanks, - Ben --- ../openssh/bsd-setproctitle.c Wed Oct 18 08:11:44 2000 +++
2016 Sep 20
0
setproctitle not initialized, please either call setproctitle_init() or link against libbsd-ctor
On Tue, 20 Sep 2016 10:17:14 -0300 Anderson Hoffmann do Carmo via samba <samba at lists.samba.org> wrote: > Hi for all! > > I have Samba 4.3.9-Ubuntu DC in ADDC_Mode and it's working perfectly > But in Samba Log have this: "samba: setproctitle not initialized, > please either call setproctitle_init() or link against libbsd-ctor." > The libbsd-dev package is
2003 Jan 25
1
Build failures: nanosleep on Solaris and AIX 4.2.x
Hi All. The recent changes to scp caused build failures on Solaris and AIX 4.2 which showed up on the tinderbox[1]. I mentioned the first to djm in email yesterday but I'm posting after finding the second, in case anyone else has seen similar problems. Solaris' nanosleep is in librt (or libposix4 in older versions) which is not linked. Adding them to configure works fine, however ldd
2019 Aug 01
1
I need to open the personal homepage function, thank you very much.
Because I am from China, this is the English name. Alan Bartlett <ajb at elrepo.org> ?2019?7?30??? ??10:42??? > On Tue, 30 Jul 2019 at 07:03, lost maniac <maniac.cn at gmail.com> wrote: > > > > I need to open the personal homepage function, thank you very much. > > My wiki account is: LostManiac > > > > thank you very much > >
2015 Aug 21
4
Announce: OpenSSH 7.1 released
OpenSSH 7.1 has just been released. It will be available from the mirrors listed at http://www.openssh.com/ shortly. OpenSSH is a 100% complete SSH protocol 2.0 implementation and includes sftp client and server support. OpenSSH also includes transitional support for the legacy SSH 1.3 and 1.5 protocols that may be enabled at compile-time. Once again, we would like to thank the OpenSSH community
2015 Jun 10
7
curve25519
I have developed a compact at the same time high performance library for curve25519/ed25519 and I have placed it in the public domain. It support DH key exchange as well as ed25519 keygen, sign and verify. The implementation is constant-time, supports blinding, bulk-verify and more. The library is available as portable-C as well as ASM for Intel-x64 CPUs. It outperforms curve25519-donna by a
2019 Jul 30
2
I need to open the personal homepage function, thank you very much.
I need to open the personal homepage function, thank you very much. My wiki account is: LostManiac thank you very much -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-docs/attachments/20190730/8acc93d1/attachment-0006.html>