Displaying 20 results from an estimated 1000 matches similar to: "Urgent help required for a newbie!"
2002 Mar 08
2
Re: 'Network Busy' - indeed (Gustav Tresselt)
> I have a network that sporadically give 'network busy' errors. One
morning > the workstations will all connect up fine and stay up throughout
the days
> work, yet the next day there is not one machine that can log on to the
> network. It may run fine for two weeks, then bam, three days of no
logins. > Yet the internet works fine. Could I copy my smb.conf file and
rpm -e
2001 Mar 20
1
Logon errors
Hello all,
This my first mail in this list.
We have succesfully setup a samba server at our 1st attempt, next we go in another site and try
the same things but now it seems we got it all wrong!
The facts:
we have a linuxbox (named enlogic) (REdHat 7, kernel 2.2.18, samba 2.0.7)and one winbox
win98se (named ndemou). Our workgroup is localenlogic.
No other PC (not even a Hub because we've
1999 Nov 22
0
smbd does not run from inetd
Hello,
I've a problem with Samba version 2.0.6, where smbd does not start from inetd.
nmbd starts from inetd and "smbd -D" works fine as well. And I didn't have that
problem with 2.0.4b. The following is an extraction of the smb.log, which shows
an "read_socket_data: recv failure for 4. Error = Invalid argument" error.
Regarding this problem, what is the difference
2000 Apr 19
0
Problems with Samba 2.0.6 under Solaris 7
We've inadvertently discovered a bug in the client_name function when our
dns was temporarily damaged. We have a "hosts allow" function that has IP
addresses only to contrain mounts to within our network. When clients would
attempt to connect, if their reverse IP lookup failed - in theory just to
log the name of the connecting host, the originating IP address was being
mangled and
2004 Apr 01
1
[patch] net/rsync: problems in client name lookup code
>Submitter-Id: current-users
>Originator: Alex Vasylenko
>Organization:
>Confidential: no
>Synopsis: [patch] net/rsync: problems in client name lookup code
>Severity: non-critical
>Priority: low
>Category: ports
>Class: sw-bug
>Release: FreeBSD 4.8-RELEASE-p16 i386
>Environment:
System: FreeBSD 4.8-RELEASE-p16
>Description:
rsync does reverse name
2002 Nov 25
1
IP in utmp: smbd/session.c
Dear Samba developers,
Sometime between versions 2.2.2 and 2.2.7 you made the change:
% diff samba-2.2.2/source/smbd/session.c samba-2.2.7/source/smbd/session.c
92,94c92,97
< hostname = client_name();
< if (strequal(hostname,"UNKNOWN"))
< hostname = client_addr();
---
> /* Don't resolve the hostname in smbd as we can pause for a long
2001 Mar 23
3
Login Failure
Greetings. Is there something up with Samba and RedHat,
or with recent kernels, or with some packages that have
been updated recently? A lot of us seem to see the
same login errors with samba and I have yet to get my
windows clients to login to my new samba server. The
log messages really don't help.
I had an old server running Samba 2.0.7 (RedHat 5.0 upgraded
to nearly 5.2 with 2.0.33).
2001 Feb 12
0
Transport endpoint is not connected
I administer Samba 2.0.7 on Debian Linux (kernel 2.2.17, libc6 2.2). When trying to mount samba shares from Windows 98 workstations sometime the process failed with error message:
[...]
[2001/02/12 17:32:21, 1] smbd/server.c:main(641)
smbd version 2.0.7 started.
Copyright Andrew Tridgell 1992-1998
[2001/02/12 17:32:21, 1] smbd/files.c:file_init(216)
file_init: Information only: requested
2001 Nov 20
2
rsync server over SSH [includes code patches]
Hi Folks --
I've recently had the need to add a piece of functionality to rsync
that allows one to run 'rsync --daemon' (rsync in "rsync server" mode)
over SSH. My main goal was to be able to use some of the features
from rsyncd.conf(5) (notably modules) while still using SSH for
authentication and network transport.
Background: I wanted to have the capability of setting
1999 Sep 19
1
password problems (shadow?): 2.05a/slackware4.0 (fwd)
Hi all Samba Gurus,
I have problems getting my Win98 box to talk to my Samba Server.
I got Samba 2.05a, and ran configure and installed it.
Please see the attached smb.conf file for details.
Here are my problems:
1. It seems samba does not like
hosts deny = ALL
hosts allow = <list of hosts>
I need to do
hosts deny = ALL EXCEPT <list of hosts>
hosts allow = <list of
1999 Apr 28
2
Samba 2.0.3
Hi,
I am unable to log into samba anymore since I upgraded to 2.0.3. I've
attached my smb.conf below and I've even gone to trying the CVS releases to
see if one of them will help.
First of all, I get soemthing like
{33}: smbclient -L vilnius -U mharrell
Added interface ip=207.97.105.146 bcast=207.97.105.255 nmask=255.255.255.128
Password:
session setup failed: ERRSRV
2002 Jan 07
1
rsync-2.5.1 / socket.c - unititialized variable breaks build.
In socket.c, the variable error is unitilialzed.
Also the variable length should be an unsigned int.
EAGLE> type socket.gdiff
--- ref_src:socket.c Sat Jan 5 13:27:07 2002
+++ lcl_src:socket.c Sun Jan 6 08:40:51 2002
@@ -1,3 +1,4 @@
+/* Converted by prj_src:unix_c_to_vms_c.tpu AND prj_src:socket.tpu on
6-JAN-20
02 08:40:51.01 OPENVMS_AXP */
/* -*- c-file-style: "linux"
2004 May 28
1
IP not logged in log file
I just setup rsync on Solaris 2.6 and my log file shows:
2004/05/28 07:54:03 [20996] rsync allowed access on module foo from 0.0.0.0 (0.0.0.0)
instead of the actual connecting IP address. Is this a config issue?
I don't know if this is related but when building:
socket.c: In function `try_bind_local':
socket.c:139: warning: implicit declaration of function `getaddrinfo'
2003 Aug 04
0
Thread woes after 4.7 - 4.8 upgrade
Since upgrading our openldap (v1.2.13) server to 4.8-STABLE from 4.7-STABLE,
we've noticed that the slapd server increasingly eats up memory, before
dieing and coredumping after about 15 minutes. I rebuilt the package (via
ports), post-upgrade, to see if that fixed the problem and no dice. I've
rebuilt libc_r and the pkg with debugging symbols, yielding the following:
# gdb ./slapd.static
2014 Jul 24
1
Sieve plugin (fc17 + sendmail + roundcube)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thu, 24 Jul 2014, Franck CALLEJA wrote:
> Date: Thu, 24 Jul 2014 10:50:21 +0200
> From: Franck CALLEJA <fc193 at hotmail.com>
> Reply-To: Dovecot Mailing List <dovecot at dovecot.org>
> To: "dovecot at dovecot.org" <dovecot at dovecot.org>
> Subject: Sieve plugin (fc17 + sendmail + roundcube)
>
>
2001 Apr 11
0
samba 2.2.a3 using share mode
Hello folks,
I'm seeing a couple of things that I can't figure out.
Samba version - 2.2.a3 (samba-2.2.0.cvs040920001.tar.bz2 is where the source
is built from)
PDC is Win2k server
Client is Win2k pro
Samba share on linux 2.4.1
Security = share
I cannot connect at all from clients. If I do a net view from the client to
the samba server I get:
System error 64 has occurred
The
1999 May 31
1
Using Samba with 2 ethernet interfaces
I've search the archives & found several requests for help with
configuring Samba for 2 ethernet interfaces, but can't seem to find any
answers posted. So, I'll try asking!
I've got a FreeBSD server running samba (version 1.9 something I think,
definitely not version 2). It has 2 ethernet interfaces which are
configured correctly for tcp/ip - I can telnet the server from
2014 Jul 24
4
Sieve plugin (fc17 + sendmail + roundcube)
Hello, I'm trying to configure sieve plugin on my mail server so that people can do mail filtering (and mostly vacation notification) on their account. The mail server is running fine since 5 years and is based on :- sendmail- dovecot- roundcube It serves 2 differents domains. I've recently installed pigeonhole for fc17, and managed to configure managesieve plugin in roundcube
2006 Mar 06
1
6.1-PRERELEASE nfs root troubles
currently i'm trying to setup diskless client, which netboots 6.1-PRERELEASE
kernel with help of etherboot.
i've built custom kernel with `sudo make -j4 buildkernel KERNCONF=DISKLESS
CPUTYPE=pentium-mmx -DNO_MODULES' and attached config.
kernell loads off tftp server fine, detecting devices, but traps, when trying
to mount root fs from nfs server.
i've managed to get copy of
2004 May 27
0
compiling on HP-UX
Hi, everybody here!
I hope not all is old stuff, because I only scanning subjects
fast in this list. (and sorry for my worse english, too.)
1) rsync 2.6.0 on HP-UX (HP-UX server B.11.00 U 9000/803)
Running as server: crashed always after receiving data.
The data is transmitted correctly, and the server dies
afterwards. (rsync2.5.7 works anyway)
(about rsync2.6.2 later)
2) compiling