Displaying 20 results from an estimated 4000 matches similar to: "help me samba [inetd]"
2001 Mar 07
0
2.0.7 nmbd hanging up
> Sistemas Comau do Brasil wrote:
> I installed the version SAMBA_2.0.7 in a workstation SUN
> SOLARIS_2.6.
> Seemingly, everything works well, but it frequently happens
> travamentos in the communication between Windows and Unix.
> Somebody can help myself. It is very urgent!!!
Mar 7 03:13:48 cad1 inetd[179]: netbios-ns/udp server failing
(looping), service terminated
Mar 7
1998 Oct 01
1
inetd and Solaris
Environment: Solaris 2.5.1 Samba 1.9.18p3
We run samba from inetd (no special reason - just how its been done in the
past). Then on one server we got masses of Samba daemons running (up to 40 as
a time trying to run - load average 40+!), giving following complaints:
Sep 28 14:39:06 zeus.brunel.ac.uk smbd[10728]: standard input is not a socket,
a
ssuming -D option
Sep 28 14:39:06
2014 Jan 30
0
Issue with running tftpd-hpa in inetd mode?
On Thu, 2014-01-30 at 11:25 -0500, Dan Swartzendruber wrote:
> Hopefully I'm not out to lunch here. I ported tftp-hpa to our proprietary
> OS, VOS (at stratus.com). We've always runs the old legacy tftpd from
> inetd, so I wanted to continue doing so with tftp-hpa. It seems to work
> okay, but I noticed that the code in tftpd.c has a 'while (1)' loop that
> has
2000 Jun 14
1
Loopy stuff
June 14 2000
Dear Samba Folks:
The same install on a Solaris 7 machine is flawless, this is on Solaris
8. Lots of dmesg stuff piling up. .However the "Toys at Work" (PC's)
are running along and mounting their samba files just peachy and as
usual don't know any different or better. Any ideas? This was
installed using the 2.0.7 install from your site. +/- 3 weeks ago. (
1997 Jul 30
0
Can't run SAMBA from inetd
I'm trying to start SAMBA from the inetd. I have added the port numbers
to /etc/services:
netbios-ns 137/udp
netbios-ssn 139/tcp
To my inetd.conf I have added:
netbios-ssn stream tcp nowait root /usr/local/samba/bin/smbd
netbios-ns dgram udp wait root /usr/local/samba/bin/nmbd
After this I killed any samba-prosecces, and refreshed the inetd with:
2000 Nov 09
0
Bug Report - sshd invoked by inetd (follow-up)
It would seem I didn't test this thoroughly enough before I sent my
email. I can reproduce the problem (same openssh version) on both
Solaris 8 and Solaris 6. (I had thought it was only on Solaris 8.)
I haven't checked to see if it exists on other versions of Solaris,
but the problem does not exist however on RedHat 6.2 running the
same openssh version.
I hope that helps.
Adam Benjamin
2014 Jan 30
2
Issue with running tftpd-hpa in inetd mode?
> Correct. Like most UDP-based inetd services, tftpd is intended to be
run in 'wait' mode. When the first request arrives, inetd starts the
service but does not read the incoming packet (it can't, because it has
no way to pass it along to the server). After that, inetd ignores that
socket until the server exits. This isn't critical for tftp, but it
does help to keep down the
2000 Nov 09
0
Bug Report - sshd invoked by inetd on Solaris 8
Hello,
My apologies if this is a known "feature" and I'm simply reporting
something already known.
The situation is this:
- the sshd in openssh-2.3.0p1 (and also previously in openssh-2.1.1p4)
fail when invoked via inetd on Solaris 8
- the sshd is invoked with:
1) an entry in /etc/services:
sshback 10000/tcp sshdback # SSH Back Door
2) an entry
2014 Jan 30
1
Issue with running tftpd-hpa in inetd mode?
On 01/30/2014 10:25 AM, Jeffrey Hutzelman wrote:
>
> Correct. Like most UDP-based inetd services, tftpd is intended to be
> run in 'wait' mode. When the first request arrives, inetd starts the
> service but does not read the incoming packet (it can't, because it has
> no way to pass it along to the server). After that, inetd ignores that
> socket until the server
2004 Sep 10
4
question about using rsync with inetd
Hello,
we would like to use rsync (2.6.2 manualy patched and recompiled) in daemon
mode spawned by inetd (Solaris 5.8 Environment).
/etc/services:
rsync 1234/tcp #RSYNC daemon
/etc/inet/inetd.conf:
rsync stream tcp nowait publish /usr/bin/rsync rsyncd --daemon --port 1234 .
Alas, this does not seem to work, there is the following error message in
the log file:
2013 Sep 16
1
Upgrading samba 2.2.8a to 3.6.15 on Solaris 9 --> 3.6.15 brings all inetd services down
Hi samba friends,
I'm upgrading our Samba 2.2.8a server to 3.6.15 on a Solaris 9 box,
we need to do this as all our latest Mac OS X 10.8 clients cannot map to
the 2.2.8a network share, and need the newer Samba (well known issue for
mountain lion).
I've compiled 3.6.15 and this seemed to go ok, no obvious errors were shown
during .configure make and make install,
and smbd -V gives
2004 Jan 09
2
inetd & etc
Hello.
I know that it is recommended to run smbd as a standalone daemon and to
avoid inetd. Can you please tell me why inetd is discouraged and what
problems it imposes?
Also, I have one user who is having problems accessing her personal files
on a MacOSX 10.3.2 via smb. Any ideas what may be causing it?
Judy Lin
NACS-DCS
2011 Mar 17
1
inetd config - dovecot doesn't exits
Is there any option for dovecot to exit when is unneded?
I mostly use dovecot via shell process (ie. something like
/usr/sbin/dovecot --exec-mail imap)
But sometimes I want to use it remotely via tcp and I run dovecot via
inetd.
--8<---------------cut here---------------start------------->8---
localhost:imap stream tcp nowait root /usr/sbin/tcpd
2001 Feb 15
0
Mandrake and xinetd/inetd issues
I was searching for help on Mandrake's site and got nowhere other than
seeing this really weird help-page loop where it showed the pages you could
go to, BUT would not show any information from the page.... Just use the
search from www.mandrake.com to see this strangeness.... No helpful...
Anyway.. trying to run drakconf and startup services to start either inetd
or xinetd seems to be
2009 Jan 28
0
Solaris removing ktkt_warnd from inetd.conf
Have a system admin who would like to stop running inetd on his Solaris
9 system. Currently the only thing left in his /etc/inet/inetd.conf
file is:
100134/1 tli rpc/ticotsord wait root /usr/lib/krb5/ktkt_warnd
ktkt_warnd
Does anyone know if they can remove this without causing any problems?
2001 Mar 29
3
INETD Question.
I'm currently running version 2.0.7 of samba(CIFS9000). I have HPUX 11.x
installed on the samba server. When I try to run this from inetd it doesn't
work. I can run a startup script that runs the smbd as a daemon and it works
fine. But if I try to run it from inetd it won't start. The previous version
of Samba 1.9.18p10 that I had on this server worked fine. Is this a bug in
1997 Jan 12
9
dos-attack on inetd.
Hi.
I don''t know if this one is known, but I can''t recall seeing anything
about it. If it is old news I apologize.
I discovered a bug in the inetd that comes with NetKit-B-0-08 and older.
If a single SYN is sent to port 13 of the server, inetd will die of Broken
Pipe:
write(3, "Sun Jan 12 21:50:35 1997\r\n", 26) = -1 EPIPE (Broken pipe)
--- SIGPIPE (Broken pipe) ---
2014 Jan 30
2
Issue with running tftpd-hpa in inetd mode?
Hopefully I'm not out to lunch here. I ported tftp-hpa to our proprietary
OS, VOS (at stratus.com). We've always runs the old legacy tftpd from
inetd, so I wanted to continue doing so with tftp-hpa. It seems to work
okay, but I noticed that the code in tftpd.c has a 'while (1)' loop that
has this at the end:
/*
* Now that we have read the request packet from
2007 Jul 21
5
[Bug 1344] New: DISABLE_FD_PASSING does not work if sshd invoked by inetd
http://bugzilla.mindrot.org/show_bug.cgi?id=1344
Summary: DISABLE_FD_PASSING does not work if sshd invoked by
inetd
Product: Portable OpenSSH
Version: 4.6p1
Platform: Other
OS/Version: Other
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: bitbucket at
2024 Sep 06
8
[Bug 3729] New: the new sshd does not work under the supervision of inetd
https://bugzilla.mindrot.org/show_bug.cgi?id=3729
Bug ID: 3729
Summary: the new sshd does not work under the supervision of
inetd
Product: Portable OpenSSH
Version: 9.8p1
Hardware: ARM
OS: Linux
Status: NEW
Severity: major
Priority: P5
Component: sshd