Displaying 20 results from an estimated 22 matches for "smbsrv".
2010 Mar 25
1
Booting a 135MB Iso file with syslinux fails - version 3.85
Hi,
i'm trying to boot an 135mb acronis iso image with syslinux but have no luck, client gets stuck[1] a few seconds after selecting the image - i used
linux memdisk
initrd acronis/acronis_home_2010_multi.iso
append iso
tftpd-log shows:
Mar 25 14:45:15 smbsrv in.tftpd[18837]: RRQ from 192.168.0.102 filename pxelinux.cfg/default
Mar 25 14:45:15 smbsrv in.tftpd[18838]: RRQ from 192.168.0.102 filename boot.txt
Mar 25 14:45:44 smbsrv in.tftpd[18844]: RRQ from 192.168.0.102 filename memdisk
Mar 25 14:45:44 smbsrv in.tftpd[18845]: RRQ from 192.168.0.102 filen...
2009 May 01
2
Automating the Samba Install
...id=512 type=d
# Assign rights to samba group:
net rpc rights grant 'OFFICE\Domain Admins' \
SeMachineAccountPrivilege SeTakeOwnershipPrivilege \
SeBackupPrivilege SeRestorePrivilege SeRemoteShutdownPrivilege \
SePrintOperatorPrivilege SeAddUsersPrivilege \
SeDiskOperatorPrivilege \
-S smbsrv -U root
Our script does this and a whole lot more, all successful but the above
is where we are having the problem. Creating the Unix group and mapping
unix to samba groups are both successful. We've opted to use expect as
nothing else seems appropriate or works.
We are failing on automati...
1997 Jul 18
2
MMap failed with code 22
We have been using samba since 1995 and have found it superb, Thanks to
all. Recently
I built Samba1.19.17alpha4 on a DECstation 5000 running Ultrix 4.4 and
included -DFAST_SHARE_MODES
This results in
UIST>smbclient -L UIST
Session request failed (0,0) with myname=UIST destname=UIST
Unspecified error 0x0
Your server software is being unfriendly
and
ERROR
2004 Aug 02
5
Problems w/ winbind and AD group membership
...he
domain and granting access to shares based on Windows usernames works
fine.
getent group returns:
QG+TEST:x:10029:QG+JZILLERA,QG+HPCHEUNGA,QG+FOLIVERA,QG+DDAWSONA,QG+PLYN
CHA
However an id lookup of my windows username doesn't list me as a group
member of QG+TEST.(shouldn't it?)
[root@smbsrv root]# id qg+jzillera
uid=10002(QG+JZILLERA) gid=10000(QG+Domain Users) groups=10000(QG+Domain
Users)
System Details:
Redhat 9
samba-3.0.5-2
krb5-libs-1.2.7-10
krb5-devel-1.2.7-10
krb5-workstation-1.2.7-10
pam_krb5-1.60-1
[root@smbsrv root]# wbinfo -t
checking the trust secret via RPC calls succe...
1998 Jun 08
0
Password Server level authentication
...erver to do all username and password authentication.
I have the following entries in the global section of the smb.conf file:
[global]
# workgroup = <Windows NT Domain Name>
workgroup = DOMAIN01
# The NetBIOS name by which the Solaris Samba server is known.
netbios name = SMBSRV
# I am unsure as to whether encrypt passwords should be set or not.
# I have tried both commenting and uncommenting this setting, but
# it doesn't seem to make any difference.
encrypt passwords = yes
# smb passwd file = not set!
# password server (G)
# Use password server op...
2003 Nov 17
1
credentials file doesn't work
I am using a Gentoo Linux machine and trying to mount a remote file
system via samba. The following DOES WORK:
mount -t smbfs -o username="SMB-SRV\stonyy",password=abc123
//smbsrv/proj /mnt/proj
However, I don't really want my username and password visible to the
world (yes, I changed the password and everything but the backslash in
the username for this posting). So I tried putting the following in a
file:
username="SMB-SRV\stonyy"
password=abc123
I then r...
2007 Feb 19
0
wins server name resolution fails
...ured as wins server.
an cut from the smb.conf:
......
domain master = Yes
local master = yes
preferred master = Yes
os level = 255
wins support = yes
#name resolve order = lmhosts wins hosts bcast
name resolve order = lmhosts wins
dns proxy = yes
.....
Here the effect:
smbsrv # nmblookup -U 192.168.1.10 -R 'fileserver'
querying fileserver on 192.168.1.10
192.168.1.20 fileserver<00>
smbsrv # nmblookup -U 192.168.1.10 -R 'vmware'
querying vmware on 192.168.1.10
192.168.1.15 vmware<00>
...
But later the same questions at the same server aren...
2004 Aug 04
3
Winbind being flakey
...indows
> usernames works fine.
>
> getent group returns:
> QG+TEST:x:10029:QG+JZILLERA,QG+HPCHEUNGA,QG+FOLIVERA,QG+DDAWSONA,QG+PL
> YNCHA
>
> However an id lookup of my windows username doesn't list me as a group
> member of QG+TEST.(shouldn't it?)
>
> [root@smbsrv root]# id qg+jzillera
> uid=10002(QG+JZILLERA) gid=10000(QG+Domain Users)
> groups=10000(QG+Domain Users)
>
> System Details:
> Redhat 9
> samba-3.0.5-2
> krb5-libs-1.2.7-10
> krb5-devel-1.2.7-10
> krb5-workstation-1.2.7-10
> pam_krb5-1.60-1
>
> [root@smbsrv ro...
2011 Jul 20
4
Integrating samba with existing AD
...files ldap winbind
The problem (Everything seems to work just fine ):
# kinit -V thibaut
Password for thibaut at WORK-NETWORK.COM:
Authenticated to Kerberos v5
# net join -S pwdsrv -U Thibaut
Thibaut's password:
Using short domain name -- WORK
DNS update failed!
Joined 'smbsrv' to realm 'WORK-NETWORK.COM'
wbinfo -u
wbinfo -g
getent passwd
getent group
=> All of them returns all I want (users and groups, with locals for the
last two commands)
# smbclient -L localhost -U Thibaut
Password:
Domain=[WORK] OS=[Unix] Server=[Samba 3.0.33-3.29.el5_6....
2000 May 11
1
some win machines see samba, some not.
...totally different net to
connect to the SAMBA on the box in the question (using FQHN)
and I can login into share and list the files.
NOW, the problem, none of the machines on the net except WinNT
WS SP5 (one machine) can see the sama server in network neight.
I have tried 'net use g: \\smbsrv\share' but it would not work
for me either :-(
I don't think WINS is used there.
I'm totally out of ideas, and looking over samba archives it seems
that most of the post with word 'see' seems be ignored :-(
--
Adam
http://www.eax.com The Supreme Headquarters of the 32 b...
2018 Jul 04
2
user's home shares doesn't work with Samba 4.8.3
...otu savienojumu ar '192.168.1.3':
System error 53 has occurred.
The network path was not found.
In /var/log/samba/client.log there appears
[2018/07/04 18:34:19.838134, 0]
../source3/smbd/service.c:774(make_connection_snum)
canonicalize_connect_path failed for service dace, path /home/SMBSRV/dace
I noticed a difference that with working 4.8.2 version
$ net rpc share
Enter WGRP\Dace's password:
...
Dace
(notice share name with uppercase rather than lowercase)
Don't really know what would be needed to investigate this further so let
me know what additional details should I...
2009 Feb 18
11
Confused about prerequisites for ZFS to work
I''m hoping to get some general clues about what all is required to get
an experiment going with zfs.
I''ve managed to install osol-11 in a vmware on windowsXP host from a
recent *.iso.
I''m following along with Simon''s blog showing how to set up ZFS. I''m
newbie with both ZFS and Solaris but the instructions seem pretty
clear.
However I''m
2008 Dec 05
0
resync onnv_105 partial for 6713916
.../fs/smbclnt/netsmb/smb_subr.h
usr/src/uts/common/fs/smbclnt/netsmb/smb_usr.c
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_io.c
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_smb.c
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_vnops.c
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_xattr.c
usr/src/uts/common/fs/smbsrv/smb_common_transact.c
usr/src/uts/common/fs/smbsrv/smb_dispatch.c
usr/src/uts/common/fs/smbsrv/smb_nt_transact_notify_change.c
usr/src/uts/common/fs/smbsrv/smb_session.c
usr/src/uts/common/fs/zfs/dsl_scrub.c
usr/src/uts/common/fs/zfs/sys/zio.h
usr/src/uts/common/fs/zfs/vdev_disk.c
usr/src/ut...
2015 Feb 26
1
Back with my UID problems
...0:00.01 samba: task[kdc] (samba)
49736 - S 0:00.01 samba: task[dreplsrv] (samba)
49737 - S 0:00.00 samba: task[winbind] (samba)
49738 - S 0:00.00 samba: task[ntp_signd] (samba)
49739 - S 0:00.00 samba: task[kccsrv] (samba)
49740 - S 0:00.00 samba: task[smbsrv] (samba)
49742 2 S+ 0:00.01 grep samba
root at prd2:/usr/local/etc #
ivory:~ wynkoop$ smbclient -L prd2
Password:
Anonymous login successful
Domain=[WYNN] OS=[Unix] Server=[Samba 4.1.17]
Sharename Type Comment
--------- ---- -------
netlogon...
2018 Jul 04
0
user's home shares doesn't work with Samba 4.8.3
...rror 53 has occurred.
>
> The network path was not found.
>
>
> In /var/log/samba/client.log there appears
>
> [2018/07/04 18:34:19.838134, 0]
> ../source3/smbd/service.c:774(make_connection_snum)
> canonicalize_connect_path failed for service dace,
> path /home/SMBSRV/dace
>
>
>
> I noticed a difference that with working 4.8.2 version
>
> $ net rpc share
> Enter WGRP\Dace's password:
> ...
> Dace
>
> (notice share name with uppercase rather than lowercase)
>
>
> Don't really know what would be needed to in...
2007 Aug 16
0
WERR_INVALID_NAME in printer migrate
Hello!
I'm trying to migrate printer settings from a XP machine to my samba server
but failed:
[root@smbSrv ~] #net rpc printer migrate settings HPDJ3500 -S winXP
--destination=smbSvr -U admin%password
migrating printer settings for: [\\winXP\HPDJ3500] / [HPDJ3500]
could not set printerdataex: WERR_INVALID_NAME
I don't know what means "ERR_INVALID_NAME". Is invalid printer name?
My samba...
2009 Apr 25
0
qemu 0.10.2 and Solaris snv111 64 Bit /"unexpected erratum #100"
...able to determine terminal type: assuming `vt100''
Loaded modules: [ scsi_vhci crypto mac cpc uppc neti sd ptm ufs unix sv
mpt zfs
krtld s1394 sppp rdc nca uhci ii hook lofs genunix idm ip nsctl
logindmux nsmb
sdbc usba specfs pcplusmp nfs md random cpu.generic sctp arp stmf emlxs
sockfs
smbsrv ]
[0]>
Solaris 10 snv111 runs fine in the QEMU 0.10.2 emulating a 32 Bit CPU.
My Environment:
Hardware: Thinkpad T61p
Host OS: OpenSolaris 06/2009 (SunOS t61p 5.11 snv_111 i86pc i386 i86pc)
QEMU 0.10.2 (sources from qemu.org compiled in OpenSolaris) with kqemu
1.4 enabled for User Mode...
2012 Mar 27
3
Samba4 - user permissions on shares
Hi all,
I installed Samba4 on an Ubuntu Server 11.10 at home for some testing.
It is configured as DC and everything seems to work just fine.
I managed to add win7 and win xp machines to the domain and to browse
the AD settings with the microsoft administrative tools.
I also created a simple share and it works.
Now I would like to learn how to give specific permissions to my shares.
How to
2011 Dec 23
0
dtrace-discuss Digest, Vol 80, Issue 6
Have you considered the mdb dcmd ::pfiles?
mfe at inker:~/Code/dtrace/examples$ *pfexec mdb -k*
Loading modules: [ unix genunix specfs dtrace mac cpu.generic uppc pcplusmp
scsi_vhci zfs ip hook neti sockfs arp usba uhci fctl s1394 stmf stmf_sbd md
lofs random idm sd crypto fcp cpc fcip smbsrv nfs ufs logindmux ptm nsmb
sppp nsctl sdbc rdc sv ii ipc ]
> *::ps ! grep clock-applet*
R 1744 1 1705 1705 101 0x4a004000 ffffff01e5183018
clock-applet
> *ffffff01e5183018::pfiles*
FD TYPE VNODE INFO
0 CHR ffffff01d1180440 /devices/pseudo/mm at 0:null
1 CHR...
2009 May 31
1
My Documents: Music shows, Pictures not so much
Hey all, I have a functioning Samba server in my test lab. All of my
must-haves are met.
My problem really boils down to a minor nuisance. Basically, when I log
the test users in and open My Documents I only see one folder: My Music.
Not that I really care but curiosity is killing me here and I can't
figure out why the My Pictures folder is not present also. On top of
that users love