Displaying 20 results from an estimated 1000 matches similar to: "SAMBA_2_0 (recent CVS): smbpasswd and utmp errors"
2000 Mar 17
1
pre2.0.7 CVS: could utmp/redhat be adjusted before pre2?
SAMBA_2_0 CVS doesn't compile on linux rh6.x --with-utmp.
Compiling smbd/connection.c
smbd/connection.c: In function `utmp_update':
smbd/connection.c:349: structure has no member named `ut_syslen'
make: *** [smbd/connection.o] Error 1
Bad exit status from /var/tmp/rpm-tmp.19446 (%build)
David Lee suggested I posted my problems on the list, so here they are:
1)
Could the
2000 Mar 02
4
Browsing from NT 4.0
Hi James,
One of the things that NT does different from WIN9x is that it attempts
to 'browse' using a null session. This typically means that SAMBA is
going to try to make the attachement for the 'null' username as SAMBA's
guest account (by default 'nobody').
On a lot of HP systems the 'nobody' /etc/passwd entry is set as
uid -2 and gid -2. These uid/gid
2000 Mar 29
1
2.0.7pre2: multihomed_register_name error
rh61, 2.2.14.
The problem is in 2.0.6 also.
1st samba is wins server.
2nd samba uses the 1st samba as wins server.
All is ok, but if I use
interfaces = eth0 127.0.0.1
bind interfaces only = yes
(is there anything wrong in the above lines?)
in the 2nd samba, then I get the following in the log.nmb of the 2nd
samba:
[2000/03/29 15:45:30, 1] nmbd/nmbd.c:main(743)
Netbios nameserver version
2000 Apr 03
1
2.0.7pre3: smbclient issues
My systems: rh61, 2.2.14 + smbfs-nls.patch.
I refer to 2.0.7pre3 as 2.0.7
=== 1) "ls" of an empty dir
1a)
1.9.18 doing "ls" to an empty samba dir:
smb: \> ls
49550 blocks of size 16384. 33754 blocks available
1b)
2.0.7 doing "ls" to an empty samba dir:
smb: \> ls
ERRDOS - ERRbadfile (File not found.) listing \* <=======
2007 Jan 15
0
utmp ut_syslen bug?
loginrec.c:794
/* ut_syslen is the length of the utx_host string */
utx->ut_syslen = MIN(strlen(li->hostname), sizeof(utx->ut_host));
But utmpx.h (on Solaris) says:
short ut_syslen; /* significant length of ut_host */
/* including terminating null */
So shouldn't the code above add +1 in the strlen
2002 Feb 04
2
nilo -> tftp-hpa interaction
I downloaded nilo and oskit from www.nilo.org.
Added pcnet32.c linux-2.0.39 driver to oskit.
Compiled nilo with pcnet32 and produced boot floppy image.
Use it inside vmware vm. My aim is to be able to test pxelinux using
vmware+nilo and not a real machine.
Floppy starts, detects nic, receives ip from dhcp server, requests boot
image to tftpd-hpa, then crashes when talking to tftp. Is
2001 Apr 09
2
samba 2.0.7 and windows98
Hi all,
I installed samba 2.0.7 on a PC running Linux Debian 2.2rev2
and the kernel 2.4.3
in smb.conf I put
[global]
netbios name=pippo
security =user
workgroup=pippo
domain logons=yes
encrypt passwords=yes
wins support=yes
os level=34
domain master=yes
local master= yes
preferred master =yes
...
[netlogon]
comment = the domain logon service
path=/export/samba/logon
public=no
writable=no
2001 Aug 18
2
ext3->ext2->ext3 and unclean umount
Suppose I have the latest and greatest e2fsprogs.
>From reading the docs I understand that
1) boot ext3, clean umount
- you can remount ext3 or ext2
2) boot ext3, unclean umount
- you can remount ext3
- you can e2fsck and remount ext2
Does this mean that normal linux init script e2fsck will do it, in case fstab
says ext2? Or you should make sure to run e2fsck by hand with -f?
3) boot
2001 Nov 30
1
Problems with utmp
Hi there,
I'm using samba-2.2.2 under Solaris 8 and I've got the following problem!
I have configured samba with "--with-utmp" and with "--with-quota" and
everything works fine. But when look for the last users logged in, in the
utmp-database there are only the first seven letters of the username, not
eight that we use for usernames.
Can you help me with this problem
1999 Nov 17
4
2.0.6: HUP/charset/profiles/smbmount/logging
This is the list of problems I had with samba-2.0.6 so far. Can anyone
tell me if he can reproduce them and if he considers them as problems?
2.0.6 on linux 2.2.13 or 2.0.33
1)
sighup/log reopening doesn't always work: connections that are already
active keep logging to the old logs; logrotate rotates/zip the logs and
samba stops logging completely till restart.
2)
Localized chars.
I have
1999 Jul 10
5
2.0.4b: logrotate problems with rh60
The 2.04b rpm for rh60 ships with and installs a config file for logrotate
(the samba.log file in the packaging/RedHat section).
=====
/var/log/samba/log.nmb {
postrotate
/usr/bin/killall -HUP nmbd
endrotate
}
/var/log/samba/log.smb {
postrotate
/usr/bin/killall -HUP smbd
endrotate
}
=====
1)
I think that the use of "endrotate" is wrong.
There is no
2016 Jun 10
1
Mixed Samba 3 & 4 Versions - Issue joining Samba 3 domain with a Samba 4 client
Hello, everybody.
I'm trying to use a Debian 8.5.0 client machine (with hostname
PCSCD850, 10.100.109.5 is its IP) joining an old Samba 3.6.23 tdbsam
based PDC (hostname DSSC01, SCDOM is the NetBIOS domain name, 10.200.0.5
its IP).
The machine was added to the PDC using useradd (unix) and smbpasswd
-a -m (samba). Because there is a group used for the machines
1998 Dec 02
0
USRMGR.EXE and SAMBA (main branch NOT SAMBA_2_0)
usrmgr.exe now successfully shows:
- users and what local and domain groups they are in
- domain groups and what domain users are in them
- local groups and what local groups, domain groups or domain users are
in them.
this is managed with three new options:
"domain group map"
"domain user map"
"local group map"
which are documented in smb.conf. they make
2000 Apr 19
1
Homes and %u expansion in SAMBA_2_0
Hi everyone. With the latest cvs (as of this afternoon) we are getting
the following in the logs:
Apr 19 09:19:42 gate smbd[23055]: [2000/04/19 09:19:42, 0]
smbd/service.c:make_connection(554)
Apr 19 09:19:42 gate smbd[23055]: Can't change directory to
/home//profile (No such file or directory)
Apr 19 09:19:42 gate smbd[23055]: [2000/04/19 09:19:42, 0]
smbd/service.c:make_connection(554)
2007 Apr 19
1
Re: Vista, share level, UNC (3.0.25rc1)
3.0.25rc1 has the same issue.
On Fri, 06 Apr 2007 22:52:05 +0200, Giulio <giulioo@gmail.com> wrote:
>Vista32
>3.0.25pre2 (I understand vista patches for "share level" are already in)
>security = share (with "valid users" on share definition)
>host msdfs = no
>
>user/pass in smbpasswd file.
>
>
>If I use "connect network
2000 May 03
2
2.0.7: unsolicited oplock break reply
I've used
oplocks = no
for a long time now, because of the famous "oplock_break" error, but I
decided to give 2.0.7 a try.
I still get "oplock break" errors as before, but this time I got a new
error too:
[2000/05/02 10:04:52, 0] smbd/oplock.c:oplock_break(976)
oplock_break: receive_smb timed out after 30 seconds.
oplock_break failed for file XXXXX/xxxxxx/mailbox.pst
2001 Jun 28
1
Is there a 0.0.7a patch for redhat 2.2.19 errata?
The latest errata kernel-2.2.19-6.2.7.src.rpm contains old patches
linux-2.2.17-ext3.patch
linux-2.2.17-kdb+ext3.patch
Is there somewhere a 0.0.7a version of the above that will patch cleanly in the
errata kernel (considering all the other patches that get applied before ext3)?
I read about
ftp://ftp.clusterfilesystem.com/pub/ext3
but when I do
$ rpm -qpl
2002 Jun 18
1
memdisk and winxp boot disk
syslinux-1.75
We have many legacy boot disks (setup for nics, scsi adapters, ...) and I'm
trying to put all of them on 1 CD which would ask the user "which floppy
image you want to boot?"
I'm using isolinux.
I've a problem with the winxp boot floppy made as per:
http://support.microsoft.com/directory/article.asp?ID=KB;EN-US;Q305595
(format a: and then cp ntldr
1999 Sep 15
2
nbtstat doesn't show MAC address for samba servers
On Win9x I issue the command:
nbtstat -a <netbios name>
If <netbios name> is a Win9x machine I got the MAC address of that
machine on the last line of the command output. If it's a samba server
the MAC address is not returned:
MAC Address = 00-00-00-00-00-00
Is there anyone who gest the MAC address back from a samba server?
--
giulioo@tiscalinet.it
2005 Feb 21
2
memdisk: regression: 2.11 -> 2.12 (up to 3.07)
- mkdiskimage -d image.dsk 2 64 32
- load it in dosemu and make it bootable with sys
- isolinux:
label 999
kernel memdisk
append initrd=image.dsk harddisk c=2 h=63 s=32
results:
memdisk 2.11 -> boots
memdisk > 2.11 (up to 3.07) -> hangs
The following message is printed in the boot messages > 2.11:
MEMDISK: image has a fractional end sector
The complete error message